fitprobit: Fit a Probit Regression to Dose-Effect Data
Description
Fit a probit regression to dose-effect data, using the log10 of the dose as
the response.
Usage
fitprobit(dat)
Arguments
dat
A data frame of toxicity data, including at least three variables:
dose (the concentration of the tested chemical),
ntot (the number of individuals tested), and
nfx (the number of affected individuals).