validate.beeSurvFit {BeeGUTS} | R Documentation |
beeSurvFit
objectsThis is the generic validate
S3 method for the beeSurvFit
class. It predict the survival over time for the concentration profiles entered by the user.
## S3 method for class 'beeSurvFit'
validate(object, dataValidate, ...)
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 |
A beeSurvValidation
object with the results of the validation
data(betacyfluthrinChronic)
data(fitBetacyfluthrin_Chronic)
validation <- validate(fitBetacyfluthrin_Chronic, betacyfluthrinChronic)