Description Usage Arguments Value
This function accepts a covariate X and response Y and uses optimization to estimate the maximum likelihood parameters of the binomial GLM fit. General-purpose optimization to estimate parameters is based on Nelder–Mead algorithm The Akaike and Bayesian Information Criterion is also output to enable downstream model selection
1 | logistic.model(X, Y)
|
X |
A Covariate vector of values. |
Y |
A Response vector of values. |
A vector containing the optimized MLE parameters of the fit as well as the AIC and BIC to enable downstream model selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.