View source: R/HatchingSuccess.nobs.R
nobs.HatchingSuccess | R Documentation |
Set of functions to study the hatching success.
## S3 method for class 'HatchingSuccess'
nobs(object, ...)
object |
The return of a fit done with fitHS. |
... |
Not used |
nobs.NestsResult Return number of observations of a fit
Return number of observations of a fit
Marc Girondot
Other Hatching success:
HatchingSuccess.MHmcmc()
,
HatchingSuccess.MHmcmc_p()
,
HatchingSuccess.fit()
,
HatchingSuccess.lnL()
,
HatchingSuccess.model()
,
logLik.HatchingSuccess()
,
predict.HatchingSuccess()
## Not run:
library(embryogrowth)
totalIncubation_Cc <- subset(DatabaseTSD,
Species=="Caretta caretta" &
Note != "Sinusoidal pattern" &
!is.na(Total) & Total != 0)
par <- c(S.low=0.5, S.high=0.3,
P.low=25, deltaP=10, MaxHS=0.8)
HatchingSuccess.lnL(par=par, data=totalIncubation_Cc)
g <- HatchingSuccess.fit(par=par, data=totalIncubation_Cc)
HatchingSuccess.lnL(par=g$par, data=totalIncubation_Cc)
plot(g)
nobs(g)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.