search for: plcu

Displaying 1 result from an estimated 1 matches for "plcu".

Did you mean: plc
2006 Jan 19
0
Editing Partial Correlation Matrix
...print purposes. Any help on how to accomplish this would be greatly appreciated! Thanks, Mark Here is the code I am using for this analysis: data <- read.table("X:/GWRclip/corrmatrix.txt", header = T) ASHDEP <- data [,1] ELE <- data [,2] SLP <- data [,3] ASP <- data [,4] PLCU <- data [,5] PRCU <- data [,6] CTI <- data [,7] STI <- data [,8] SPI <- data [,9] data <- data.frame(ASHDEP, ELE, SLP, ASP, PLCU, PRCU, CTI, STI, SPI) hetcor(data) # Pearson, polychoric, and polyserial correlations, 2-step est. hetcor(ASHDEP, ELE, SLP, ASP, PLCU, PRCU, CTI, STI, S...