ghypernet (version 1.0.0)

createPredictors.list: Create a nrmpredictor object from list

Description

Create a nrmpredictor object from list

Usage

# S3 method for list
createPredictors(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

Run this code
# NOT RUN {
data('highschool.predictors')
predictors <- createPredictors(highschool.predictors)

# }

Run the code above in your browser using DataLab