sort.mixEM {fmx} | R 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 |
|
decreasing |
logical scalar. Should the sort by |
... |
additional parameters, currently not in use |
Details
normalmixEM does not order the location parameter
Value
Function sort.mixEM returns a 'mixEM'
object.
See Also
[Package fmx version 0.1.2 Index]