sort.mixEM: Sort "mixEM" Object by First Parameters

View source: R/mixtools.R

sort.mixEMR Documentation

Sort 'mixEM' Object by First Parameters

Description

To sort a 'mixEM' object by its first parameters, i.e., \mu's for normal mixture, \alpha's for \gamma-mixture, etc.

Usage

## S3 method for class 'mixEM'
sort(x, decreasing = FALSE, ...)

Arguments

x

'mixEM' object

decreasing

logical scalar. Should the sort by mu's be increasing (FALSE, default) or decreasing (TRUE)?

...

additional parameters, currently not in use

Details

normalmixEM does not order the location parameter

Value

Function sort.mixEM() returns a 'mixEM' object.

See Also

sort


fmx documentation built on April 3, 2025, 7:09 p.m.