| logitModel {AHPtools} | R Documentation |
Logistic Regression Model
Description
A logistic regression model object created from the glm function.
Usage
logitModel
Format
An object of class glm containing the results of a logistic regression.
Source
Generated from the dataset myData.
Examples
data(logitModel)
summary(logitModel)
[Package AHPtools version 0.3.0 Index]