Last data update: 2014.03.03

R: abn internal functions
abninla-internalR Documentation

abn internal functions

Description

These are functions for either internal use or error checking and are not meant to be called by the user.

Usage


calc.node.inla.glm(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)
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)
          

Details

calc.node.inla.glm() and calc.node.inla.glmm() are internal wrappers to INLA and are called from fitabn().

Author(s)

Fraser Ian Lewis

Results