get_predictors: Extract predictor names from an 'frm' object

View source: R/train.R

get_predictorsR Documentation

Extract predictor names from an 'frm' object

Description

This function 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)

FastRet documentation built on June 25, 2024, 5:07 p.m.