predictResponseSurface {BIGL} | R Documentation |
Predict the entire response surface, so including on-axis points, and return the result as a matrix. For plotting purposes.
Description
Predict the entire response surface, so including on-axis points, and return the result as a matrix. For plotting purposes.
Usage
predictResponseSurface(
doseGrid,
fitResult,
null_model,
transforms = fitResult$transforms
)
Arguments
doseGrid |
A dose grid with unique combination of doses |
fitResult |
Monotherapy (on-axis) model fit, e.g. produced by
|
null_model |
Specified null model for the expected response surface.
Currently, allowed options are |
transforms |
Transformation functions. If non-null, |