Learn R Programming

expectreg (version 0.26)

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)

expreg <- expectile.restricted(india[,1] ~ base(india[,2]),smooth="fixed",lambda=1)
plot(expreg)

Run the code above in your browser using DataLab