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 …