Need help with R Studio

Pens3peat

Registered User
Jun 15, 2017
45
8
I could help as well. However, judging from the unspecific nature of your question, you might want to start with R package Rattle. It is a graphic user interface for data analytics. It has limitations - you can only use the models in it, etc., but it does not require any coding. You could focus on tuning your models instead of coding.

Open R Studio.
install.packages("rattle")
Once install is complete run..
library("rattle")
Finally,
rattle()

to launch the GUI.

Another suggestion would be open source data analytics platform KNIME.

Good luck.
 

Ad

Upcoming events

Ad

Ad