extract_stats_type {statsExpressions} | R Documentation |
Switch the type of statistics.
Description
Relevant mostly for {ggstatsplot}
and {statsExpressions}
packages, where
different statistical approaches are supported via this argument: parametric,
non-parametric, robust, and Bayesian. This switch function converts strings
entered by users to a common pattern for convenience.
Usage
extract_stats_type(type)
stats_type_switch(type)
Arguments
type |
A character specifying the type of statistical approach:
You can specify just the initial letter. |
Examples
extract_stats_type("p")
extract_stats_type("bf")
[Package statsExpressions version 1.5.5 Index]