Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


Surrogate (version 3.4.1)

constructor_ICA_estimator: Function constructor to estimate the ICA given a set of sampled patient-level treatment effects

Description

The constructor_ICA_estimator() function returns a function the estimates the ICA as a user-specified function of I(ΔS;ΔT), ΔS, and ΔT.

Usage

constructor_ICA_estimator(endpoint_types, ICA_def)

Value

A function that estimates the user-defined definition of the ICA. This function can be used as ICA_estimator in sensitivity_analysis_copula().

Arguments

endpoint_types

(character) vector with two elements indicating the endpoint types: "continuous" or "ordinal".

ICA_def

function that takes the following arguments: I(ΔS;ΔT), ΔS, and ΔT. It returns the ICA as a function of these information-theoretic quantities.