net_logit | R Documentation |
Fits a logistic regression/RSF using glmnet
Function with similar name
net_logit(
f,
data,
alpha = 1,
penalty.factor = NULL,
type.measure = "deviance",
standardize = TRUE,
na.action = "na.pass",
func = c("glmnet", "cv.glmnet")[1],
...
)
net_rsf(
f,
data,
alpha = 1,
penalty.factor = NULL,
type.measure = "deviance",
standardize = TRUE,
na.action = "na.pass",
func = c("glmnet", "cv.glmnet")[1],
...
)
f |
|
data |
|
penalty.factor |
|
type.measure |
|
standardize |
|
na.action |
|
func |
Check option parallel = TRUE from glmnet. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.