Skip to content

Commit

Permalink
Merge pull request #36 from stscl/dev
Browse files Browse the repository at this point in the history
update `moran_test` docs
  • Loading branch information
SpatLyu authored Jan 18, 2025
2 parents 4ee92bc + 41917f2 commit db89c48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions R/moran_test.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title test global spatial autocorrelation
#' @title global spatial autocorrelation test
#' @description
#' Spatial autocorrelation test based on global moran index.
#' Spatial autocorrelation test based on moran's I index.
#' @note
#' This is a `C++` implementation of the `MI.vec` function in `spfilteR` package,
#' and embellishes the console output.
Expand All @@ -18,8 +18,7 @@
#' @param symmetrize (optional) Whether or not to symmetrize the asymmetrical spatial weight matrix
#' \emph{\strong{wt}} by: 1/2 * (\emph{\strong{wt}} + \emph{\strong{wt}}'). Default is `FALSE`.
#'
#' @return A list with `moran_test` class and result stored on the `result` tibble.
#' Which contains the following information for each variable:
#' @return A list utilizing a `result` tibble to store the following information for each variable:
#' \describe{
#' \item{\code{MoranI}}{observed value of the Moran coefficient}
#' \item{\code{EI}}{expected value of Moran's I}
Expand Down
7 changes: 3 additions & 4 deletions man/moran_test.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db89c48

Please sign in to comment.