getR-studentmodelmoments-method: Getter method of 'studentmodelmoments' class.

Description Usage Arguments Value See Also Examples

Description

Returns the R slot.

Usage

1
2
## S4 method for signature 'studentmodelmoments'
getR(object)

Arguments

object

An studentmodelmoments object.

Value

The R slot of the object.

See Also

Examples

1
2
3
4
5
6
f_model         <- model("normal", weight = matrix(c(.3, .7), nrow = 1))
means           <- c(-2, 2)
sigmas          <- matrix(c(2, 4), nrow=1)
setPar(f_model) <- list(mu = means, sigma = sigmas, df = c(20, 40))
f_moments       <- modelmoments(f_model)
getR(f_moments)

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