printP {multiUS}R 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)

[Package multiUS version 1.2.3 Index]