data.residual.AST {AST}R Documentation

residual data set

Description

a data frame of residuals excluded from a prediction model

Usage

data("data.residual.AST")

Format

A data frame with 9512 observations on the following 6 variables.

year

a numeric vector that specify the time dimension in our predictions

sex

a numeric vector

age

a numeric vector that specify the age dimension in our predictions. It is categorical and sorted.

residual

a numeric vector of residuals from Generalized Linear Mixed Model (GLMM) that is the selected prediction model for this data set.

coverage

a numeric vector that specify the amount of reliability for some data points, National data sources get coverage equal to 1 and other sub-national data sources and systematic reviews get 0. The coverage weight is applied to data sources with the amount of 1 in coverage variable.

location

a numeric vector that specify the space dimension in our predictions and in this data set is Iran's provinces.

Details

This is a sub-sample of Body Mass Index (BMI) real data from National and Sub-national Burden of Diseases, Injuries, and Metabolic Risk Factors in Iran (NASBOD). There are nine different data sources for BMI that some of them are more reliable and representative and we give higher weights to them.

Source

https://www.ncdrc.info/

Examples

data(data.residual.AST)

[Package AST version 0.1.0 Index]