fMMalgo
algorithm.plotCv_fMM(res.EM, window=FALSE,
filename="EM.traceLv", width=480, height=480, path=NULL, unit="px", res=NA)
fMMalgo
or the launcher_fMM
function.F
), in a new device (T
), or save it in a png/eps/svg file ("png"
/ "esp"
/ "png"
). NULL
indicates no display.character
. Ignored if window is not png/eps/svg.numeric
. Ignored if window is not png/eps/svg.numeric
. Ignored if window is not png/eps/svg.NULL
corresponding to the current working directory.height
and width
are given. Can be "px"
, "in"
, "cm"
or "mm"
. Default is "px"
.NA
.list
containing :vector
indicating the evolution of the likelihood between two consecutive steps.logical
testing the monotonicity of the likelihood across steps.vector
indicating the evolution of the completed likelihood between two consecutive steps.logical
testing the monotonicity of the completed likelihood across steps.data(Simulation_data,package="fMMseg")
res_EMbase <- launcher_fMM(G=3,data=Simulation_data,
var_reg="Y",family=gaussian(link="identity"),
epsilon=5*10^{-3})
plotCv_fMM(res_EMbase)
Run the code above in your browser using DataLab