Skip to content

Commit

Permalink
JSDMs with imperfect detection
Browse files Browse the repository at this point in the history
  • Loading branch information
doserjef committed Jan 21, 2022
1 parent 769f9a8 commit b0c907c
Show file tree
Hide file tree
Showing 18 changed files with 6,171 additions and 116 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: spOccupancy
Type: Package
Title: Single-Species, Multi-Species, and Integrated Spatial Occupancy Models
Version: 0.2.1
Version: 0.3.0.9000
Authors@R: c(person("Jeffrey", "Doser", role=c("aut", "cre"), email="[email protected]"), person("Andrew", "Finley", role = c("aut")))
Author: Jeffrey Doser [aut, cre], Andrew Finley [aut]
Maintainer: Jeffrey Doser <[email protected]>
Expand Down
12 changes: 12 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export(spMsPGOcc)
export(simIntOcc)
export(intPGOcc)
export(spIntPGOcc)
export(lfMsPGOcc)
export(sfMsPGOcc)
export(ppcOcc)
export(waicOcc)

Expand Down Expand Up @@ -44,6 +46,16 @@ S3method("print", "spIntPGOcc")
S3method("fitted", "spIntPGOcc")
S3method("summary", "spIntPGOcc")

S3method("predict", "lfMsPGOcc")
S3method("print", "lfMsPGOcc")
S3method("fitted", "lfMsPGOcc")
S3method("summary", "lfMsPGOcc")

S3method("predict", "sfMsPGOcc")
S3method("print", "sfMsPGOcc")
S3method("fitted", "sfMsPGOcc")
S3method("summary", "sfMsPGOcc")

importFrom("stats", "dist", "rbinom", "rnorm", "coefficients", "glm", "is.empty.model", "model.matrix", "model.response", "terms", "runif", "quantile", "dbinom", "var", "rgamma", "sd")
importFrom("coda", "mcmc", "gelman.diag", "mcmc.list", "effectiveSize")
importFrom("abind", "abind")
Expand Down
Loading

0 comments on commit b0c907c

Please sign in to comment.