Description Usage Arguments Value Examples
View source: R/drexplorer_hill.R
This function implements S3-style OOP. Methods such as predict, plot and lines are available. Notice that control data (dose = 0) is usually not fitted (supplied) in Hill equation.
1 | hillFit(d, y)
|
d |
dose original dose. |
y |
response relative viability. |
it returns a hillFit object consisting a vector of estimations for 'E0', 'Einf', 'EC50', 'HS', 'Emax', 'MSE' (Mean Squared Error), 'Rsq' (R squared), 'RSE' (Residual Standard Error).
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.