getPar-prior-method: Getter method of 'prior' class.

Description Usage Arguments Value Examples

Description

Returns the par slot.

Usage

1
2
## S4 method for signature 'prior'
getPar(object)

Arguments

object

An prior object.

Value

The par slot of the object.

Examples

1
2
3
4
# Generate a prior object. 
f_prior <- prior()
# Get the slot.
getPar(f_prior)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.