Learn R Programming

PFIM (version 6.0.3)

ModelParameter-class: Class "ModelParameter"

Description

The class ModelParameter defines information concerning the model parameters.

Arguments

Objects from the class

Objects form the class ModelParameter can be created by calls of the form ModelParameter(...) where (...) are the parameters for the ModelParameter objects.

Slots for <code>ModelParameter</code> objects

name:

A string giving the name of the parameter.

distribution:

An object from the class Distribution giving the distribution of the parameter.

fixedMu:

A boolean giving if mu is fixed or not.

fixedOmega:

A boolean giving if omega is fixed or not.