View source: R/print_and_plot_results.R
| diag.BMRMM | R Documentation | 
Provides the traceplots and autocorrelation plots for (i) transition probabilities and (ii) mixture gamma shape and rate parameters.
diag.BMRMM(object, cov.combs = NULL, transitions = NULL, components = NULL)
| 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  | 
None
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.