BIC.scampr | R Documentation |
Wrapper for Akaike's Information Criteria for objects of class 'scampr' with k = log(N)
## S3 method for class 'scampr'
BIC(object, ...)
object |
a scampr model |
... |
Optionally, additional scampr model objects |
a numeric value with the corresponding BIC
# Get the gorilla nesting data
dat <- gorillas
# Standardise the elevation covariate
dat$elev.std <- scale(dat$elevation)
# Fit a scampr model to the point pattern
m <- scampr(pres ~ elev.std, data = dat, model.type = "PO")
BIC(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.