View source: R/summary_lmmSeq.R
| summary.lmmSeq | R Documentation |
Summarise results from glmmSeq or lmmSeq analysis
## S3 method for class 'lmmSeq'
summary(object, gene = NULL, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'GlmmSeq'
summary(object, gene = NULL, ...)
object |
an object of class |
gene |
an optional character value specifying a single gene whose results are summarised |
digits |
integer, used for number formatting |
... |
arguments to be passed to other methods |
If gene=NULL a dataframe of results for all genes is returned. Otherwise
the output of GLMM or LMM model results for a single gene including
coefficients, test statistics, p-values is printed and the dataframe for all
genes is returned invisibly.
glmmSeq(), lmmSeq()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.