tadaatoolbox (version 0.17.0)

tadaa_ord: Get all the ordinal stats

Description

Collects all ord_ statistics in neat output.

Usage

tadaa_ord(x, y = NULL, round = 2, print = "console")

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

round

Ho many digits should be rounded. Default is 2.

print

Print method. Passed to pixiedust::sprinkle_print_method as of now.

Value

A dust object, depending on print.

See Also

Other Tadaa-functions: tadaa_aov(), tadaa_chisq(), tadaa_kruskal(), tadaa_levene(), tadaa_nom(), tadaa_one_sample(), tadaa_pairwise_tukey(), tadaa_pairwise_t(), tadaa_t.test(), tadaa_wilcoxon()

Examples

Run this code
# NOT RUN {
tadaa_ord(ngo$leistung, ngo$begabung)
# }

Run the code above in your browser using DataLab