dot-PredictResponseFromModel: Predict Response Value at Certain Drug Dose

.PredictResponseFromModelR Documentation

Predict Response Value at Certain Drug Dose

Description

PredictResponseFromModel uses drm function to fit the dose response model and generate the predict response value at the given dose.

Usage

.PredictResponseFromModel(model, dose)

Arguments

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.

Details

Note: Random number generator used in AddNoise with method = "random". If the analysis requires reproducibility, please set the random seed before calling this function.

Value

A numeric value. It is the response value of cell line to the drug at inputted dose.

Author(s)


shuyuzheng/synergyfinder documentation built on Feb. 20, 2023, 11:33 p.m.