etest: Generate eTest objects.

View source: R/builders.R

etestR Documentation

Generate eTest objects.

Description

Generates eTest objects storing statistic test results in a standardized tibble.

Usage

etest(
  test,
  stat_name = NA,
  stat = NA,
  df1 = NA,
  df2 = NA,
  estimate_name = NA,
  estimate = NA,
  lower_ci = NA,
  upper_ci = NA,
  p_value = NA,
  n = NA
)

Arguments

test

statistical test name.

stat_name

name of the test statistic.

stat

value of the test statistic.

df1

= degrees of freedom.

df2

degrees of freedom.

estimate_name

name of the test estimate.

estimate

value of the test estimate.

lower_ci

value of the lower confidence interval limit.

upper_ci

value of the upper confidence interval limit.

p_value

p value.

n

number of complete observations used for testing.

Value

an EDA object.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.