Message-ID: <1293427348354-3164707.post@n4.nabble.com>
Date: 2010-12-27T05:22:28Z
From: unsown
Subject: R2WinBugs data import error
In-Reply-To: <3F67EF0A-DB2F-469A-9B80-774EEDCA9ACE@comcast.net>
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.
--
View this message in context: http://r.789695.n4.nabble.com/R2WinBugs-data-import-error-tp3164106p3164707.html
Sent from the R help mailing list archive at Nabble.com.