Saved Bookmarks
| 1. |
______________ measures the probability of the binary response variable in R language.(a) Logical Regression(b) Multivariate Regression(c) Simpler Regression(d) Statistics |
|
Answer» Right choice is (a) Logical Regression For explanation: Logistic regression can be used for this and the function 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 which determine an outcome. |
|