Skip to contents

FUNCTION_DESCRIPTION

Usage

param2.matern(mesh, ...)

# S3 method for class 'inla_mesh_3d'
param2.matern(mesh, ...)

# S3 method for class 'inla.mesh'
param2.matern(mesh, ...)

# S3 method for class 'inla.mesh.1d'
param2.matern(mesh, ...)

Arguments

mesh

PARAM_DESCRIPTION

...

Arguments passed on to param2.matern_calc

alpha

PARAM_DESCRIPTION, Default: 2

prior_range

list(median, factor), Default: factor=5

prior_sigma

list(median, factor), Default: factor=5

B_range

PARAM_DESCRIPTION, Default: matrix(c(0, 1, 0), 1, 3)

B_sigma

PARAM_DESCRIPTION, Default: matrix(c(0, 0, 1), 1, 3)

prior_theta

If not NULL, prior_range and prior_sigma will only be used to set the offset columns of B_range and B_sigma, and not to set the prior distribution for the theta parameters. A list with elements mean and prec. Default: NULL

Value

OUTPUT_DESCRIPTION

Details

DETAILS

Examples

if (FALSE) { # \dontrun{
if (interactive()) {
  # EXAMPLE1
}
} # }