Learn R Programming

pompp (version 0.1.3)

NormalPrior-class: Normal prior class for Beta and Delta parameters.

Description

This is used to represent the prior for Beta and Delta individually. They still need to be joined to be used in a model.

Usage

# S4 method for NormalPrior
names(x)

# S4 method for NormalPrior $(x, name)

# S4 method for NormalPrior $(x, name) <- value

# S4 method for NormalPrior show(object)

# S4 method for NormalPrior print(x, ...)

# S3 method for NormalPrior print(x, ...)

Value

names: A character vector with the prior parameters.

`$`: The requested slot's value.

`$<-`: The new object with the updated slot.

show and print: The invisible object.

Arguments

x

The NormalPrior object.

name

The requested slot.

value

New value.

object

The NormalPrior object.

...

Ignored.

Fields

mu

The mean vector for the prior.

Sigma

The covariance matrix for the prior.