Skip to content
Prev 245828 / 398506 Next

R2WinBugs data import error

You solved my problem, thank you.

As you said it's the type of the content in the matrix that caused the
problem. 
I needed to put variable x along with other variables to the list, somehow
it turned out that x must be used in form of character in the statement:
dat <- list("x","otherVariables")

Anyway, my codes work well now. Thanks for your help.