compute_trt_spec_marg_dist_simul_ci {drord}R Documentation

Compute simultaneous confidence interval for treatment-specific marginal distribution

Description

Compute simultaneous confidence interval for treatment-specific marginal distribution

Usage

compute_trt_spec_marg_dist_simul_ci(
  pt_est,
  trt_spec_marg_dist_eif,
  remove_last = TRUE,
  alpha
)

Arguments

pt_est

The point estimate of the treatment-specific marginal CDF/PMF

trt_spec_marg_dist_eif

The EIF estimates for the treatment-specific marginal CDF/PMF estimates

remove_last

Should the last level be removed? Should be set equal to TRUE for CDF computations and FALSE for PMF computations.

alpha

Confidence intervals have nominal level 1-alpha.

Value

Confidence interval


[Package drord version 1.0.1 Index]