.PredictResponseFromModel | R Documentation |
PredictResponseFromModel
uses drm
function to fit the
dose response model and generate the predict response value at the given dose.
.PredictResponseFromModel(model, dose)
model |
An object for fitted model from drm::drc function L.4 or LL.4 model. |
dose |
A numeric value. It indicates the concentration of drug at which the response will be predicted. |
Note: Random number generator used in AddNoise
with
method = "random"
. If the analysis requires reproducibility, please
set the random seed before calling this function.
A numeric value. It is the response value of cell line to the drug at inputted dose.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.