print.masal {masal}R Documentation

Print a masal object

Description

Print a summary of the model fitted by masal.

Usage

## S3 method for class 'masal':
print(x,...)

Arguments

x Fitted masal object
... Additional arguments to print

Details

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.

Author(s)

Heping Zhang for C++ code and Yunxiao He for R version
Maintainer: Yunxiao He yunxiao.he@yale.edu

References

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.

See Also

masal

Examples

## fitting with default setting
data(s1)
fit=masal(s1)
print(fit)

[Package masal version 1.0 Index]