masal-package {masal} | R Documentation |
This package facilitates non-parametric longitudinal data analysis.
Package: | masal |
Type: | Package |
Version: | 1.0 |
Date: | 2009-11-17 |
Very convenient to use. Accepts a longitudinal study data set and
a nonparametric fit to the data is produced. Two functions are included:
masal
print.masal
Heping Zhang for C++ code and Yunxiao He for R version
Maintainer: Yunxiao He yunxiao.he@yale.edu
Zhang, H. (1997), Multivariate adaptive splines for analysis of longitudinal data.
Zhang, H. and Singer, B. (1999) Recursive partitioning in the health sciences, Springer Verlag.
data(s1) fit=masal(s1) print(fit) summary(fit)