validate.beeSurvFit {BeeGUTS} | R Documentation |
Validate method for beeSurvFit
objects
Description
This is the generic validate
S3 method for the beeSurvFit
class. It predict the survival over time for the concentration profiles entered by the user.
Usage
## S3 method for class 'beeSurvFit'
validate(object, dataValidate, ...)
Arguments
object |
An object of class |
dataValidate |
Data to validate in the format of the experimental data used for fit (dataGUTS) |
... |
Additional arguments to be parsed to the |
Value
A beeSurvValidation
object with the results of the validation
Examples
data(betacyfluthrinChronic)
data(fitBetacyfluthrin_Chronic)
validation <- validate(fitBetacyfluthrin_Chronic, betacyfluthrinChronic)