testLevel: testLevel

View source: R/testLevel.R

testLevelR Documentation

testLevel

Description

A collection of tests to compare the level of data with comparison data

Usage

testLevel(x, xc)

Arguments

x

a data vector of a single data set named and sorted by years

xc

a data vector of a single data set named and sorted by years

Details

Details about the employed tests can be found here: http://redmine.pik-potsdam.de/projects/x-intern/wiki/Traffic_light_validation

Value

A named vector containing results of multiple tests for the single combination of data and comparison data.

Author(s)

Markus Bonsch, Jan Philipp Dietrich

See Also

TLstatistics,trafficlight

Examples


#create some test data
test <- 1:40; names(test) <- 1995:2034
x <- test[20:40]
xc <- test[1:30] + rnorm(30)

testLevel(x,xc)


pik-piam/trafficlight documentation built on Jan. 27, 2024, 5:32 a.m.