Learn R Programming

wrappedtools (version 0.9.7)

markSign: Convert significance levels to symbols

Description

markSign returns the symbol associated with a significance level.

Usage

markSign(SignIn, plabel = c("n.s.", "+", "*", "**", "***"))

Value

factor with label as defined in plabel.

Arguments

SignIn

A single p-value.

plabel

A translation table, predefined with the usual symbols.

Examples

Run this code
markSign(0.012)

Run the code above in your browser using DataLab