Description Usage Arguments Value Examples
This function performs the logistic regression of Y on X and returns the coeffients. No intercept term is assumed
1 | myLogistic(X, Y)
|
X |
an n x p matrix of explanatory variables |
Y |
an n dimensional vector of binary responses |
A list of the logistic betas and their respective standard errors
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.