rgeneric-class {INLAtools}R Documentation

The rgeneric class for rgeneric().

Description

The rgeneric class for rgeneric().

Usage

## S3 method for class 'inla.rgeneric'
graph(model, ...)

## S3 method for class 'inla.rgeneric'
prec(model, ...)

## S3 method for class 'inla.rgeneric'
initial(model)

## S3 method for class 'inla.rgeneric'
mu(model, theta)

## S3 method for class 'inla.rgeneric'
prior(model, theta)

Arguments

model

a inla.rgeneric model object

...

additional parameter such as 'theta' If 'theta' is not supplied, initial will be taken.

theta

the parameter.

Functions


[Package INLAtools version 0.0.4 Index]