print.summary.pdlm: Print Summary of PDL Models

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

View source: R/pdlm.r

Description

Method to print a PDLM summary

Usage

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

Arguments

x

an object of class summary.pdlm

digits

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

...

further option passed by summary.pdlm

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)
summary(dlm)

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