Saved Bookmarks
| 1. |
______________ function will measure the probability of the binary response variable in R language.(a) Glm()(b) Glmi()(c) Gelmi()(d) Jlm() |
|
Answer» The correct choice is (a) Glm() Easy explanation: Glm () in R language provides this functionality. Logistic regression is a statistical method for analysing a dataset in which there are one or more independent variables that determine an outcome. |
|