| test.parallel {embryogrowth} | R Documentation | 
Estimate the likelihood of a set of parameters for nest incubation data with or without parallel computing option
Description
Estimate the likelihood of a set of parameters for nest incubation data with or without parallel computing option. It uses the user time from the print result of system.time() function.
Usage
test.parallel(result = stop("A ResultNest object must be provided"))
Arguments
| result | A object obtained after searchR or likelihoodR | 
Details
test.parallel estimates the likelihood of a set of parameters for nest incubation data with or without parallel computing option
Value
The gain or loss of computing time using parallel version
Author(s)
Marc Girondot
Examples
## Not run: 
library(embryogrowth)
data(resultNest_4p_SSM)
test.parallel(resultNest_4p_SSM)
## End(Not run)
[Package embryogrowth version 9.1 Index]