InterviewSolution
Saved Bookmarks
| 1. |
Which of the following compute analysis of variance table for fitted model?(a) ecdf()(b) cum()(c) anova()(d) bwplot()I had been asked this question in homework.My question comes from Visualizing Data in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» Correct option is (c) anova() |
|