fitIC50: Model object for fitting the IC50 curve

View source: R/drug.R

fitIC50R Documentation

Model object for fitting the IC50 curve

Description

Use the drc package to perform IC50 fit. Can be directly used for geom_smooth() in ggplot2

Usage

fitIC50(formula, data = NULL, weights, ...)

Arguments

formula

Formula for the curve fitting.

data

A data frame contain the raw concentration and the viability value. The viability should not be the percent viability value.

...

Parameters passed to logLogisticRegression()

weigths

Not used, mainly for geom_smooth() purpose


lujunyan1118/jyluMisc documentation built on Jan. 21, 2025, 2:18 p.m.