diag.BMRMM {BMRMM} | R Documentation |
MCMC Diagnostic Plots for Transition Probabilities and Duration Times
Description
Provides the traceplots and autocorrelation plots for (i) transition probabilities and (ii) mixture gamma shape and rate parameters.
Usage
diag.BMRMM(object, cov.combs = NULL, transitions = NULL, components = NULL)
Arguments
object |
an object of class |
cov.combs |
a list of covariate level combinations. Default is |
transitions |
a list of pairs denoting state transitions. Default is |
components |
a numeric vector denoting the mixture components of interest. Default is |
Value
None
Examples
results <- BMRMM(foxp2sm, num.cov = 2, simsize = 80,
duration.distr = list('mixgamma',shape=rep(1,3),rate=rep(1,3)))
diag.BMRMM(results)
diag.BMRMM(results, cov.combs = list(c(1,1),c(1,2)),
transitions = list(c(1,1)), components = c(3))
[Package BMRMM version 1.0.1 Index]