Learn R Programming

tramnet (version 0.0-8)

coef.tramnet: coef method for class "tramnet"

Description

coef method for class "tramnet"

Usage

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

Value

Numeric vector containing the model shift parameter estimates

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

Author

Torsten Hothorn, Lucas Kook