Skip to contents

Provides compute_rand_confidence_interval() via Zhang's combined test-inversion method for both Bernoulli (\(m = 0\), all subjects in the reservoir) and KK matching-on-the-fly designs (\(m > 0\)).

Super classes

Inference -> InferenceRand -> InferenceRandCI -> InferenceNonParamBootstrap -> InferenceRandBootstrap -> InferenceRandBootstrapCI -> InferenceBayesianBootstrap -> InferenceJackknife -> InferenceAsymp -> InferenceMLEorKMSummaryTable -> InferenceAsympLik -> InferenceKKPassThroughCompoundNoParamBootstrap -> InferenceAbstractQuantileRandCI

Methods

+ inherited public methods from InferenceKKPassThroughCompoundNoParamBootstrap
  • InferenceKKPassThroughCompoundNoParamBootstrap$approximate_bootstrap_distribution_beta_hat_T()
  • InferenceKKPassThroughCompoundNoParamBootstrap$compute_estimate_with_bootstrap_weights()
+ inherited public methods from InferenceAsympLik
+ inherited public methods from InferenceMLEorKMSummaryTable
+ inherited public methods from InferenceAsymp
+ inherited public methods from InferenceJackknife
+ inherited public methods from InferenceBayesianBootstrap
+ inherited public methods from InferenceRandBootstrapCI
+ inherited public methods from InferenceRandBootstrap
+ inherited public methods from InferenceNonParamBootstrap
+ inherited public methods from InferenceRandCI
  • InferenceRandCI$compute_rand_confidence_interval()
  • InferenceRandCI$compute_rand_two_sided_pval()
+ inherited public methods from InferenceRand
+ inherited public methods from Inference


InferenceAbstractQuantileRandCI$new()

Initialize the inference object.

Usage

InferenceAbstractQuantileRandCI$new(
  des_obj,
  model_formula = NULL,
  verbose = FALSE,
  smart_cold_start_default = NULL
)

Arguments

des_obj

A DesignSeqOneByOne object.

model_formula

Optional formula for covariate adjustment.

verbose

Whether to print messages.

smart_cold_start_default

Whether to use smart cold start values.


InferenceAbstractQuantileRandCI$clone()

The objects of this class are cloneable with this method.

Usage

InferenceAbstractQuantileRandCI$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.