test.parallel: Estimate the likelihood of a set of parameters for nest...

View source: R/test.parallel.R

test.parallelR Documentation

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

Details

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

Value

The gain or loss of computing time using parallel version

Author(s)

Marc Girondot

Examples

## Not run: 
library(embryogrowth)
data(resultNest_4p_SSM)
test.parallel(resultNest_4p_SSM)

## End(Not run)

embryogrowth documentation built on Oct. 24, 2023, 5:07 p.m.