Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

embryogrowth (version 6.1.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
library(embryogrowth)
data(resultNest_4p)
TestParallel(resultNest_4p)

Run the code above in your browser using DataLab