Surrogate (version 1.7)

MinSurrContCont: Examine the plausibility of finding a good surrogate endpoint in the Continuous-continuous case

Description

The function MinSurrContCont examines the plausibility of finding a good surrogate endpoint in the continuous-continuous setting. For details, see Alonso et al. (submitted).

Usage

MinSurrContCont(T0T0, T1T1, Delta, T0T1=seq(from=0, to=1, by=.01))

Arguments

T0T0

A scalar that specifies the variance of the true endpoint in the control treatment condition.

T1T1

A scalar that specifies the variance of the true endpoint in the experimental treatment condition.

Delta

A scalar that specifies an upper bound for the prediction mean squared error when predicting the individual causal effect of the treatment on the true endpoint based on the individual causal effect of the treatment on the surrogate.

T0T1

A scalar or vector that contains the correlation(s) between the counterfactuals T0 and T1 that should be considered in the computation of \(\rho_{min}^{2}\). Default seq(0, 1, by=.1), i.e., the values \(0\), \(0.10\), \(0.20\), …, \(1\).

Value

An object of class MinSurrContCont with components,

T0T1

A scalar or vector that contains the correlation(s) between the counterfactuals T0 and T1 that were considered (i.e., \(\rho_{T_{0}T_{1}}\)).

Sigma.Delta.T

A scalar or vector that contains the standard deviations of the individual causal treatment effects on the true endpoint as a function of \(\rho_{T_{0}T_{1}}\).

Rho2.Min

A scalar or vector that contains the \(\rho_{min}^{2}\) values as a function of \(\rho_{T_{0}T_{1}}\).

References

Alonso, A., Van der Elst, W., Molenberghs, G., Buyse, M., & Burzykowski, T. (submitted). On the relationship between the causal-inference and meta-analytic paradigms for the validation of surrogate markers.

See Also

ICA.ContCont, plot Causal-Inference ContCont, plot MinSurrContCont

Examples

Run this code
# NOT RUN {
# Assess the plausibility of finding a good surrogate when
# sigma_T0T0 = sigma_T1T1 = 8 and Delta = 1
# }
# NOT RUN {
MinSurr <- MinSurrContCont(T0T0 = 8, T1T1 = 8, Delta = 1)
summary(MinSurr)
plot(MinSurr)
# }

Run the code above in your browser using DataCamp Workspace