stats_type_switch: Switch type of statistics.

Description Usage Arguments Examples

View source: R/stats_type_switch.R

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

1

Arguments

type

A character specifying the type of statistical approach:

  • "parametric"

  • "nonparametric"

  • "robust"

  • "bayes"

This argument also accepts the following abbreviations: "p" (for parametric), "np" (for nonparametric), "r" (for robust), "bf" (for Bayes Factor or Bayesian).

Examples

1
2

ipmisc documentation built on May 7, 2021, 9:07 a.m.