get_fit | R Documentation |
Fit grdR on growth curves
get_fit( inputData, groupingVariables, timeTreatment = 0, upperLimit = 0.9, upperLimitThreshold = 0.8, smoothData = TRUE, orderConc = TRUE, saveModel = FALSE )
inputData |
input data.frame in standard format |
groupingVariables |
variable to group (eg. controls, drugs, cells, etc..) |
timeTreatment |
time of intervention treatment |
upperLimit |
upperl in DRC: numeric upper limit parameters in the model |
upperLimitThreshold |
threshold to evaluate GRD effect after model fit |
smoothData |
should function to smooth data be applied? |
orderConc |
should concentration be ordered based on effect? |
saveModel |
should model parameters be returned? |
grdR fitted growth curves
get_fit(sample_data, groupingVariables = "perturbation", smoothData = FALSE, upperLimitThreshold = 1, timeTreatment = 1,upperLimit = 1,orderConc = TRUE,saveModel = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.