View source: R/summary.scalescape.R
summary.scalescape | R Documentation |
summary
method for classes scalescape
and scalescape.boot
## S3 method for class 'scalescape' summary(object, ...)
object |
an object of class |
... |
additional arguments affecting the summary produced |
Note that although summary.scalescape
displays p-values for the regression coefficients
(given by the underlying lm()
,glm
, lmer
, glmer
, lme
,
or gls
functions, p-values for landscape effets are conditional on the estimate
of the range parameter, and consequently they will likely have inflated type I error
rates. The dist_weight_boot()
function uses a bootstrap likelihood ratio test to
generate a single p-value for the landscape predictor variable(s) in the model. By
bootstrapping, it accounts for the co-dependence of regression coefficient and range
parameter. Therefore, p-values reported for landscape predictor(s) should come from
dist_weight_boot
rather than dist_weight
.
For objects of class scalescape
, summary.scalescape
returns a list of
summary statistics of the fitted model given in object
, including:
the estimated range parameter, in meters
metrics of model fit (log-likelihood, AIC, BIC), and the number of parameters
the call for the local (no landscape variables) model
the call for the distance-weighted landscape model
residuals
coefficients, standard errors, t-statistics and corresponding p-values
For objects of class scalescape.boot
, summary.scalescape
returns a list of
summary statistics of the bootstrap likelihood ratio test comparing the full and reduced
models, including:
the number of bootstrapped datasets successfully refit
the call for the full (e.g., landscape) model
the call for the reduced (e.g., local) model
the observed deviance, bootstrap deviance, standard deviation, and corresponding p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.