get_predictors {FastRet}R Documentation

Extract predictor names from an 'frm' object

Description

Extracts the predictor names from an 'frm' object.

Usage

get_predictors(frm = train_frm())

Arguments

frm

An object of class 'frm' from which to extract the predictor names.

Value

A character vector with the predictor names.

Examples

frm <- read_rp_lasso_model_rds()
get_predictors(frm)

[Package FastRet version 1.1.4 Index]