ggcoefstats
R/helpers_ggcoefstats_graphics.R
ggcoefstats_label_maker.Rd
Create labels with statistical details for ggcoefstats
ggcoefstats_label_maker( tidy_df, statistic = NULL, k = 2L, effsize = "eta", ... )
tidy_df | A tidy dataframe. |
---|---|
statistic | Which statistic is to be displayed (either |
k | Number of digits after decimal point (should be an integer)
(Default: |
effsize | Character describing the effect size to be displayed: |
... | Currently ignored. |