[R] Problem with clusterCall, Error in checkForRemoteErrors(lapply(cl, recvResult)) :

2010-08-25 Thread telm8
); u; } If anyone could help that would be much appreciated! But big thanks for taking your time to read the post! TelM8 -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-clusterCall-Error-in-checkForRemoteErrors-lapply-cl-recvResult-tp2338375p2338375.html Sent

Re: [R] Problem with clusterCall, Error in checkForRemoteErrors(lapply(cl, recvResult)) :

2010-08-25 Thread telm8
Oh, I forgot to say, ui.Next() is a function I defined to sample from the proposal distribution given the current state. -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-clusterCall-Error-in-checkForRemoteErrors-lapply-cl-recvResult-tp2338375p2338378.html Sent from

Re: [R] Problem with clusterCall, Error in checkForRemoteErrors(lapply(cl, recvResult)) :

2010-08-26 Thread telm8
Did anyone manage to have a look at this? I have now tried foreach with doMC backen and multicore, but still no luck. If someone can help that would be much appreciated! -- View this message in context:

[R] A basic question in model/formula specification

2010-09-04 Thread telm8
Hi, I am currently trying to fit a multinomial logit model on my data. I have tried to search for some example, and this is the one that I followed and worked. http://www.ats.ucla.edu/stat/r/dae/mlogit.htm However, I am having difficulties finding out the meaning of the model specified in the

[R] try-error can not be test. Why?

2010-09-08 Thread telm8
Hi, I am having some strange problem with detecting try-error. From what I have read so far the following statement: try( log(a) ) == try-error should yield TRUE, however, it yields FALSE. I can not figure out why. Can someone help? Many thanks -- View this message in context:

Re: [R] try-error can not be test. Why?

2010-09-08 Thread telm8
Thank worked! Thank you so much!!! -- View this message in context: http://r.789695.n4.nabble.com/try-error-can-not-be-test-Why-tp2531675p2531726.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list