Description Usage Arguments Value Examples
View source: R/createPredictors.R
Create a nrmpredictor object from list
1 2 | ## S3 method for class 'list'
create_predictors(predictors, ...)
|
predictors |
the dataframe or list of predictors for to apply nrm model selection |
... |
additional parameters used to creating the predictor object (currently disabled) |
nested list of nrmpredictor class
1 2 | data('highschool.predictors')
predictors <- create_predictors(highschool.predictors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.