Quiz on R programming

R Intermediate Quiz 1 Which symbol should you use to place comments in R?   * / $ #   2 Formula for Simple Linear Regression y=ax+b y=ax^2+bx^2 y=e^x y=a+b1x1+b2x2   3 In simple Linear regression number of Indepent Variables 2 3 1 0   4 …

Quiz on R programming

R Beginner Quiz 1 Which of the following are Supervised Machine Learning Algorithms a)Regression b)Classification c)Clustering a and b a and c b and c a, b and c   2 What will be temperature next Tuesday can be predicted using which  Algorithm? Classification Clustering …

R Programming Language – The R Project for Statistical Computing

What is R ? R is a free software programming language and software environment for statistical computing and graphics. The R language is widely used among statisticians and data miners for developing statistical software and data analysis. What r can do ? Using R Programming …