ghypernet (version 1.0.0)

createPredictors: Create a nrmpredictor object from passed argument

Description

Create a nrmpredictor object from passed argument

Usage

createPredictors(predictors, ...)

Arguments

predictors

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

...

additional parameters passed to the different methods (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 DataCamp Workspace