Description Usage Arguments Details Value Examples
Fit a logistic regression model using maximum likelihood estimation
1 | ml.rgr(dataset)
|
dataset |
a |
This function is a wrapper for glm.fit, for convenient
application within several functions in the apricomp package. This function may
be called directly. For regression with an intercept included, the first column in
the dataset must be a column of 1s.
The function returns a column-vector containing the logistic regression coefficients and intercept (if specified).
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.