Learn R Programming

multiUS (version 1.2.3)

printP: Print p-value

Description

The function round and prints \(p\)-value.

Usage

printP(p)

Value

A string (formatted \(p\)-value).

Arguments

p

Value to be printed.

Author

Marjan Cugmas

Examples

Run this code
printP(p = 0.523)
printP(p = 0.022)
printP(p = 0.099)

Run the code above in your browser using DataLab