validate {BeeGUTS}R Documentation

Validation method for beeSurvFit objects

Description

This is a validation method for the beeSurvFit object. It perform forwards predictions for a specific concentration profile and compare these prediction to the respective experimental data.

Usage

validate(object, dataValidate, ...)

Arguments

object

An object of class beeSurvFit

dataValidate

Data to validate in the format of the experimental data used for fit (dataGUTS)

...

Additional arguments to be parsed to the predict.survFit method from odeGUTS (e.g. mcmc_size = 1000 is to be used to reduce the number of mcmc samples in order to speed up the computation. mcmc_size is the number of selected iterations for one chain. Default is 1000. If all MCMC is wanted, set argument to NULL., hb_value = FALSE the background mortality hb is taken into account from the posterior. If FALSE, parameter hb is set to a fixed value. The default is FALSE. hb_valueFORCED = 0 hb_valueFORCED If hb_value is FALSE, it fix hb. The default is 0

Value

An object of class beeSurvValidation.


[Package BeeGUTS version 1.1.3 Index]