compute_trt_spec_marg_dist_simul_ci: Compute simultaneous confidence interval for...

Description Usage Arguments Value

View source: R/dist_fn.R

Description

Compute simultaneous confidence interval for treatment-specific marginal distribution

Usage

1
2
3
4
5
6
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


drord documentation built on May 21, 2021, 1:06 a.m.