View source: R/mc_compute_rho.R
mc_compute_rho | R Documentation |
Compute autocorrelation estimates based on a fitted model
using the mc_car
structure. The mcglm
approach fits
models using a linear covariance structure, but in general in this
parametrization for spatial models the parameters have no simple
interpretation in terms of spatial autocorrelation.
The function mc_compute_rho
computes the autocorrelation
based on a fitted model.
mc_compute_rho(object, level = 0.975)
object |
an object or a list of objects representing a model
of |
level |
the confidence level required. |
Returns estimate, standard error and confidential interval for the spatial autocorrelation parameter.
Wagner Hugo Bonat, wbonat@ufpr.br
Bonat, W. H. (2018). Multiple Response Variables Regression Models in R: The mcglm Package. Journal of Statistical Software, 84(4):1–30.
mc_car
and mc_conditional_test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.