Learn R Programming

embryogrowth (version 9.5)

test.parallel: 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"))

Value

The gain or loss of computing time using parallel version

Arguments

result

A object obtained after searchR or likelihoodR

Author

Marc Girondot

Details

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

Examples

Run this code
if (FALSE) {
library(embryogrowth)
data(resultNest_4p_SSM)
test.parallel(resultNest_4p_SSM)
}

Run the code above in your browser using DataLab