freq.sel: Extracts the Frequency of Selection for Base-Learners

Description Usage Arguments Value See Also Examples

View source: R/methods.R

Description

Functions to extract and print the selection frequencies of the base-learners from a cfboost object.

Usage

1
2
3
freq.sel(object)
## S3 method for class 'fs'
print(x, ...)

Arguments

object

an object of class cfboost.

x

an object of class fs as returned by freq.sel.

...

additional arguments (not implemented).

Value

freq.sel returns a data.frame of class fs.

See Also

cfboost for model fitting and methods for other methods for cfboost objects.

Examples

1
2
3
4
5
6
7
## Not run: 
## model needs to be estimated in advance
freq.sel(cfb_model)

## End(Not run)

## see ?CoxFlexBoost-package for complete example

CoxFlexBoost documentation built on May 2, 2019, 6:53 p.m.