Learn R Programming

dendroNetwork (version 0.5.5)

t_value: Students' t value

Description

Function to determine the Students' t-value using the correlation and the number of compare values (tree-rings)

Usage

t_value(r, n)

Value

Students' t value as a numeric.

Arguments

r

correlation value.

n

number of overlapping tree-rings/compared values.

Examples

Run this code
t_value(0.5, 100)

Run the code above in your browser using DataLab