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 …