View source: R/test.parallel.R
test.parallel | R Documentation |
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.
test.parallel(result = stop("A ResultNest object must be provided"))
result |
A object obtained after searchR or likelihoodR |
test.parallel estimates the likelihood of a set of parameters for nest incubation data with or without parallel computing option
The gain or loss of computing time using parallel version
Marc Girondot
## Not run:
library(embryogrowth)
data(resultNest_4p_SSM)
test.parallel(resultNest_4p_SSM)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.