invalidivsacim_est: This is the main function to compute the estimator in C++

Description Usage Arguments

View source: R/RcppExports.R

Description

This is the main function to compute the estimator in C++

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
invalidivsacim_est(
  time,
  event,
  stime,
  Z,
  Z_c,
  D_status,
  D_status_c,
  Z_model_mat,
  eps_1,
  D_model_mat,
  eps_2,
  weights
)

Arguments

time

censored event time

event

event indicator

stime

unique sorted noncensored event time

Z

the instrument

Z_c

centered IV

D_status

treatment process at each noncensored event time

D_status_c

centered treatment process at each noncensored event time

Z_model_mat

bread matrix from modeling IV

eps_1

influence function from modeling IV

D_model_mat

bread matrix from modeling treatment

eps_2

influence function from modeling treatment

weights

optional weights


ivsacim documentation built on Jan. 30, 2022, 9:07 a.m.