GroupedFrequencyTable {stenR} | R Documentation |
Create GroupedFrequencyTable
Description
Using GroupConditions()
object and source data.frame
compute
a set of FrequencyTable()
s for single variable
Usage
GroupedFrequencyTable(
data,
conditions,
var,
force_disjoint = FALSE,
.all = TRUE
)
## S3 method for class 'GroupedFrequencyTable'
print(x, ...)
## S3 method for class 'GroupedFrequencyTable'
summary(object, ...)
Arguments
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 |
Details
force_exhaustive
will always be checked as FALSE
during the
calculations. It is mandatory for validity of the created FrequencyTables
Value
data.frame
of descriptive statistcs
See Also
plot.GroupedFrequencyTable