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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.