Description Usage Arguments Details Examples
ExtractResponseVariable()
allows the user to take a data table or dataframe
dataset
and extract a 'response' vector indicated by response.name
. All
remaining columns are collated into a matrix of co-variates or 'predictors'.
1 | ExtractResponseVariable(dataset, name)
|
dataset |
A matrix, datatable, or dataframe |
ExtractResponseVariable() returns the response vector and predictor matrix as a two-item list.
Called from within Select()
1 | \code{\link[GA]{Select}}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.