formula.HLM | R Documentation |
Wrapper to compute with hierarchical linear model
## S3 method for class 'HLM' formula( y, x, r0, formula = "y ~ (1 | samples) + x", val = ifelse(is.numeric(x), "", "TRUE"), return.all = F )
y |
list object of sequencing data |
x |
fixed effects |
r0 |
outcome |
formula |
formula for the hierarchical model |
ttest.flag |
(default = F) is flag for computing ttest? |
pvalues of hlm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.