Learn R Programming

PatientLevelPrediction (version 3.0.0)

setLassoLogisticRegression: Create setting for lasso logistic regression

Description

Create setting for lasso logistic regression

Usage

setLassoLogisticRegression(variance = 0.01, seed = NULL)

Arguments

variance

a single value used as the starting value for the automatic lambda search

seed

An option to add a seed when training the model

Examples

Run this code
# NOT RUN {
model.lr <- setLassoLogisticRegression()
# }

Run the code above in your browser using DataLab