NewBorn: Respiratory Physiotherapy on Premature Newborns.

Description Usage Format Source Examples

Description

The NewBorn dataset consists of a prospective study to assess the effect of respiratory physiotherapy on the cardiopulmonary function of ventilated preterm newborn infants with birth weight lower than 1500 g. The data set was collected and kindly made available by the nursing team of the Waldemar Monastier hospital, Campo Largo, PR, Brazil. The NewBorn dataset was analysed in Bonat and Jorgensen (2016) as an example of mixed outcomes regression model.

Usage

1

Format

a data.frame with 270 records and 21 variables.

Source

Bonat, W. H. and Jorgensen, B. (2016) Multivariate covariance generalized linear models. Journal of Royal Statistical Society - Series C 65:649–675.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(mcglm)
library(Matrix)
data(NewBorn, package="mcglm")
formu <- SPO2 ~ Sex + APGAR1M + APGAR5M + PRE + HD + SUR
Z0 <- mc_id(NewBorn)
fit <- mcglm(linear_pred = c(formu), matrix_pred = list(Z0),
            link = c("logit"), variance = c("binomialP"),
            power_fixed = c(TRUE),
            data = NewBorn,
            control_algorithm = list(verbose = FALSE, tuning = 0.5))
summary(fit)

wbonat/mcglm documentation built on June 23, 2020, 11:06 a.m.