plot,MultiMethodMLEstimate-method {emery} | R Documentation |
Create plots from a MultiMethodMLEstimate object
Description
Create a list of plots visualizing the expectation maximization process and resulting accuracy statistics stored in a MultiMethodMLEstimate object.
Usage
## S4 method for signature 'MultiMethodMLEstimate'
plot(x, y, ...)
Arguments
x |
a MultiMethodMLEstimate S4 object |
y |
not used |
... |
Arguments passed on to
|
Value
A list of ggplot2 plots
[Package emery version 0.5.1 Index]