coef.tramnet: coef method for class '"tramnet"'

View source: R/methods.R

coef.tramnetR Documentation

coef method for class "tramnet"

Description

coef method for class "tramnet"

Usage

## S3 method for class 'tramnet'
coef(object, with_baseline = FALSE, tol = 1e-06, ...)

Arguments

object

object of class "tramnet"

with_baseline

If TRUE, also prints coefficients for the baseline transformation

tol

tolerance when an estimate should be considered 0 and not returned (default: 1e-6)

...

Additional arguments to coef

Value

Numeric vector containing the model shift parameter estimates

Author(s)

Torsten Hothorn, Lucas Kook


tramnet documentation built on April 1, 2023, 12:20 a.m.