report_s: Report S- and p-values in easy language.

View source: R/report_s.R

report_sR Documentation

Report S- and p-values in easy language.

Description

Reports interpretation of S- and p-values in easy language.

Usage

report_s(s = NULL, p = NULL, test_value = 0, test_parameter = "parameter")

Arguments

s

An S-value. Either s or p must be provided.

p

A p-value. Either s or p must be provided.

test_value

The value of the test parameter under the null hypothesis.

test_parameter

The name of the test parameter under the null hypothesis.

Value

A string with the interpretation of the S- or p-value.

Examples

report_s(s = 1.5)
report_s(p = 0.05)

neuropsychology/report documentation built on April 3, 2024, 4:08 p.m.