Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.fdm

Summary for functional demographic model or Lee-Carter model


Description

Summarizes a basis function model fitted to age-specific demographic rate data. It returns various measures of goodness-of-fit.

Usage

## S3 method for class 'fdm'
summary(object, ...)

## S3 method for class 'lca'
summary(object, ...)

Arguments

object

Output from fdm or lca.

...

Other arguments.

Author(s)

Rob J Hyndman

See Also

Examples

fit1 <- lca(fr.mort)
fit2 <- bms(fr.mort,breakmethod="bai")
fit3 <- fdm(fr.mort)
summary(fit1)
summary(fit2)
summary(fit3)

demography

Forecasting Mortality, Fertility, Migration and Population Data

v1.22
GPL (>= 2)
Authors
Rob J Hyndman with contributions from Heather Booth, Leonie Tickle and John Maindonald.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.