summary.miss {LaplacesDemon} | R Documentation |
MISS Summary
Description
This function summarizes posterior predictive distributions from
an object of class miss
.
Usage
## S3 method for class 'miss'
summary(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments are unused. |
Details
This function summarizes the posterior predictive distributions from
an object of class miss
.
Value
This function returns a M \times 7
matrix, in which each
row is the posterior predictive distribution of one of M
missing
values. Columns are Mean, SD, MCSE, ESS, LB, Median, and UB.
Author(s)
Statisticat, LLC. software@bayesian-inference.com
See Also
MISS
.
Examples
### See the MISS function for an example.
[Package LaplacesDemon version 16.1.6 Index]