View source: R/modifiedAlphaFunctions.R
ar1Solver | R Documentation |
Computes value for AR1 correlation coefficient for use in p_adjust
ar1Solver(t)
t |
A numeric vector of t-statistics |
Estimated AR1 correlation coefficient
p_adjust
t <- rt(1e3, df = 1) rho <- ar1Solver(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.