Learn R Programming

embryogrowth (version 8.0)

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"))

Arguments

result

A object obtained after searchR or likelihoodR

Value

The gain or loss of computing time using parallel version

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
# NOT RUN {
library(embryogrowth)
data(resultNest_4p_SSM4p)
test.parallel(resultNest_4p_SSM4p)
# }

Run the code above in your browser using DataLab