Description Usage Arguments Value
Based on the result list from glmBayesMfp, for the first model
in the list, the marginal z density can be evaluated.
1 2 3 4 5 6 7 8 | evalZdensity(
config,
object,
zValues,
conditional = FALSE,
debug = FALSE,
higherOrderCorrection = FALSE
)
|
config |
the configuration of a single |
object |
the |
zValues |
the z values |
conditional |
return the approximate *conditional* density f(y | z)? (not default) |
debug |
print debugging information? (not default) |
higherOrderCorrection |
should a higher-order correction of the Laplace approximation be used? (not default) |
the negative log marginal unnormalized density values at the
zValues. (Note the words “negative”, “log”, and
“unnormalized” !!!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.