Skip to content
Back to formatted view

Raw Message

Message-ID: <1293342290740-3164106.post@n4.nabble.com>
Date: 2010-12-26T05:44:50Z
From: unsown
Subject: R2WinBugs data import error

For some purpose, I  need to transfer a NAs array to WinBugs through
R2WinBugs, But I constantly got an error message:"'type' must be "real" for
this format". Here is my data to transfer:

x = matrix(data=NA,nrow=3,ncol=3)
x =  as.array(x)
data <- list ("x")

if I add a line to above setting, then I can pass R2WinBugs:

x[1,1] = 0

If I manually input the NA array to WinBugs, I could get it running. So my
original data set has no problem with WinBugs.
-- 
View this message in context: http://r.789695.n4.nabble.com/R2WinBugs-data-import-error-tp3164106p3164106.html
Sent from the R help mailing list archive at Nabble.com.