Description Slots Creating Objects
Class "drFit"
defines a results from drc or DoseFinding
fit
A fit object by either drc or DoseFinding package.
fitDat
The actual data matrix (after excluding outliers) used to fit a dose-response model.
originalDat
The original dose response data, a matrix.
alpha
A scalar for significance level. This specifies the significance level to identify outliers
fitCtr
A logical value specifying whether to include the control points into the model fitting.
tag
A string (either 'drc' or 'DoseFinding') tracking which package is used for model fitting.
modelName
model name of the fitted model
nPar
number of parameters for the fitted model
info
A 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.