Last data update: 2014.03.03

R: Sign Test statistic
test.STR Documentation

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

Details

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

Value

Sign Test(ST) statistic

Author(s)

Zongshan Li zsli_st@rcees.ac.cn

References

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

See Also

test.PMT,test.RE,test.DW

Examples

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

Results