Learn R Programming

fmx (version 0.1.2)

sort_mixsmsn: Sort Objects from mixsmsn by Location Parameters

Description

To sort an object returned from package mixsmsn by its location parameters

Usage

# S3 method for Skew.normal
sort(x, decreasing = FALSE, ...)

# S3 method for Normal sort(x, decreasing = FALSE, ...)

# S3 method for Skew.t sort(x, decreasing = FALSE, ...)

# S3 method for t sort(x, decreasing = FALSE, ...)

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.

Arguments

x

'Normal', 'Skew.normal', 'Skew.t' object

decreasing

logical scalar. Should the sort the location parameter be increasing (FALSE, default) or decreasing (TRUE)?

...

additional parameters, currently not in use

Details

smsn.mix does not order the location parameter

See Also