parse_pval: parse_pval

View source: R/represearch.R

parse_pvalR Documentation

parse_pval

Description

This function parses and formats a P-value

Usage

parse_pval(pval, rf = 3, chs = "steq")

Arguments

pval

P-value

rf

Decimal point for rounding

chs

String for equality test. Defaults to "steq" ("<=")

Examples

parse_pval(0.0001, 2)

philipphoman/represearch documentation built on July 27, 2023, 10:23 a.m.