Learn R Programming

nestfs (version 1.0.3)

summary.fs: Results summary for forward selection

Description

Report summary statistics from a single run of forward selection.

Usage

# S3 method for fs
summary(object, ...)

# S3 method for fs print(x, ...)

Value

A data frame with the following columns:

vars

Variables in the initial model followed by variables selected.

fdr

False discovery rate, corresponding to the paired test p-values computed when the variable was selected.

llks

Validation log-likelihoods.

diffs

Differences in validation log-likelihoods.

iter

Iteration when the variable was selected.

Arguments

object, x

An object of class fs.

...

Further arguments passed to or from other methods. These are currently ignored.