Description Usage Arguments Details Value Author(s) References Examples
plot lmm2met
object.
1 | plot.lmm2met(x, type, fix, ...)
|
x |
|
type |
character; type of plot. See Details |
fix |
character; name of a fixed effect, if |
... |
other arguments of |
Types of plots include:
residual
- residual and a normal Q-Q plot
randeff
- random effects plot
fixeff
- heatmaps of coefficients and significance levels
fitted
- plots of measured variables before and after LMM fitting
chisq
- html table of p-values from chi-square test
coeff
- html table of fixed-effects coefficients
plot
Kwanjeera W kwanjeera.wan@mahidol.ac.th
https://cran.r-project.org/web/packages/lme4/index.html
1 2 3 | #fitMet = fitLmm(fix=c('Sex','Age','BMI','Stage','Location','Tissue'),
#random='(1|Id)', data=adipose, start=10, end=14)
#plot(fitMet, type='residual')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.