Learn R Programming

GPRMortality (version 0.1.0)

data.mean.child: mean of child mortality rates

Description

A data frame for GPR mean function and must contain an estimate for each year.

This data must contain year and location of each mortality rate. It can be different models for mortality rate estimations by year.

Usage

data("data.mean.child")

Arguments

Format

A data frame with 1728 observations on the following 3 variables.

year

a numeric vector

location

a numeric vector

mean

a numeric vector

Details

This data set is the result of Spatio-temporal Model that used in child mortality project in Iran from 1990 to 2015 for 31 provinces.

References

1- Mohammadi Y, Parsaeian M, Farzadfar F, et al. Levels and trends of child and adult mortality rates in the Islamic Republic of Iran, 1990-2013; protocol of the NASBOD study. Arch Iran Med 2014; 17: 176<U+2013>81.

2-Parsaeian M, Farzadfar F, Zeraati H, et al. Application of spatiotemporal model to estimate burden of diseases, injuries and risk factors in Iran 1990<U+2013>2013. Arch Iran Med 2014; 17: 28<U+2013>33.

Examples

Run this code
# NOT RUN {
data(mean.rates.child)
## maybe str(mean.rates.child) ; plot(mean.rates.child) ...
# }

Run the code above in your browser using DataLab