t_value: Students' t value

View source: R/t_value.R

t_valueR 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)

dendroNetwork documentation built on May 29, 2024, 1:08 a.m.