View source: R/OpenStatsComplementarySplit.R
plot.OpenStatsComplementarySplit | R Documentation |
This function visualises an 'OpenStatsComplementarySplit' object
## S3 method for class 'OpenStatsComplementarySplit' plot(x, main = "Final Model", ask = FALSE, mfrow = c(2, 2), ...)
x |
an instance of 'OpenStatsComplementarySplit' result |
main |
a string to be pasted to the title of the plots |
ask |
see 'ask' in 'par()' function. Default FALSE |
mfrow |
the screen partition. see 'mfrow' argument in the 'par' function. Default c(2,2) then all plots display in one screen. |
... |
other parameters that can be passed to the 'plot' function |
The plot function creates some visualisations for the split results from the linear mixed model framework. Each level of partitioning variables (see 'variables' in the 'OpenStatsComplementarySplit' function manual) produces a set of plots listed below:
- Residual versus fitted values
- Residual density plot and the normality test p-value
- Residual Q-Q plot
- The density plot of the response variable and the normality test p-value
Not applicable
Hamed Haseli Mashhadi <hamedhm@ebi.ac.uk>
OpenStatsComplementarySplit
, print.OpenStatsComplementarySplit
, summary.OpenStatsComplementarySplit
example(OpenStatsComplementarySplit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.