estimable(DEdata)
dataprep
) containing at least two variables: dose,
a numeric vector of chemical concentrations, and pfx,
a numeric vector of proportional effects at each dose (see Details).conc <- c(0.0625, 0.125, 0.25, 0.5, 1)
numtested <- rep(8, 5)
nalive <- c(1, 4, 4, 7, 8)
mydat <- dataprep(dose=conc, ntot=numtested, nfx=nalive)
estimable(mydat)
nalive2 <- rep(4, 5)
mydat2 <- dataprep(dose=conc, ntot=numtested, nfx=nalive2)
estimable(mydat2)
Run the code above in your browser using DataLab