ggcoefstats
Create labels with statistical details for ggcoefstats
ggcoefstats_label_maker(
tidy_df,
statistic = NULL,
k = 2L,
effsize = "eta",
...
)
A tidy dataframe.
Which statistic is to be displayed (either "t"
or "f"
or
"z"
or "chi"
) in the label. This is relevant if the x
argument is a
dataframe.
Number of digits after decimal point (should be an integer)
(Default: k = 2L
).
Character describing the effect size to be displayed: "eta"
(default) or "omega"
. This argument is relevant only for models objects
with F-statistic.
Currently ignored.