tests/testthat/tolerances.r

p_tol    <- 1e-04  # user-defined tolerance (for p-values and and ci bounds)
stat_tol <- 1e-04  # user-defined tolerance (for test statistics)
df_tol   <- 1e-01  # user-defined tolerance (for df)
m_tol    <- 0      # user-defined tolerance (for m)
emp_sca  <- 50     # scaling factor for p_tol when using 'empirical' methods

# p_tol    <- 0.1
# stat_tol <- 0.1
# df_tol   <- 0.1
# df_m     <- 0

Try the poolr package in your browser

Any scripts or data that you put into this service are public.

poolr documentation built on Jan. 27, 2022, 1:12 a.m.