Quiz on R programming

R Intermediate Quiz 1 Which symbol should you use to place comments in R?   * / $ # [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : #[/bg_collapse]   2 Formula for Simple Linear Regression y=ax+b y=ax^2+bx^2 y=e^x y=a+b1x1+b2x2 [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show …

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 [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ]Answer : a and b[/bg_collapse]   2 What …

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 …