Materials and R code for "Nonparametric Models for Longitudinal Data: With Implementation in R" (Chapman & Hall/CRC Monographs on Statistics & Applied Probability), 2018, by Colin O. Wu and Xin Tian.
The book is available on Amazon
or
This repository contains R code used to generate statistical results of the book. These R code examples in different chapters provide fit to the longitudinal data using global and local smoothing methods for the conditional-mean and conditional-distribution based models.
For package npmlda used in the book: install from CRAN or, for a recent version, to install from GitHub:
install.packages("devtools")
library(devtools)
install_github("npmldabook/npmlda")
library(npmlda)