freqlist.internal {arsenal} | R Documentation |
Helper functions for freqlist
Description
A set of helper functions for freqlist
.
Usage
is.freqlist(x)
is.summary.freqlist(x)
## S3 method for class 'summary.freqlist'
head(x, n = 6L, ...)
## S3 method for class 'summary.freqlist'
tail(x, n = 6L, ...)
## S3 method for class 'freqlist'
sort(x, decreasing = FALSE, ...)
Arguments
x |
A |
n |
|
... |
Other arguments. |
decreasing |
Should the sort be increasing or decreasing? |
Details
Note that sort()
has to recalculate cumulative statistics. Note also that the reordering of rows
will also affect which labels are duplicates; you may also want to consider using
dupLabels=TRUE
in freq.control()
.
See Also
merge.freqlist
, arsenal_table
, sort
,
freqlist
, summary.freqlist
, freq.control
,
[Package arsenal version 3.6.3 Index]