Learn R Programming

paleoTS (version 0.6.2)

test.var.het: Test for heterogeneity of variances among samples in a time-series

Description

Test for heterogeneity of variances among samples in a time-series

Usage

test.var.het(y, method = "Bartlett")

Value

a list with the test statistic, degrees of freedom, and p-value

Arguments

y

a paleoTS object

method

test to use; currently only "Bartlett" is implemented

References

Sokal, R. R and F. J. Rohlf. 1995. Biometry 3rd Ed.

See Also

pool.var

Examples

Run this code
data(cantius_L)
test.var.het(cantius_L)  # significant, but still may want to pool variances

Run the code above in your browser using DataLab