FunSigStar: Significance Star Function

View source: R/FunSigStar.R

FunSigStarR Documentation

Significance Star Function

Description

Takes any vector of p values and returnes the vector in asterisk notation with p<0.05 (), <0.01 (), and <0.001 ()

Usage

FunSigStar(pval)

Arguments

pval

A p value to be expressed in asterisk notation

Value

asterisk

Examples

FunSigStar(0.01)
FunSigStar(c(0.02, 0.05, 0.06))

retodomax/FunRZ documentation built on July 4, 2025, 10:43 p.m.