Learn R Programming

expectreg (version 0.16)

india: Malnutrition of Childen in India

Description

Data sample from a 'Demographic and Health Survey' about malnutrition of children in india. Data set only contains 1/10 of the observations and some basic variables to enable first analyses.

Usage

data(india)

Arguments

source

http://www.measuredhs.com

References

Fenske N and Kneib T and Hothorn T (2009) Identifying Risk Factors for Severe Childhood Malnutrition by Boosting Additive Quantile Regression Technical Report 052, University of Munich

Examples

Run this code
data(india)
data(india.bnd)

expreg <- expectile.restricted(india[,1] ~ base(india[,6],"markov",bnd=india.bnd),smooth="n",lambda=1)

Run the code above in your browser using DataLab