summary.cross.cor: Summary of spatial cross correlation

View source: R/summary.cross.cor.R

summary.cross.corR Documentation

Summary of spatial cross correlation

Description

summary method for class "cross.cor"

Usage

## S3 method for class 'cross.cor'
summary(object, ...)

Arguments

object

Object of class cross.cor

...

Ignored

Value

When not simulated k=0, prints functions list object containing:

  • I - Global autocorrelation statistic

  • SCI - - A data.frame with two columns representing the xy and yx autocorrelation

  • nsim - value of NULL to represent p values were derived from observed data (k=0)

  • p - Probability based observations above/below confidence interval

  • t.test - Probability based on t-test

When simulated (k>0), prints functions list object containing:

  • I - Global autocorrelation statistic

  • SCI - A data.frame with two columns representing the xy and yx autocorrelation

  • nsim - value representing number of simulations

  • global.p - p-value of global autocorrelation statistic

  • local.p - Probability based simulated data using successful rejection of t-test

  • range.p - Probability based on range of probabilities resulting from paired t-test


jeffreyevans/spatialEco documentation built on April 4, 2024, 10:53 a.m.