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.
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
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
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
4 matches
Mail list logo