report.p: Reporting p values

View source: R/dthelper-reporting.R View source: R/dthelper-functions.R

report.pR Documentation

Reporting p values

Description

Reporting p values

Usage

report.p(p, dp = 3, start = NULL, end = NULL)

Arguments

p

Input p value

dp

Number of decimal places

start

Character string appended to start of output

end

Character string appended to end of output

Value

A character string with '= ' (or '< .001' if p falls below threshold) before the input value

Examples

report.p(.02);
report.p(.00003, start = "p ");

dennisteowh/dthelper documentation built on March 19, 2022, 11:42 a.m.