Displaying 2 results from an estimated 2 matches for "simuldat".
Did you mean:
simulat
2008 Dec 09
1
expected variable name error pos 98349 WInBUGS in R
...tatement accordingly but still get the same error. Follwoing in an excerpt.
> > anal.data <- read.table("nausea.txt", header=T, sep="\t")
> > list(names(anal.data))
> [[1]]
> [1] "SITEID" "NAUSEA"
> > #anal.data <- read.csv("simuldat.csv", header=T)
> > attach(anal.data)
> The following object(s) are masked from anal.data ( position 3 ) :
> NAUSEA SITEID
>
> The following object(s) are masked from anal.data ( position 4 ) :
> NAUSEA SITEID
> > data.bugs <-
>...
2008 Dec 08
1
Reading txt file in R to run Random Intercept Model
...es and changed my model
statement accordingly but still get the same error. Follwoing in an excerpt.
> anal.data <- read.table("nausea.txt", header=T, sep="\t")
> list(names(anal.data))
[[1]]
[1] "SITEID" "NAUSEA"
> #anal.data <- read.csv("simuldat.csv", header=T)
> attach(anal.data)
The following object(s) are masked from anal.data ( position 3 ) :
NAUSEA SITEID
The following object(s) are masked from anal.data ( position 4 ) :
NAUSEA SITEID
> data.bugs <-
list("NAUSEA"=NAUSEA,"...