plot.survival_ln_mixture_em {lnmixsurv} | R Documentation |
Visualizes the path of the EM algorithm
Description
Visualizes the path of the EM algorithm
Usage
## S3 method for class 'survival_ln_mixture_em'
plot(x, ...)
Arguments
x |
A fitted |
... |
Not used. |
Value
A ggplot
object (or plotly
, if the package is avaiable) of the EM algorithm iterations.
[Package lnmixsurv version 3.1.6 Index]