internal.statistics.one.logistic {simitation} | R Documentation |
Internal function for Summary Statistics of Logistic Regression
Description
Computes the summary statistics for the logistic regression fit on the given data.
Usage
internal.statistics.one.logistic(the.data, the.formula)
Arguments
the.data |
The data table. |
the.formula |
A formula specifying the logistic regression model. |
Value
A list containing the coefficient table and summary statistics.
[Package simitation version 0.0.7 Index]