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 July 26, 2023, 3:02 p.m.

Related to printP in multiUS...