View source: R/coef.mcSEsummary.R
coef.mcSEsummary | R Documentation |
The point estimates for the model parameters are obtained from mcSE summary objects.
## S3 method for class 'mcSEsummary'
coef(object, ...)
object |
an object of class mcSEsummary. |
... |
further arguments passed to or from other methods. |
A list containing the point estimates for the estimated model.
mcSE
, summary.mcSE
.
# Generate ST-distributed data (including the value of the latent variables)
pars = list(xi=c(2,2), G=diag(2), psi=c(0.3,0.5), nu=5)
values = rmvSE(n=100, p=2, modelType='ST', theta=pars)
# Estimate a Skew-t model (not run)
# fit = mcSE(y=values$y, X=NULL, N=20000, Ti=3, modelType='ST', warmUp=TRUE)
# stats = summary(fit)
# coef(stats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.