printP: Print p-value

View source: R/printP.R

printPR Documentation

Print p-value

Description

The function round and prints p-value.

Usage

printP(p)

Arguments

p

Value to be printed.

Value

A string (formatted p-value).

Author(s)

Marjan Cugmas

Examples

printP(p = 0.523)
printP(p = 0.022)
printP(p = 0.099)

multiUS documentation built on Jan. 23, 2023, 5:40 p.m.

Related to printP in multiUS...