sig_test: Calculates a statistical significance test

View source: R/descr.R

sig_testR Documentation

Calculates a statistical significance test

Description

Calculates a statistical significance test

Usage

sig_test(
  var,
  group = NULL,
  test_options = list(),
  test = NULL,
  var_name = NULL
)

Arguments

var

A variable (a vector).

group

A variable containing the grouping information.

test_options

Named list containing test options.

test

Name of a statistical test.

var_name

Name of variable to be tested (only used in warning messages).

Value

A list of test test results.

Examples

cont_var <- c(1, 2, 3)
sig_test(cont_var)

DescrTab2 documentation built on Sept. 6, 2022, 9:05 a.m.