getHigher-cmodelmoments-method: Getter method of 'cmodelmoments' class.

Description Usage Arguments Value See Also Examples

Description

Returns the higher slot.

Usage

1
2
## S4 method for signature 'cmodelmoments'
getHigher(object)

Arguments

object

An cmodelmoments object.

Value

The higher slot of the object.

See Also

Examples

1
2
3
4
f_model <- model("exponential", par=list(lambda=c(0.3, 0.1)), 
                 weight=matrix(c(0.3, 0.7), nrow=1))
f_moments <- modelmoments(f_model)
getHigher(f_moments)

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