Report summary statistics from a single run of forward selection.
# S3 method for fs
summary(object, ...)# S3 method for fs
print(x, ...)
A data frame with the following columns:
Variables in the initial model followed by variables selected.
False discovery rate, corresponding to the paired test p-values computed when the variable was selected.
Validation log-likelihoods.
Differences in validation log-likelihoods.
Iteration when the variable was selected.
An object of class fs
.
Further arguments passed to or from other methods. These are currently ignored.