Re: [R] dcc in 'bootRes' package

2012-06-30 Thread andresholz
Hi Xanthe, I'm running in the exact same issue. Were you able to solve it? Could you please give me a hand? Thanks! Andres -- View this message in context: http://r.789695.n4.nabble.com/dcc-in-bootRes-package-tp380p4635017.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] dcc in 'bootRes' package

2012-02-09 Thread R-assist
I've been having the same issues as the ones outlined in this thread. I've included dummy samples of my data and the code at the bottom, with error message. Anyone able to help me out? it keeps asking for a start time and I'm not sure how to input that. thanks! > chrono year logdens 1 2000

Re: [R] dcc in 'bootRes' package

2011-12-08 Thread mjb
I just ran into the same problem. When you read in the DC data, set the year column as the row names instead of the first column. For whatever reason this worked for me. I hope if works for you. DC<-read.table("Dalton.txt", header=T, row.names = 1) climate<-read.table("climate.txt", header=T) d

[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