Learn R Programming

bayesLife (version 4.1-0)

get.e0.trajectories: 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.

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.

Details

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

See Also

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

Examples

Run this code
# NOT RUN {
sim.dir <- file.path(find.package("bayesLife"), "ex-data", "bayesLife.output") 
pred <- get.e0.prediction(sim.dir=sim.dir)
get.e0.trajectories(pred, "Germany")
# }

Run the code above in your browser using DataLab