View source: R/thresholding_algos.R
run_thresholding_method_simulatr | R Documentation |
Runs the thresholding method
run_thresholding_method_simulatr(
dat,
g_intercept,
g_perturbation,
g_fam,
m_fam,
pi,
covariate_matrix,
g_covariate_coefs,
m_offset,
g_offset,
alpha = 0.95,
rm_covariate = ""
)
g_fam |
family describing g |
m_fam |
family describing m |
covariate_matrix |
the matrix of covariates; NULL if there are no covariates. |
m_offset |
offsets for m |
g_offset |
offsets for g |
coefficient table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.