Learn R Programming

lmms (version 1.3.3)

summary.lmmspline: Summary of a lmmspline Object

Description

Summarizes the lmmspline object returned by the lmmSpline method. Including the models fitted and parameter used.

Usage

"summary"(object, ...)

Arguments

object
An object of class lmmspline.
...
Additional arguments which are passed to summary.

Value

Summary of the lmmspline object.

Examples

Run this code
## Not run: 
# data(kidneySimTimeGroup)
# # running for samples in group 1
# G1 <- which(kidneySimTimeGroup$group=="G1")
# testLMMSplineTG<- lmmSpline(data=kidneySimTimeGroup$data[G1,],
#                   time=kidneySimTimeGroup$time[G1],
#                   sampleID=kidneySimTimeGroup$sampleID[G1])
# summary(testLMMSplineTG)## End(Not run)

Run the code above in your browser using DataLab