View source: R/GcClusterFunctions.R
| plotPointStats | R Documentation |
Plot point statistics for each chain. The point statistics are calculated and plotted for element 1 of the two mean vectors, element 1 of the two standard deviation vectors, the proportion associated with pdf1, and the log-likelihood.
plotPointStats(samplePars, procDir = ".", excludedChains = NULL)
samplePars |
List containing, among other things, the names of the files in which the
|
procDir |
Directory containing the files with the |
excludedChains |
Vector with the indices of the chains for which the point statistics are not used to calculate plot ranges. See Details. |
To prevent a point statistic for a particular Monte Carlo sampling chain
from being included in the calculation of
the plot range, the index of that chain is specified in
argument excludedChains. In other words, the point statistics for
all chains are calculated and plotted. If a few chains are specified by
argument excludedChains, then the calculation of the plot ranges
does not use those specified chains.
The calculation of the point statistics for every chain requires a minute or two.
## Not run:
plotPointStats(samplePars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.