gpinkham ☆ US, 2015-09-29 00:03 (3496 d 15:17 ago) Posting: # 15483 Views: 11,750 |
|
I started getting this error all of a sudden (see below). it happens every time I click "start data analysis" now. at first I was using Bear inside R Studio and thought maybe something went wrong with the studio.. my first attempt in R Console worked.. (but I mis typed the file name and tried again).. second attempt failed again at "start data analysis".. Any suggestions? delete install and start again? here is the complete R console.. the error happens when selecting "Start data analysis" R version 3.2.2 (2015-08-14) -- "Fire Safety" |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2015-09-29 00:34 (3496 d 14:47 ago) @ gpinkham Posting: # 15484 Views: 10,029 |
|
Hi gpinkham, I never see this error before. I suggest that you may check your working directory to see if there is any weird file left. It sounds like that you stop running after you mis type the file name and you tried to force it to stop running or because of errors. If there is any weird file (such as .***) in your working directory and you are pretty sure these weird files should not be there, then you can delete them. Try to run R console and bear again. ❝ ... my first attempt in R Console worked.. (but I mis typed the file name and tried again).. second attempt failed again at "start data analysis".. Any suggestions? delete install and start again? ❝ ❝ Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : ❝ [tcl] grab failed: window not viewable.[/code] — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
gpinkham ☆ US, 2015-09-29 00:44 (3496 d 14:37 ago) @ yjlee168 Posting: # 15485 Views: 10,398 |
|
❝ […] I suggest that you may check your working directory to see if there is any weird file left. It sounds like that you stop running after you mis type the file name and you tried to force it to stop running or because of errors. If there is any weird file (such as .***) in your working directory and you are pretty sure these weird files should not be there, then you can delete them. Try to run R console and bear again. that did the trick.. deleted all possible R/Bear files in the working directory and it worked... of course I got this error that I saw in a previous post.. I'll dig and see what could be going on.. Error in NAToUnknown.default(x = ke, unknown = 0) : Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post! [Helmut] |
gpinkham ☆ US, 2015-09-29 00:48 (3496 d 14:32 ago) @ gpinkham Posting: # 15486 Views: 10,048 |
|
well I take it back,.., we're back to the tcl error.. deleted all files.. still getting the old error.. I'll keep digging and see if I can find out why., (new to R so my R debugging skills are non existent but I will give it a go). thanks! Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post! BTW, you can edit your posts for 24 hours. No need for a new one. [Helmut] |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2015-09-29 00:56 (3496 d 14:25 ago) @ gpinkham Posting: # 15487 Views: 10,056 |
|
Hi gpinkham, Try another lambda_z estimation method such as ARS or manual selection. Also delete the subjects with many missing data points from your dataset. ❝ ❝ ❝ ❝ 'x' already has value “0” — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
gpinkham ☆ US, 2015-09-29 01:15 (3496 d 14:06 ago) @ yjlee168 Posting: # 15488 Views: 10,016 |
|
❝ Try another lambda_z estimation method such as ARS or manual selection. Also delete the subjects with many missing data points from your dataset. as soon as I can get passed the error clicking "start data analysis" I'll try some different lamba_z settings.. (and clean up the data.. I know there are some missing.. didn't know that would cause an issue.. ) thanks again, Gary Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post! [Helmut] |
gpinkham ☆ US, 2015-09-30 18:19 (3494 d 21:02 ago) @ gpinkham Posting: # 15505 Views: 9,841 |
|
ok just wanted to mention I think I figured out how to get passed the TCL error.. I noticed when I double click an option in the menu it fails.. if I click once and click the OK button it seems to be working.. for the record I'm running Ubuntu 14.. |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2015-09-30 19:14 (3494 d 20:07 ago) (edited on 2015-10-01 09:09) @ gpinkham Posting: # 15507 Views: 9,935 |
|
Hi gpinkham, Great. Ubuntu is the keyword for me to be able to reproduce your error finally. Your findings may not be completely correct (or a mistake).
❝ ... I noticed when I double click an option in the menu it fails.. if I click once and click the OK button it seems to be working.. for the record I'm running Ubuntu 14. — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |