| SummaryResults-class {demest} | R Documentation |
SummaryResults is the superclass for classes holding
results from functions estimateModel,
estimateCounts, estimateAccount,
predictModel, predictCounts, and
predictAccount (though the summaries from the
predict functions are generally less informative.)
## S4 method for signature 'SummaryModel' show(object) ## S4 method for signature 'SummaryDataset' show(object) ## S4 method for signature 'SummarySeries' show(object) ## S4 method for signature 'SummaryResultsModelEst' show(object) ## S4 method for signature 'SummaryResultsModelPred' show(object) ## S4 method for signature 'SummaryResultsCounts' show(object) ## S4 method for signature 'SummaryResultsAccount' show(object)
object |
Object of class |
Objects of class SummaryResults are created using
function fetchSummary. Individual components from
summary objects can be extracted using functions gelmanDiag,
metropolis, and parameters.
mcmcnamed integer vector containing nBurnin, nSim, nChain, nThin, nIteration
parametersdata.frame summarizing parameter estimates.