Displaying 1 result from an estimated 1 matches for "rtmpgdvr4z".
2012 Oct 03
1
Errors when saving output from WinBUGS to R
...lots & parameter estimate outputs in WinBUGS.
However, when I switched back to the R Console (by pressing ESC key), a
warning message occurred:
Warning message:
running command '"C:/Users/Yiyi/Desktop/winbugs14/WinBUGS14/WinBUGS14.exe"
/par "C:/Users/Yiyi/AppData/Local/Temp/Rtmpgdvr4Z/script.txt"' had status 93
I ignored this message & typed in the following code to save the outputs
into R:
###################
myres <- read.bugs(model)
####################
An error message occurred: Error in is.vector(X) : object 'model' not found
I've been tryi...