InterviewSolution
Saved Bookmarks
| 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 |
|