Learn R Programming

dlnm (version 1.6.2)

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

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

## 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.

See Also

See dlnm-package for an overview of the package and type 'vignette(dlnmOverview)' for a detailed description.