I need to load some data into WinBugs from Excel and for some reason, Winbugs doesn't recognize it. There are many things I have tried (all of which are listed below) and none of these work.
I tried to copy from Excel and 'Paste Special' as 'Plain Text' into WinBugs. I added
[]
after every variable and even'END'
at the end. The error message came up as follows:Sorry something went wrong in procedure
LoadNumeric Data
in moduleBugRectData
I copied and pasted into notepad, added
[]
after every variable and even'END'
at the end again and then removed all the space between the lines, and only one space between each data. When I dragged it into Winbugs, it dispersed into double space between the lines and large gaps between the data and the error message came up (when trying to load the data):Sorry something went wrong in procedure
LoadNumeric Data
in moduleBugRectData
The last thing I did was to open the .txt file into Winbugs and it became all jumbled and when I tried to load the data, instead it highlighted some data such as
NA2.0
that should have beenNA 2.0
and said it "expected a number or an NA or END". After correcting these mistakes, the data seemed fine until the end where it said'END'
and it said the same thing only highlighting theE
on theEND
.
If anyone could give any insight I would be most grateful.