sig {EnviroPRA2} | R Documentation |
Function that return if the p-value allows to accept H0 in a Kolmogorov Smirnov or Anderson Darling test
sig(n)
n |
p-value |
Text string ("Significant"" / "Not Significant"") - Object class "character"
sig ( 0.001 )
sig ( 0.1 )