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", partial = TRUE, ... )
tidy_df | A tidy dataframe. |
---|---|
statistic | Which statistic is to be displayed (either |
k | Number of decimal places expected for results displayed in labels
(Default : |
effsize | Character describing the effect size to be displayed: |
partial | Logical that decides if partial eta-squared or partial
omega-squared are returned (Default: |
... | Currently ignored. |