p.symbol.Rd
Return the symbol related to the p value: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1. Values above p = 1 will return NA.
p = 1
NA
p.symbol(p, emptychar = " ")
p value
text to show when p > 0.1
p > 0.1
Text