PR {drc} | R Documentation |
'PR' returns the expected response for specified dose values.
PR(object, xVec, ...)
object |
~~Describe object here~~ |
xVec |
~~Describe xVec here~~ |
... |
~~Describe ... here~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
....
~~further notes~~
~Make other sections like Warning with section{Warning }{....} ~
Christian Ritz after a suggestion from Andrew Kniss
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~
m1 <- multdrc(ryegrass) PR(m1, c(5, 10)) m2 <- multdrc(SLOPE~DOSE, CURVE, data=PestSci) PR(m2, c(5, 10))