spOccupancy v0.5.2 contains an important bug fix in the
cross-validation functionality for single-season occupancy models with
unbalanced sampling across replicates in the data set. Specifically, the
reported cross-validation deviance metrics may be inaccurate when one or
more sites had a detection history where a missing value came before a
non-missing value. For example, if one or more sites had a detection
history of c(NA, 1, 0, 0, 1)
, this would lead to the
problem occurring, but this would not occur if all missing values were
at the end of the detection history (e.g.,
c(1, 0, 0, 1, NA)
). The affected functions include the
following: PGOcc()
, spPGOcc()
,
msPGOcc()
, spMsPGOcc()
,
lfMsPGOcc()
, sfMsPGOcc()
,
intPGOcc()
, spIntPGOcc()
. We strongly
encourage users who have performed cross-validation with these models
and unbalanced sampling across replicates in the manner described to
rerun their analyses using v0.5.2. We apologize for any troubles this
has caused.
spOccupancy v0.5.0 contains numerous substantial updates that provide new functionality, improved run times for models with unstructured random effects, an important bug fix for cross-validation with unstructured random effects under certain scenarios, and some other minor bug fixes. The changes include:
svcPGOcc()
fits a
single-season spatially-varying coefficient model, and
svcTPGOcc()
fits a multi-season spatially-varying
coefficient model. We also include the functions
svcPGBinom()
and svcTPGBinom()
for fitting
spatially-varying coefficient generalized linear models when ignoring
imperfect detection. We also include the helper function
getSVCSamples()
to more easily extract the SVC samples from
the resulting model objects if they are desired.C++
code to reduce run times for
models that include unstructured random intercepts.k.fold.only
argument to all model-fitting
functions, which allows users to only perform k-fold cross-validation
instead of having to run the model first with the entire data set.X.0
was supplied as a data frame and not a
matrix. See GitHub issue
13.tPGOcc()
and stPGOcc()
.fitted()
functions for all spOccupancy model objects. See
this Github
issue for more details.ignore.RE = TRUE
.waicOcc()
for integrated models
(intPGOcc()
and spIntPGOcc()
) that sometimes
resulted in incorrect estimates of WAIC for data sets other than the
first data set. We strongly encourage users who have used
waicOcc()
with an integrated model to rerun their analyses
using v0.3.2.predict()
on a
spatially-explicit model with non-spatial random effects in the
occurrence portion of the model to rerun their analyses using
v0.3.2.intPGOcc()
and
spIntPGOcc()
that were accidentally introduced in v0.3.0.
See this
Github issue for more details.spOccupancy Version 0.3.0 contains numerous substantial updates that provide new functionality, improved computational performance for model fitting and subsequent model checking/comparison, and minor bug fixes. The changes include:
lfMsPGOcc()
and sfMsPGOcc()
.
We also included the functions lfJSDM()
and
sfJSDM()
which are more typical joint species distribution
models that fail to explicitly account for imperfect detection.predict()
functions for single-species and
multi-species models now include the argument type
, which
allows for prediction of detection probability
(type = 'detection'
) at a set of covariate values as well
as predictions of occurrence (type = 'occupancy'
).like.samples
in the resulting model object, which contains
model likelihood values needed for calculation of WAIC. This leads to
much shorter run times for waicOcc()
compared to previous
versions.fitted.*()
functions now return both the fitted
values and the estimated detection probability samples from a fitted
spOccupancy
model.ignore.RE
to all
predict()
functions. If non-spatial random intercepts are
included when fitting the model, setting ignore.RE = TRUE
will yield predictions that ignore the values of the random effects. If
ignore.RE = FALSE
, the model will predict new values using
the random intercepts for both sampled and non-sampled levels of the
effects.spOccupancy
model fitting functions that occurred when
random effects were included in the occurrence and/or detection
component of the model.simOcc()
and simMsOcc()
that prevented simulating data with multiple random intercepts on
detection.NNGP = FALSE
and not specifying initial
values for the spatial range parameter phi
.predict()
functions for
spMsPGOcc
and spPGOcc
objects that resulted in
potentially inaccurate predictions when n.omp.threads
>
1.n.chains
argument to all model-fitting
functions for running multiple chains in sequence.summary
displays
for each model-fitting function.predict
functions to return
occurrence probabilities at sampled sites instead of NAs.spOccupancy
.