Learn R Programming

embryogrowth (version 7.1)

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_SSM4p)
TestParallel(resultNest_4p_SSM4p)
# }

Run the code above in your browser using DataLab