This function computes the weight for the MPLE penalty of Moreno & Lele (2010).
computeMPLElambda(formula, data, knownOcc=numeric(0), starts,
method="BFGS",engine=c("C", "R"))
The computed lambda.
Double right-hand side formula describing covariates of detection and occupancy in that order.
An unmarkedFrameOccu
object
Vector of sites that are known to be occupied. These should be supplied as row numbers of the y matrix, eg, c(3,8) if sites 3 and 8 were known to be occupied a priori.
Vector of parameter starting values.
Optimization method used by optim
.
Either "C" or "R" to use fast C++ code or native R code during the optimization.
Rebecca A. Hutchinson
See occuPEN
for details and examples.
Moreno, M. and S. R. Lele. 2010. Improved estimation of site occupancy using penalized likelihood. Ecology 91: 341-346.
unmarked
, unmarkedFrameOccu
,
occu
, occuPEN
, occuPEN_CV
,
nonparboot