create_predictors.list: Create a nrmpredictor object from list

Description Usage Arguments Value Examples

View source: R/createPredictors.R

Description

Create a nrmpredictor object from list

Usage

1
2
## S3 method for class 'list'
create_predictors(predictors, ...)

Arguments

predictors

the dataframe or list of predictors for to apply nrm model selection

...

additional parameters used to creating the predictor object (currently disabled)

Value

nested list of nrmpredictor class

Examples

1
2
data('highschool.predictors')
predictors <- create_predictors(highschool.predictors)

ghypernet documentation built on Oct. 15, 2021, 5:14 p.m.