predict.fitIC50 | R Documentation |
Generic function for ic50 class generated from fitIC50 function.
## S3 method for class 'fitIC50'
predict(
object,
newdata = NULL,
se.fit = FALSE,
level = 0.95,
interval = c("none", "confidence", "prediction")
)
object |
Object of class inheriting from "fitIC50" |
newdata |
An optional data frame in which to look for variables with which to predict.If omitted, the fitted values are used. |
se.fit |
Not used, mainly for geom_smooth purpose |
level |
Not used, mainly for geom_smooth purpose |
interval |
Not used, mainly for geom_smooth purpose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.