Learn R Programming

lmms (version 1.3.3)

summary.lmmsde: Summary of a lmmsde Object

Description

Summarizes the lmmsde object returned by the lmmsDE method. Including the models fitted, parameter used and the number of features declared as differentially expressed.

Usage

"summary"(object, ...)

Arguments

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

Value

summary of the lmmsde object.

Examples

Run this code
## Not run: 
# data(kidneySimTimeGroup) 
# lmmsDEtest <-lmmsDE(data=kidneySimTimeGroup$data,time=kidneySimTimeGroup$time,
#              sampleID=kidneySimTimeGroup$sampleID,group=kidneySimTimeGroup$group)
# summary(lmmsDEtest)## End(Not run)

Run the code above in your browser using DataLab