PR {drc}R Documentation

Expected response

Description

'PR' returns the expected response for specified dose values.

Usage

PR(object, xVec, ...)

Arguments

object ~~Describe object here~~
xVec ~~Describe xVec here~~
... ~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Warning

....

Note

~~further notes~~

~Make other sections like Warning with section{Warning }{....} ~

Author(s)

Christian Ritz after a suggestion from Andrew Kniss

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples


m1 <- multdrc(ryegrass)
PR(m1, c(5, 10))

m2 <- multdrc(SLOPE~DOSE, CURVE, data=PestSci)
PR(m2, c(5, 10))


[Package drc version 1.1-0 Index]