Sunday, May 4, 2014

Install statistics R and R studio in Windows 7




Statistics R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. Statistics R can be downloaded from HERE.

After installing R, you can download R studio, which has a better interface than original R. Statistics R studio can be downloaded from HERE.

Both of them are free open source and work for Linux, Windows and Mac.

code example to plot in R and statistics data summary:

x=c(1,2,3,4,5,6,7,8)
y=x
plot(x,y)
summary(x)
Video: Install statistics R and R studio in Windows 7


No comments:

Post a Comment