vsel: Variable selector.

Description Usage Arguments Value Examples

Description

Select variables to be used in a model. Should be called after normalization and splitting categorical to boolean.

Usage

1
vsel(x, ycol, max.acceptable.pval = 0.1, verbose = FALSE)

Arguments

x

full data frame including y/outcome/response column.

ycol

Character value, name of the y/outcome/response column in the data.

max.acceptable.pval

Maximum acceptable p-value for your model.

verbose

Print information about status.

Value

Data with only selected variables.

Examples

1
# TODO

superchordate/bc documentation built on June 20, 2019, 4:05 p.m.