Saved Bookmarks
| 1. |
In syntax of linear model lm(formula,data,..), data refers to ______(a) Matrix(b) Vector(c) Array(d) List |
|
Answer» Correct answer is (b) Vector To explain: Formula is just a symbol to show the relationship and is applied on data which is a vector. In General, data.frame are used for data. |
|