Skip to contents

This class uses the same fit() result contract as InferenceCustomAsymp, but only promises estimate/bootstrap behavior.

Super class

Inference -> InferenceCustomBoot

Methods

+ inherited public methods from Inference


InferenceCustomBoot$fit()

Calls the user-defined fit callback for this custom inference path; see InferenceCustomAsymp.

Usage

InferenceCustomBoot$fit(estimate_only = FALSE)

Arguments

estimate_only

If TRUE, skip variance calculations.

Returns

A list with fit results.


InferenceCustomBoot$compute_estimate()

Compute the treatment-effect estimate by delegating to the user-supplied custom asymptotic estimator. See InferenceCustomAsymp and InferenceAsymp.

Usage

InferenceCustomBoot$compute_estimate(estimate_only = FALSE)

Arguments

estimate_only

If TRUE, skip variance calculations.

Returns

The treatment estimate.


InferenceCustomBoot$clone()

The objects of this class are cloneable with this method.

Usage

InferenceCustomBoot$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.