DescTools (version 0.99.14)

Desc.flags: Describe a Set of Dichotomous Variables

Description

Dichotomous variables can easily be condensed in one graphical representation. Desc for a set of flags (=dichotomous variables) calculates the frequencies, a binomial confidence intervall and produces a kind of dotplot with error bars.

Usage

## S3 method for class 'flags':
Desc(x, i = 1, plotit = getOption("plotit", FALSE), ...)
Flags(x)

Arguments

x
a data.frame
i
plotit
...

Value

  • no results are returned.

Details

Motivation for this function is, that dichotomous variable in general do not contain intense information. Therefore it makes sense to condense the description of sets of dichotomous variables.

See Also

Desc

Examples

Run this code
# None so far

Run the code above in your browser using DataCamp Workspace