Chains for mixture parameters
This function returns chains for parameters derived from the (re-labeled) mixture weights, means, covariance matrices.
NMixChainComp(x, relabel = TRUE, param)
## Default S3 method:
NMixChainComp(x, relabel = TRUE, param)
## S3 method for class 'NMixMCMC'
NMixChainComp(x, relabel = TRUE,
param = c("w", "mu", "var", "sd", "cor", "Sigma", "Q", "Li"))
## S3 method for class 'GLMM_MCMC'
NMixChainComp(x, relabel = TRUE,
param = c("w_b", "mu_b", "var_b", "sd_b", "cor_b", "Sigma_b", "Q_b", "Li_b"))x |
an object of class |
relabel |
a logical argument indicating whether the chains are to
be returned with components being re-labeled (see
|
param |
a character string indicating which sample is to be returned:
|
A matrix with sampled values in rows, parameters in columns.
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.