fit_sigmoid | R Documentation |
Helper function to fit a sigmoid with a=1 to data using the LM algorithm
fit_sigmoid(fit_data, slopes = c(-0.01, -0.03, -0.1), ic50s = c(-4, -5, -6))
fit_data |
A tibble or data.frame with columns 'Concentration_value' and 'Viability' corresponding defining the points to fit |
slopes |
Initial values to start the fit of slopes |
ic50s |
Initial values to start the fit of ic50s |
A vector of size 3 corresponding to parameters b and c, and the residual of the fit
sigmoid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.