Description Usage Arguments Details Value Author(s)
This function generates data ready for a logistic regression model
1 | genLogRegData(xdata, beta = rep(1, ncol(xdata)), yname = "y")
|
xdata |
the model matrix |
beta |
vector of parameters to multiply the model matrix |
yname |
the name for the generated y values |
This function generates data ready for a logistic regression model
A data frame with the model matrix and the generated y values added
G. Jay Kerns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.