IPPredict | R Documentation |
This function predicts the possible clutch number
based on observed Internesting Period.
IPPredict(x = NULL, par = NULL, N = NULL, IP = 0:100)
x |
A result of IPFit(). |
par |
A set of parameters. |
N |
Number of replicates |
IP |
A vector of Internesting Period |
IPPredict calculates the possible clutch number based on observed Internesting Period.
A data.frame
Marc Girondot
Other Model of Internesting Period:
IPFit()
,
IPModel()
,
plot.IP()
,
summary.IP()
## Not run:
library(phenology)
# Example
######### Fit using Maximum-Likelihood
par <- c(meanIP = 9.9959691992722917,
sdIP = 0.10066664270893474,
minIP = 7.5684588178888754,
pAbort = 2.2510012544630911,
meanAbort = 2.8969185085603386,
sdAbort = 0.92688983853803242,
pCapture = -1.0393803705929086,
meanECF = 3.9551519427394255,
sdECF = 0.31657679943365019)
IPPredict(par=par, IP=c(10, 80))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.