Description Usage Arguments Value Examples
View source: R/dev_eval.R View source: R/Not_ready/ModelComparison.R
function to extract explained deviance from BRT
1 | dev_eval(x)
|
x |
A fitted BRT model object, e.g. as returned from |
The deviance
1 2 3 4 | # use defaults
sim1 <- SimulateWorld(start.year=2015, n.year=20)
fit <- brt_sdm(sim, "temp")
dev_eval(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.