getCP {BIGL} | R Documentation |
Estimate CP matrix from bootstraps
Description
This function is generally called from within fitSurface
.
Usage
getCP(bootStraps, null_model, transforms, sigma0, doseGrid)
Arguments
bootStraps |
the bootstraps carried out already |
null_model |
Specified null model for the expected response surface.
Currently, allowed options are |
transforms |
Transformation functions. If non-null, |
sigma0 |
standard deviation of the null model on the real data |
doseGrid |
a grid of dose combinations |
Value
Estimated CP matrix
[Package BIGL version 1.9.2 Index]