View source: R/print.cross.cor.R
print.cross.cor | R Documentation |
print method for class "cross.cor"
## S3 method for class 'cross.cor'
print(x, ...)
x |
Object of class cross.cor |
... |
Ignored |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.