[R] dcc in 'bootRes' package

2011-10-12 Thread Xanthe Walker
Hello, I am trying to complete a response function analysis using the command dcc in the package 'bootRes'. Here is my code: DC<-read.table("Dalton.txt", header=T) climate<-read.table("climate.txt", header=T) dcc.DC<-dcc(DC, climate, method ="response", start = -4, end =9) My data is formatted c

[R] PCA - blank loadings

2010-03-16 Thread Xanthe Walker
Hi, I have successfully completed a PCA and printed the loadings, however, numerous values are blank. I know that this means the values are just very small but not equal to zero. Is there a way to print out the loadings, including the very small values, I need them for graphing purposes. Thanks,

[R] PCA

2010-03-10 Thread Xanthe Walker
Hello, I am trying to complete a PCA on a set of standardized ring widths from 8 different sites (T10, T9, T8, T7, T6, T5, T3, and T2). The following is a small portion of my data: T10 T9 T8 T7 T6 T5 T3 T2 1.33738 0.92669 0.91146 0.98922 0.9308 0.88201 0.92287 0.91775 0.82181 1.05319 0.92908 0.97

[R] chi-squared test

2010-01-05 Thread Xanthe Walker
I would like to do a chi-squared test on the following matrix: CP<-matrix(c(26,17,9,27,8,9,9,8,29,9,6,17,81,7,43,36,2,4,3,0,5,1,0,12,29,9,12,19,0,0),nrow=3) dimnames(CP) <- list(c("less10","bt10and50","more50"),c("T10","T9","T8","T7","T6","T5","T4","T3","T2","T1")) I want to set the expected va