View source: R/FrequencyTable.R
GroupedFrequencyTable | R Documentation |
Using GroupConditions()
object and source data.frame
compute
a set of FrequencyTable()
s for single variable
GroupedFrequencyTable( data, conditions, var, force_disjoint = FALSE, .all = TRUE ) ## S3 method for class 'GroupedFrequencyTable' print(x, ...) ## S3 method for class 'GroupedFrequencyTable' summary(object, ...)
data |
source |
conditions |
up to two |
var |
name of variable to compute |
force_disjoint |
It is recommended to keep it as default
|
.all |
should .all or .all1 and .all2 groups
be generated. If they are not generated, all score normalization
procedures will fail if the observation can't be assigned to any of the
provided conditions (eg. because of missing data), leaving it's score as |
x |
A |
... |
further arguments passed to or from other methods. |
object |
A |
force_exhaustive
will always be checked as FALSE
during the
calculations. It is mandatory for validity of the created FrequencyTables
data.frame
of descriptive statistcs
plot.GroupedFrequencyTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.