- proportion.test
- 
Decides whether proportion test for xvariable is to
be carried out for each level ofy(Default:TRUE). Inggbarstats,
only p-values from this test will be displayed.
 
- perc.k
- 
Numeric that decides number of decimal places for percentage
labels (Default: 0).
 
- label
- 
Character decides what information needs to be displayed
on the label in each pie slice. Possible options are "percentage"(default),"counts","both".
 
- label.args
- 
Additional aesthetic arguments that will be passed to
geom_label.
 
- label.repel
- 
Whether labels should be repelled using ggrepelpackage.
This can be helpful in case the labels are overlapping.
 
- legend.title
- 
Title text for the legend. 
- type
- 
A character specifying the type of statistical approach.
Four possible options:
 
-  "parametric"
 
-  "nonparametric"
 
-  "robust"
 
-  "bayes"
 
 Corresponding abbreviations are also accepted: "p"(for parametric),"np"(for nonparametric),"r"(for robust), or"bf"(for Bayesian).
 
- results.subtitle
- 
Decides whether the results of statistical tests are
to be displayed as a subtitle (Default: TRUE). If set toFALSE, only
the plot will be returned.
 
- k
- 
Number of digits after decimal point (should be an integer)
(Default: k = 2L).
 
- bf.message
- 
Logical that decides whether to display Bayes Factor in
favor of the null hypothesis. This argument is relevant only for
parametric test (Default: TRUE).
 
- conf.level
- 
Scalar between 0and1. If unspecified, the defaults
return95%confidence/credible intervals (0.95).
 
- subtitle
- 
The text for the plot subtitle. Will work only if
results.subtitle = FALSE.
 
- caption
- 
The text for the plot caption. 
- ggtheme
- 
A function, ggplot2theme name. Default value isggplot2::theme_bw(). Any of theggplot2themes, or themes from
extension packages are allowed (e.g.,ggthemes::theme_fivethirtyeight(),hrbrthemes::theme_ipsum_ps(), etc.).
 
- ggstatsplot.layer
- 
Logical that decides whether theme_ggstatsplottheme elements are to be displayed along with the selectedggtheme(Default:TRUE).theme_ggstatsplotis an opinionated theme layer that
override some aspects of the selectedggtheme.
 
- package
- 
Name of the package from which the given palette is to
be extracted. The available palettes and packages can be checked by running
View(paletteer::palettes_d_names).
 
- palette
- 
Name of the package from which the given palette is to
be extracted. The available palettes and packages can be checked by running
View(paletteer::palettes_d_names).
 
- ggplot.component
- 
A ggplotcomponent to be added to the plot prepared
byggstatsplot. This argument is primarily helpful forgrouped_variants of all primary functions. Default isNULL. The argument should
be entered as aggplot2function or a list ofggplot2functions.
 
- paired
- 
Logical indicating whether data came from a within-subjects or
repeated measures design study (Default: FALSE). IfTRUE, McNemar's
test expression will be returned. IfFALSE, Pearson's chi-square test will
be returned.
 
- ratio
- 
A vector of proportions: the expected proportions for the
proportion test (should sum to 1). Default is NULL, which means the null
is equal theoretical proportions across the levels of the nominal variable.
This means if there are two levels this will beratio = c(0.5,0.5)or if
there are four levels this will beratio = c(0.25,0.25,0.25,0.25), etc.
 
- sampling.plan
- 
Character describing the sampling plan. Possible options
are "indepMulti"(independent multinomial; default),"poisson","jointMulti"(joint multinomial),"hypergeom"(hypergeometric). For
more, see?BayesFactor::contingencyTableBF().
 
- fixed.margin
- 
For the independent multinomial sampling plan, which
margin is fixed ("rows"or"cols"). Defaults to"rows".
 
- prior.concentration
- 
Specifies the prior concentration parameter, set
to 1by default. It indexes the expected deviation from the null
hypothesis under the alternative, and corresponds to Gunel and Dickey's
(1974)"a"parameter.