These method functions extract the estimated model coefficients and their (co)variance matrix from a DLNM from objects of class "crosspred" and "crossreduce".
# S3 method for crosspred
coef(object, ...)# S3 method for crosspred
vcov(object, ...)
# S3 method for crossreduce
coef(object, ...)
# S3 method for crossreduce
vcov(object, ...)
an object of class "crosspred" or "crossreduce".
further arguments passed to or from other methods.
See dlnm-package for an introduction to the package and for links to package vignettes providing more detailed information.