Learn R Programming

dcv (version 0.1.1)

test.ST: Sign Test statistic

Description

Performs Sign Test(ST) statistic on vectors of data.

Usage

test.ST(x, y)

Arguments

x
actual climate data
y
reconstructed climate data

Value

Sign Test(ST) statistic

Details

Performs Sign Test(ST) statistic on vectors of data.

References

Fritts HC (1976) Tree rings and climate.Academic Press, New York.

See Also

test.PMT,test.RE,test.DW

Examples

Run this code
data(val)
test.ST(val[,1],val[,2])

Run the code above in your browser using DataLab