Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ggcoefstats_label_maker

Create labels with statistical details for ggcoefstats


Description

Create labels with statistical details for ggcoefstats

Usage

ggcoefstats_label_maker(
  tidy_df,
  statistic = NULL,
  k = 2L,
  effsize = "eta",
  ...
)

Arguments

tidy_df

A tidy dataframe.

statistic

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.

k

Number of digits after decimal point (should be an integer) (Default: k = 2L).

effsize

Character describing the effect size to be displayed: "eta" (default) or "omega". This argument is relevant only for models objects of class aov, anova, aovlist, "Gam", and "manova".

...

Currently ignored.


ggstatsplot

'ggplot2' Based Plots with Statistical Details

v0.7.2
GPL-3 | file LICENSE
Authors
Indrajeet Patil [cre, aut, cph] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.