logistlogF | R Documentation |
Logistic regression with log-F(m,m) penalty
logistlogF(form, dat, m, control = glm.control())
form |
R formula for the model |
dat |
dataframe of data |
m |
degree-of-freedome parameter |
control |
control convergence |
The fitted penalized logistic regression
data(DES); DES$fmatched <- factor(DES$matched.set)
form = formula(case~fmatched+DES+matern.smoke)
fit = logF(form,DES,m=2)
coefficients(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.