Description Usage Arguments Value Examples
Constructs confidence regions (ellipses) from the Markov chain output for the features of interest Function uses the ellipse package.
1 | confRegion(mcse.obj, which = c(1,2), level = .95)
|
mcse.obj |
The list returned by the mcse.multi or mcse.initseq command, or an mcmcse class object. |
which |
Integer vector of length 2 indicating the component for which to make the confidence ellipse. Chooses the first two by default. |
level |
confidence level for the ellipse. |
Returns a matrix of x and y coordinates for the ellipse. Use plot function on the matrix to plot the ellipse.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.