View source: R/summary.scampr.R
summary.scampr | R Documentation |
Summary for objects of class 'scampr'
## S3 method for class 'scampr'
summary(object, ...)
object |
A scampr model object |
... |
NA |
a data.frame of the conditional model summary.
# Get the gorilla nesting data
data(gorillas, package = "scampr")
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, include.sre = F)
summary(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.