autoplot.dynrTaste | R Documentation |
The ggplot of the outliers estimates.
## S3 method for class 'dynrTaste'
autoplot(object, numSubjDemo = 2, idtoPlot = NULL,
names.state = NULL, names.observed = NULL, ...)
object |
A dynrTaste object. |
numSubjDemo |
The number of subjects, who have largest joint chi-square statistic, to be selected for plotting. |
idtoPlot |
Values of the ID variable to plot. |
names.state |
(optional) The names of the states to be plotted, which should be a subset of the state.names slot of the measurement slot of dynrModel. If NULL, the t statistic plots for all state variables will be included. |
names.observed |
(optional) The names of the observed variables to be plotted, which should be a subset of the obs.names slot of the measurement slot of dynrModel. If NULL, the t statistic plots for all observed variables will be included. |
... |
Place holder for other arguments. Please do not use. |
a list of ggplot objects for each ID.
The plots of chi-square statistics (joint and independent),
and the plots of t statistic for names.state
and names.observed
will be included.
Users can modify the ggplot objects using ggplot grammar.
If a filename
is provided, a pdf of plots will be saved additionally.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.