Description Usage Arguments Details Value Author(s) See Also
This function converts an object of class demonoid.val
to an
object of class demonoid.ppc
.
1 | as.ppc(x, set=3)
|
x |
This is an object of class |
set |
This is an integer that indicates which list component is
to be used. When |
After using the Validate
function for holdout
validation, it is often suggested to perform posterior predictive
checks. The as.ppc
function converts the output object of
Validate
, which is an object of class
demonoid.val
, to an object of class demonoid.ppc
. The
returned object is the same as if it were created with the
predict.demonoid
function, rather than the
Validate
function.
After this conversion, the user may use posterior predictive checks,
as usual, with the summary.demonoid.ppc
function.
The returned object is an object of class demonoid.ppc
.
Statisticat, LLC. software@bayesian-inference.com
predict.demonoid
,
summary.demonoid.ppc
, and
Validate
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.