gmmToGel-methods: ~~ Methods for Function 'gmmToGel' in Package 'gmm4' ~~

Description Usage Arguments Methods

Description

It converts "gmmModels" classes to "gelModels" class by simply adding the specification about the type of GEL.

Usage

1
2
3
4
5
## S4 method for signature 'gmmModels'
gmmToGel(object, gelType, rhoFct=NULL)

## S4 method for signature 'rgmmModels'
gmmToGel(object, gelType, rhoFct=NULL)

Arguments

object

An object of class "gmmModels"

gelType

The type pf GEL model

rhoFct

An alternative GEL function if the ones provided by the package do not satisfy

Methods

signature(object = "gmmModels")

The object it converted to "gelModels".

signature(object = "gelModels")

It applies the transformation to the "gmmModels" contained in the "gelModels" object.

signature(object = "rgmmModels")

The object it converted to "rgelModels".


gmm4 documentation built on Dec. 6, 2019, 3:01 a.m.