t_value {dendroNetwork} | R Documentation |
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)
Arguments
r |
correlation value. |
n |
number of overlapping tree-rings/compared values. |
Value
Students' t value as a numeric.
Examples
t_value(0.5, 100)
[Package dendroNetwork version 0.5.4 Index]