1.

Which of the following determine the least-squares regression line?(a) histo()(b) lm(c) barlm()(d) col.max(x)I got this question during an interview for a job.My question is taken from Visualizing Data topic in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

Right option is (B) lm

For EXPLANATION I would say: lm CALLS the lower LEVEL functions lm.fit.



Discussion

No Comment Found

Related InterviewSolutions