Displaying 1 result from an estimated 1 matches for "subseta".
Did you mean:
subset
2005 Sep 22
1
R2WinBUGS: Data loading error
...rning message:
cannot open file 'codaIndex.txt'
Does anyone know what this 'expected key word structure' means?
This is my R code (and I guess my model file is ok):
modelA <- c("C:/Documents and Settings/Daikon/Roche/pop_model.txt")
n <- length(unique(subsetA$subject)) #number of subjects
nt <- 13 #number of days
Y <- subsetA$concentr #concentration per day/subject
t <- 1:13 #days
dataA <- list("n","nt","...