Learn R Programming

embryogrowth (version 5.0)

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

Usage

TestParallel(result = stop("A ResultNest object must be provided"))

Arguments

result
A object obtained after searchR or likelihoodR

Value

  • Nothing

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