PredictModelSpecify: Predict Response Value at Certain Drug Dose

Description Usage Arguments Details Value Author(s)

View source: R/fit_dose_response_model.R

Description

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

Usage

1
PredictModelSpecify(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)


synergyfinder documentation built on April 4, 2021, 6 p.m.