tadaa_nom: Get all the nominal stats

Description Usage Arguments Value See Also Examples

View source: R/nom_stats.R

Description

Get all the nominal stats

Usage

1
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_one_sample(), tadaa_ord(), tadaa_pairwise_tukey(), tadaa_pairwise_t(), tadaa_t.test(), tadaa_wilcoxon()

Examples

1
tadaa_nom(ngo$abschalt, ngo$geschl)

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