fit_200: Broken stick model with nine lines for 200 children

fit_200R Documentation

Broken stick model with nine lines for 200 children

Description

Object fit_200 has class brokenstick and contains the fitted broken stick model, including the training data and diagnostics.

Format

An object of class brokenstick, fitted by the brokenstick().

Details

The dataset was constructed as

knots <- round(c(0, 1, 2, 3, 6, 9, 12, 15, 18, 24)/12, 4)
fit_200 <- brokenstick(hgt_z ~ age | id, data = smocc_200,
                       knots = knots, seed = 1)

brokenstick documentation built on March 31, 2023, 9:24 p.m.