sig {EnviroPRA2} | R Documentation |
Significance level cheking function
Description
Function that return if the p-value allows to accept H0 in a Kolmogorov Smirnov or Anderson Darling test
Usage
sig(n)
Arguments
n |
p-value |
Value
Text string ("Significant"" / "Not Significant"") - Object class "character"
Examples
sig ( 0.001 )
sig ( 0.1 )
[Package EnviroPRA2 version 1.0.1 Index]