Description Usage Arguments Value Author(s) Examples
View source: R/fit_dose_response_model.R
FindModelType
will extract the model type ("LL.4" or "L.4) eventually
used in funciton FitDoseResponse
1 | FindModelType(model)
|
model |
An object of class 'drc'. It is generated by function
|
A character either "LL.4" or "L.4". It indicates the type of model used for fitting dose response data.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
1 2 3 4 5 6 | df <- data.frame(
response = c(0, 29, 59, 60, 75, 90),
dose = c(0.00, 9.7656, 39.0626, 156.25, 625, 2500)
)
model <- FitDoseResponse(df)
model.type <- FindModelType(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.