coef.crosspred: Model Coefficients and their (Co)Variance Matrix of a DLNM

Description Usage Arguments Author(s) See Also

View source: R/coef.crosspred.R

Description

These method functions extract the estimated model coefficients and their (co)variance matrix from a DLNM from objects of class "crosspred" and "crossreduce".

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'crosspred'
coef(object, ...)

## S3 method for class 'crosspred'
vcov(object, ...)

## S3 method for class 'crossreduce'
coef(object, ...)

## S3 method for class 'crossreduce'
vcov(object, ...)

Arguments

object

an object of class "crosspred" or "crossreduce".

...

further arguments passed to or from other methods.

Author(s)

Antonio Gasparrini <antonio.gasparrini@lshtm.ac.uk>

See Also

See dlnm-package for an introduction to the package and for links to package vignettes providing more detailed information.


gasparrini/dlnm documentation built on Oct. 9, 2021, 2:22 a.m.