predict.fitIC50: Predicted values based on IC50 fit

View source: R/drug.R

predict.fitIC50R Documentation

Predicted values based on IC50 fit

Description

Generic function for ic50 class generated from fitIC50 function.

Usage

## S3 method for class 'fitIC50'
predict(
  object,
  newdata = NULL,
  se.fit = FALSE,
  level = 0.95,
  interval = c("none", "confidence", "prediction")
)

Arguments

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


lujunyan1118/jyluMisc documentation built on March 8, 2024, 12:17 a.m.