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 May 29, 2024, 4:02 a.m.