View source: R/posterior_predictive.R
summary.flexreg_postpred | R Documentation |
`flexreg_postpred`
objectsSummary method for an object of class `flexreg_postpred`
, containing the simulated posterior predictive distribution.
## S3 method for class 'flexreg_postpred'
summary(object, ...)
object |
an object of class |
... |
additional arguments. |
The function summary.flexreg_postpred
returns an array with the statistical units by row. The number of rows of the array is equal to the number of columns of the object of class `flexreg_postpred`
that is given to the function.
By column there are some synthesis values that are the minimum, the first quartile, the media, the mean, the third quartile, and the maximum.
## Not run:
data("Reading")
FB <- flexreg(accuracy ~ iq, data = Reading)
pp <- posterior_predict(FB)
summary(pp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.