sort_mixsmsn | R Documentation |
To sort an object returned from package mixsmsn by its location parameters
## 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, ...)
x |
|
decreasing |
logical scalar. Should the sort the location parameter
be increasing ( |
... |
additional parameters, currently not in use |
smsn.mix does not order the location parameter
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.
sort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.