NSAPH-Projects/BNP-For-Unmeasured-Confounding

Questions

Closed this issue · 0 comments

katehu commented

for (l in which(check_q == 1 | check_q == 2)) {

Should we use

which(check_q <3) 

what if check_q ==0 ?

m_eta = cbind(m_eta, rep(eta_prior[1] / eta_prior[2], 2))

Why we repeat (eta_prior[1] / eta_prior[2]) twice for each l?