Learn R Programming

embryogrowth (version 6.4)

TestParallel: 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

TestParallel(result = stop("A ResultNest object must be provided"))

Arguments

result
A object obtained after searchR or likelihoodR

Value

The gain or loss of computing time using parallel version

Details

TestParallel estimates the likelihood of a set of parameters for nest incubation data with or without parallel computing option

Examples

Run this code
## Not run: 
# library(embryogrowth)
# data(resultNest_4p)
# TestParallel(resultNest_4p)
# ## End(Not run)

Run the code above in your browser using DataLab