Description Usage Arguments Value Slots
class to organize results from dispersion analysis
Drop unwanted columns in a dispersion object, and merge columns by either explicitly stating the columns, or providing a regex. If merge$old is length 1, it is assumed that a regex is provided
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## S4 method for signature 'dispersion'
t(x)
## S4 method for signature 'dispersion'
show(object)
## S4 method for signature 'dispersion'
count(.Object)
## S4 method for signature 'dispersion'
freq(.Object)
## S4 method for signature 'dispersion'
trim(object, drop = NULL, merge = list(old = c(), new
= c()))
|
x |
a dispersion object |
object |
a crosstab object to be adjusted |
.Object |
a dispersion object |
drop |
defaults to NULL, or a character vector giving columns to be dropped |
merge |
a list giving columns to be merged or exactly one string with a regex (see examples) |
a modified crosstab object
callcall that generated this object
countObject of class "character" the call that generated the object
freqObject of class "character" the partition the analysis is based on
dimdimensions of the object
querythe query / the queries that were used
sizesObject of class "numeric" the size of the partition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.