Learn R Programming

embryogrowth (version 5.0)

resultNest_newp: Fit using the nest database with anchored parameters

Description

Fit using the nest database with anchored parameters

Usage

resultNest_newp

Arguments

format

A list with fitted information about data(nest) with anchored parameters

Details

Result of the fit using the nest database with anchored parameters

References

Girondot, M. & Kaska, Y. Submitted. A model to predict temperature dependency on embryo growth rate and incubation duration from field data.

Examples

Run this code
library(embryogrowth)
data(nest)
formated <- FormatNests(nest)
newp <- GenerateAnchor(nests=formated, number.anchors=7)
pfixed <- c(rK=2.093313)
resultNest_newp <- searchR(parameters=newp, fixed.parameters=pfixed,
  temperatures=formated, derivate=dydt.Gompertz, M0=1.7,
	test=c(Mean=39.33, SD=1.92), method = "BFGS", maxiter = 200)
data(resultNest_newp)

Run the code above in your browser using DataLab