Likelihood profile plots
lkhp
likelihood optimization plot.
lkhp(obj, offSet = 1) ## S4 method for signature 'binClst' lkhp(obj, offSet = 1) ## S4 method for signature 'list' lkhp(obj, offSet = 1)
obj |
A |
offSet |
A numeric value indicating an offset to avoid the initial iterations. This is useful to see the likelihood evolution in the last iterations where the changes in likelihood are of different order of magnitude than those at the starting iterations. |
# -- apply EMbC to the example path -- mybcp <- stbc(expth) # -- inspect the likelihood evolution -- lkhp(mybcp) # -- avoid the initial values -- lkhp(mybcp,10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.