tadaatoolbox (version 0.16.0)

tadaa_nom: Get all the nominal stats

Description

Get all the nominal stats

Usage

tadaa_nom(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_normtest, tadaa_one_sample, tadaa_ord, tadaa_pairwise_gh, tadaa_pairwise_tukey, tadaa_pairwise_t, tadaa_t.test, tadaa_wilcoxon

Examples

Run this code
# NOT RUN {
tadaa_nom(ngo$abschalt, ngo$geschl)
# }

Run the code above in your browser using DataLab