spatialEco (version 2.0-2)

print.cross.cor: Print spatial cross correlation

Description

print method for class "cross.cor"

Usage

# S3 method for cross.cor
print(x, ...)

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

Arguments

x

Object of class cross.cor

...

Ignored