Learn R Programming

PFIM (version 7.0)

ModelParameter: ModelParameter

Description

The class ModelParameter is used to defined the model parameters.

Usage

ModelParameter(
  name = character(0),
  distribution = Distribution(),
  fixedMu = FALSE,
  fixedOmega = FALSE
)

Arguments

name

A string giving the name of the parameter.

distribution

A string giving the distribution of the parameter.

fixedMu

A Boolean setting TRUE/FALSE if the mu is estimated or not.

fixedOmega

A Boolean setting TRUE/FALSE if the omega is estimated or not.

Details

ModelParameter