get.e0.trajectories {bayesLife}R Documentation

Accessing Trajectories of Life Expectancy

Description

Function for accessing trajectories of the life expectancy.

Usage

get.e0.trajectories(e0.pred, country)

Arguments

e0.pred

Object of class bayesLife.prediction.

country

Name or numerical code of a country. It can also be given as ISO-2 or ISO-3 characters.

Details

The function loads trajectories of life expectancy for the given country from disk and returns it as a matrix.

Value

Array of size the number of projection periods (including the present year) times the number of trajectories. The row names correspond to the mid-years of the prediction periods.

Author(s)

Hana Sevcikova

See Also

bayesLife.prediction, get.e0.prediction, e0.trajectories.table

Examples

sim.dir <- file.path(find.package("bayesLife"), "ex-data", "bayesLife.output") 
pred <- get.e0.prediction(sim.dir=sim.dir)
get.e0.trajectories(pred, "Germany")

[Package bayesLife version 5.2-0 Index]