Learn R Programming

fmx (version 0.1.2)

sort.mixEM: 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 mixEM
sort(x, decreasing = FALSE, ...)

Value

Function sort.mixEM returns a 'mixEM' object.

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

See Also