Learn R Programming

EnviroPRA2 (version 1.0.1)

sig: 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)

Value

Text string ("Significant"" / "Not Significant"") - Object class "character"

Arguments

n

p-value

Examples

Run this code
sig ( 0.001 )

sig ( 0.1 )

Run the code above in your browser using DataLab