Learn R Programming

bdots (version 1.2.5)

ar1Solver: Compute AR1 correlation coefficient

Description

Computes value for AR1 correlation coefficient for use in p_adjust

Usage

ar1Solver(t)

Value

Estimated AR1 correlation coefficient

Arguments

t

A numeric vector of t-statistics

See Also

p_adjust

Examples

Run this code
t <- rt(1e3, df = 1)
rho <- ar1Solver(t)


Run the code above in your browser using DataLab