tadaa_ord: Get all the ordinal stats

Description Usage Arguments Value See Also Examples

View source: R/ord_stats.R

Description

Collects all ord_ statistics in neat output.

Usage

1
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

1
tadaa_ord(ngo$leistung, ngo$begabung)

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.