Displaying 1 result from an estimated 1 matches for "markfreq".
Did you mean:
bark_freq
2009 Oct 23
1
Connecting to winbugs from R
...#39;t execute the rest of the commands. The file does exist. If
the path is pasted into windows explorer it opens nicely.
Here's the R script as well:
library(mixstock)
library(R2WinBUGS)
mydata <- read.table("C:/turtles/temp.txt")
mydata<-as.mixstock.data(mydata,4)
mydataC<-markfreq.condense(mydata)
m2m<-mm.wbugs(mydataC, n.iter=1000,n.chains=4,debug=TRUE)
Does anyone have a guess as to why the "mm_TO_bugs9bc21e.txt" won't open?
Best,
Johannes
--
View this message in context: http://www.nabble.com/Connecting-to-winbugs-from-R-tp26034409p26034409.html
Sent...