InterviewSolution
Saved Bookmarks
| 1. |
Which of the following groups find the correlation matrix?(a) factor.model(b) col.max(x)(c) stem(d) which.max(x)The question was posed to me in homework.Query is from Visualizing Data topic in section Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT CHOICE is (a) FACTOR.model Easy explanation: factor.congruence is used to find the factor congruence coefficients. |
|