bootConfInt {BIGL} | R Documentation |
Obtain confidence intervals for the raw effect sizes on every off-axis point and overall
Description
Obtain confidence intervals for the raw effect sizes on every off-axis point and overall
Usage
bootConfInt(
Total,
idUnique,
bootStraps,
transforms,
respS,
B.B,
method,
CP,
reps,
n1,
cutoff,
R,
fitResult,
bootRS,
data_off,
posEffect = all(Total$effect >= 0),
transFun,
invTransFun,
model,
rescaleResids,
wild_bootstrap,
wild_bootType,
control,
digits,
...
)
Arguments
Total |
data frame with all effects and mean effects |
idUnique |
unique combinations of on-axis points, a character vector |
bootStraps |
precomputed bootstrap objects |
transforms |
Transformation functions. If non-null, |
respS |
the observed response surface |
B.B |
Number of iterations to use in bootstrapping null distribution for either meanR or maxR statistics. |
method |
What assumption should be used for the variance of on- and
off-axis points. This argument can take one of the values from
|
CP |
Prediction covariance matrix. If not specified, it will be estimated
by bootstrap using |
reps |
Numeric vector containing number of replicates for each off-axis
dose combination. If missing, it will be calculated automatically from output
of |
n1 |
the number of off-axis points |
cutoff |
Cut-off to use in maxR procedure for declaring non-additivity (default is 0.95). |
R |
Numeric vector containing mean deviation of predicted response
surface from the observed one at each of the off-axis points. If missing,
it will be calculated automatically from output of
|
fitResult |
Monotherapy (on-axis) model fit, e.g. produced by
|
bootRS |
a boolean, should bootstrapped response surfaces be used in the calculation of the confidence intervals? |
data_off |
data frame with off -axis information |
posEffect |
a boolean, are effects restricted to be positive |
transFun , invTransFun |
the transformation and inverse transformation functions for the variance |
model |
The mean-variance model |
rescaleResids |
a boolean indicating whether to rescale residuals, or else normality of the residuals is assumed. |
wild_bootstrap |
Whether special bootstrap to correct for
heteroskedasticity should be used. If |
wild_bootType |
Type of distribution to be used for wild bootstrap. If |
control |
If |
digits |
Numeric value indicating the number of digits used for numeric values in confidence intervals |
... |
Further arguments that will be later passed to
|
Value
A list with components
offAxis |
The off-axis bootstrapped confidence intervals |
single |
A mean effect and percentile and studentized boostrap intervals |