# NOT RUN {
#
# EB estimate random effect for child id 10001
data <- smocc_200[smocc_200$id == 10001, ]
y <- data$hgt.z
X <- make_basis(data$age,
knots = fit_200$knots,
boundary = fit_200$boundary)
EB(fit_200, y, X)
# }
Run the code above in your browser using DataLab