run_thresholding_method_simulatr: Run thresholding method simulatr V2

View source: R/thresholding_algos.R

run_thresholding_method_simulatrR Documentation

Run thresholding method simulatr V2

Description

Runs the thresholding method

Usage

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 = ""
)

Arguments

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

Value

coefficient table


timothy-barry/glmeiv documentation built on Jan. 30, 2024, 3:46 p.m.