PR.Rd
The function returns the expected or predicted response for specified dose values.
PR(object, xVec, ...)
object | object of class |
---|---|
xVec | numeric vector of dose values. |
… | additional arguments to be supplied to |
This function is a convenience function for easy access to predicted values.
A numeric vector of predicted values or possibly a matrix of predicted values and corresponding standard errors.
Predictions can also be obtained using predict.drc
.
#> 5 10 #> 1.8523337 0.6888809#> 5 10 #> 1.8523257 0.6888757#> Prediction SE #> 1:5 0.6849759 0.02733629 #> 1:10 0.5344815 0.02815873 #> 2:5 0.6849759 0.02733629 #> 2:10 0.5344815 0.02815873 #> 3:5 0.6849759 0.02733629 #> 3:10 0.5344815 0.02815873 #> 4:5 0.6849759 0.02733629 #> 4:10 0.5344815 0.02815873 #> 5:5 0.6849759 0.02733629 #> 5:10 0.5344815 0.02815873