Learn R Programming

drc (version 1.2-0)

PR: 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~~

Value

  • ~Describe the value returned If it is a LIST, use
  • comp1Description of 'comp1'
  • comp2Description of 'comp2'
  • ...

Details

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

References

~put references to the literature/web site here ~

See Also

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

Examples

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

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

Run the code above in your browser using DataLab