eif_theta_k {drord}R Documentation

Get EIF estimates for treatment-specific CDF at a particular level of the outcome

Description

Get EIF estimates for treatment-specific CDF at a particular level of the outcome

Usage

eif_theta_k(k, out, treat, trt_level, trt_spec_prob_est, trt_k_spec_cdf_est)

Arguments

k

The level of the outcome.

out

A numeric vector containing the outcomes. Missing outcomes are allowed.

treat

A numeric vector containing treatment status. Should only assume a value 0 or 1.

trt_level

Treatment level

trt_spec_prob_est

Estimated propensity for trt_level.

trt_k_spec_cdf_est

Estimated conditional CDF for trt_level at k.


[Package drord version 1.0.1 Index]