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 plot_ML

params

A list of population parameters. This is primarily used to evaluate results from a simulation where the target parameters are known, but can be used to visualize results with respect to some True value.

Value

A list of ggplot2 plots


[Package emery version 0.5.1 Index]