bodyfat: Percentage of body fat data set

Description Usage Format Author(s) Source References Examples

Description

The body fat percentage of individuals assisted in a public hospital in Curitiba, Paraná, Brazil.

Usage

1
data(bodyfat, package = "ugomquantreg")

Format

A data-frame with 298 observations and 9 columns:

Author(s)

Josmar Mazucheli jmazucheli@gmail.com

Bruna Alves pg402900@uem.br

Source

http://www.leg.ufpr.br/doku.php/publications:papercompanions:multquasibeta

References

Mazucheli, J., Leiva, V., Alves, B., and Menezes A. F. B., (2021). A new quantile regression for modeling bounded data under a unit Birnbaum-Saunders distribution with applications in medicine and politics. Symmetry, 13(4) 1–21.

Petterle, R. R., Bonat, W. H., Scarpin, C. T., Jonasson, T., and Borba, V. Z. C., (2020). Multivariate quasi-beta regression models for continuous bounded data. The International Journal of Biostatistics, 1–15, (preprint).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(bodyfat, package = "ugomquantreg")

library(gamlss)

tau <- 0.50
fit.logit <- gamlss(ARMS ~ AGE + I(BMI / 100) + as.factor(SEX) + as.factor(IPAQ), 
data = bodyfat, family = UGOM(mu.link = "logit", sigma.link = "log"))

tau <- 0.50;
fit.probit <- gamlss(ARMS ~ AGE + I(BMI / 100) + as.factor(SEX) + as.factor(IPAQ), 
data = bodyfat, family = UGOM(mu.link = "probit", sigma.link = "log"))

ugomquantreg documentation built on June 28, 2021, 9:08 a.m.