print.masal {masal} | R Documentation |
Print a summary of the model fitted by masal
.
## S3 method for class 'masal': print(x,...)
x |
Fitted masal object |
... |
Additional arguments to print |
The call that produced the object x
, the fitted function for fixed effect, the estimated β coefficients and their standard deviations, and the estimated (σ_0^2, (σ_1^2, σ_2^2, σ_3^2)I_v) are printed on the screen.
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.
masal
## fitting with default setting data(s1) fit=masal(s1) print(fit)