print.pdlm: Print a PDL Model

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/pdlm.r

Description

Print some information on a PDL model

Usage

1
2
## S3 method for class 'pdlm'
print(x, digits = getOption("digits"), ...)

Arguments

x

a model of class pdlm created by pdlm

digits

an integer indicating the number of decimal places to print. Default is given by the system option digits

...

further options for print

Value

This function does not return a value.

Author(s)

Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br

References

Schwartz, J. (2000) The distributed lag between air pollution and daily deaths. Epidemiology 11(3), 320–326.

See Also

pdlm

Examples

1
2
3
4
5
6
data(admrio)
setup(admrio,"date")
f <- resp5~s(time)+weekdays+s(tmpmax)+s(humid)
m <- fit_core(f)
dlm <- pdlm(m,"pm10",lags=5,degrees=2)
print(dlm)

wjunger/ares documentation built on Dec. 23, 2021, 5:17 p.m.