markSign: Convert significance levels to symbols

View source: R/basefunctions.R

markSignR Documentation

Convert significance levels to symbols

Description

markSign returns the symbol associated with a significance level.

Usage

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

Arguments

SignIn

A single p-value.

plabel

A translation table, predefined with the usual symbols.

Value

factor with label as defined in plabel.

Examples

markSign(0.012)

wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.