Learn R Programming

GPRMortality (version 0.1.0)

data.mean: mean of adult mortality rates

Description

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

This data must contain year, sex, age_cat and location of each mortality rate. It can be different estimation models of mortality rates by year.

Usage

data("data.mean")

Arguments

Format

A data frame with 45942 observations on the following 5 variables.

location

a numeric vector

age_cat

a numeric vector

sex

a numeric vector

year

a numeric vector

mean

a numeric vector

Details

This data set is the result of Spatio-temporal Model that used in age-sex specific mortality rates as a part of NASBOD 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(data.mean)
## maybe str(data.mean) ; plot(data.mean) ...
# }

Run the code above in your browser using DataLab