Introduction to R Language
What is R (Language) R is an open-source (GPL) programming language for statistical computing and graphics, made after S and S-plus language. The S language was developed by AT & T laboratories in...
View ArticleGetting help in R Language
R Language has a very useful and advance help system, which help the R user to understand the R language and let him to know how programming should be done in R language. For getting help in R language...
View ArticleUsing R as Calculator
In Windows Operating system, The R installer will have created an icon for R on desktop and a Start Menu item. Double click the R icon to start the R Program; R will open the console, to type the R...
View ArticleReading Creating and importing data in R Lanugage
There are many ways to read data into R-Language. We will learn here importing data in R-Language too. We can also generate certain kind of patterned data too. Some of them are Reading data from...
View ArticleBinomial Random number Generation in R
We will learn here how to generate Bernoulli or Binomial distribution in R with example of flip of a coin. This tutorial is based on how to generate random numbers according to different statistical...
View Article