Learn R Programming

RClimMAWGEN (version 1.1)

accepted: Which generations pass the tests with success?

Description

This functions lists the realizations which pass successfully Ks or Wilcoxon test.

Usage

accepted(tests, significance = 0.05)

Arguments

tests
list of objects returned by wilcox.test and ks.test
significance
significance for statistical tests (maximum accepted p-Value). Default is 0.05.

Value

Vector with names of successful realizations.

See Also

climdex.data.frame,ks.test,ks.test.climdex.data.frame,wilcox.test

Examples

Run this code
# See the example of 'climdex.data.frame' function

Run the code above in your browser using DataLab