ivsacim_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
ivsacim_est(time, event, stime, Zc, D_status, eps_1, Zc_dot, weights)

Arguments

time

censored event time

event

event indicator

stime

unique sorted noncensored event time

Zc

centered IV

D_status

treatment process at each noncensored event time

eps_1

influence function from modeling IV

Zc_dot

bread matrix from modeling IV

weights

optional weights


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

Related to ivsacim_est in ivsacim...