Description Usage Arguments Value See Also Examples
Optionally first marginalizes across all observations by taking the row means. If the predicted values only used the posterior means, highest posterior density (HPD) intervals cannot be generated, so only the means are returned. Otherwise, it calculates the mean predicted probability, as well as the HPD interval. This can either be per observation or marginalized.
1 2 3 |
object |
A |
marginalize |
Logical whether or not to marginalize
by taking the row means. Defaults to |
level |
A numeric value, the value to use when calculating HPD intervals. Defaults to .95. |
... |
Not currently used. |
If HPD intervals are calculated, returns a list of matrices with the means, lower limit, and upper limit. If no HPD intervals are calculated, returns a list of means.
1 2 3 4 | ## Not run:
## Make me!
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.