calc.node.inla.glmm {abn} | R Documentation |
Internal wrapper to INLA and are called from fitAbn.bayes
and buildScoreCache.bayes
.
calc.node.inla.glmm(
child.loc,
dag.m.loc,
data.df.loc,
data.dists.loc,
ntrials.loc,
exposure.loc,
compute.fixed.loc,
mean.intercept.loc,
prec.intercept.loc,
mean.loc,
prec.loc,
loggam.shape.loc,
loggam.inv.scale.loc,
verbose.loc
)
child.loc |
index of current child node. |
dag.m.loc |
dag as matrix. |
data.df.loc |
data df, |
data.dists.loc |
list of distributions. |
ntrials.loc |
|
exposure.loc |
|
compute.fixed.loc |
TRUE. |
mean.intercept.loc |
the prior mean for all the Gaussian additive terms for each node. INLA argument |
prec.intercept.loc |
the prior precision for all the Gaussian additive term for each node. INLA argument |
mean.loc |
the prior mean for all the Gaussian additive terms for each node. INLA argument |
prec.loc |
the prior precision for all the Gaussian additive term for each node. INLA argument |
loggam.shape.loc |
the shape parameter in the Gamma distribution prior for the precision in a Gaussian node. INLA argument |
loggam.inv.scale.loc |
the inverse scale parameter in the Gamma distribution prior for the precision in a Gaussian node. INLA argument |
verbose.loc |
FALSE to not print additional output. |
If INLA failed, FALSE or an error is returned. Otherwise, the direct output from INLA is returned.
Other Bayes:
buildScoreCache()
,
calc.node.inla.glm()
,
fitAbn()
,
getmarginals()