Description Slots Creating Objects See Also
Class "drFit"
fitA fit object by either drc or DoseFinding package.
fitDatThe actual data matrix (after excluding outliers) used to fit a dose-response model.
originalDatThe original dose response data, a matrix.
alphaA scalar for significance level. This specifies the significance level to identify outliers
fitCtrA logical value specifying whether to include the control points into the model fitting.
tagA string (either 'drc' or 'DoseFinding') tracking which package is used for model fitting.
modelNamemodel name of the fitted model
nParnumber of parameters for the fitted model
infoA list that holds information related to the model, i.e. Residual Standard Error (rse).
Although objects can be created directly using new("drFit", ...), the most common usage will be to pass dose-response data to the drFit function.
drOutlier, drModels, drFit, drFit-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.