rgeneric-class: The 'rgeneric' class for 'rgeneric()'.

rgeneric-classR 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

  • graph(inla.rgeneric): The graph method for 'inla.rgeneric'

  • prec(inla.rgeneric): The precision method for an inla.rgeneric object.

  • initial(inla.rgeneric): The initial method for 'inla.rgeneric'

  • mu(inla.rgeneric): The mu method for 'inla.rgeneric'

  • prior(inla.rgeneric): The prior metho for 'inla.rgeneric'


INLAtools documentation built on June 23, 2025, 5:09 p.m.