sort_mixsmsn {fmx} | R Documentation |
Sort Objects from mixsmsn by Location Parameters
Description
To sort an object returned from package mixsmsn by its location parameters
Usage
## S3 method for class 'Skew.normal'
sort(x, decreasing = FALSE, ...)
## S3 method for class 'Normal'
sort(x, decreasing = FALSE, ...)
## S3 method for class 'Skew.t'
sort(x, decreasing = FALSE, ...)
## S3 method for class 't'
sort(x, decreasing = FALSE, ...)
Arguments
x |
|
decreasing |
logical scalar. Should the sort the location parameter
be increasing ( |
... |
additional parameters, currently not in use |
Details
smsn.mix does not order the location parameter
Value
Function sort.Normal returns a 'Normal'
object.
Function sort.Skew.normal returns a 'Skew.normal'
object.
Function sort.Skew.t returns a 'Skew.t'
object.
See Also
[Package fmx version 0.1.2 Index]