hillFit: fit Hill equation on dose response data

Description Usage Arguments Value

Description

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.

Usage

1
hillFit(d, y)

Arguments

d

dose original dose

y

response relative viability

Value

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)


nickytong/drexplorer documentation built on May 23, 2019, 5:08 p.m.