print.cbenefit: Print cbenefit objects

Description Usage Arguments Value Examples

Description

Print cbenefit objects

Usage

1
2
## S3 method for class 'cbenefit'
print(x, ...)

Arguments

x

An object of class cbenefit

...

Does nothing at this point

Value

Nothing

Examples

1
2
3
4
m1 <- model_fit(Surv(time, status) ~  treat + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8,
dat_toy, model = "coxph")
cb <- benefit_cv(m1, "treat", folds = 5, times = 3)
print(cb)

tbalan/cbenefit documentation built on May 8, 2019, 12:58 p.m.