search for: simpad

Displaying 2 results from an estimated 2 matches for "simpad".

Did you mean: simapd
2009 Jun 30
0
quwstion about elrm package for Exact Logistic Regrassion
...1 1 0 1 1 5 XS-005 1 65 0 1 1 1 1 1 1 6 UG-006 1 51 0 1 1 1 1 1 1 > > PAD ~ Age + High_ratio + DM1_2 + HT + HxVasc + PI_NonPI + Smoke PAD ~ Age + High_ratio + DM1_2 + HT + HxVasc + PI_NonPI + Smoke > > simPAD.elrm <- elrm(PAD/n ~ Age + High_ratio + DM1_2 + HT + HxVasc + > PI_NonPI + Smoke, interest = ~Age + High_ratio + DM1_2 + HT + HxVasc + > PI_NonPI + Smoke, iter = 700000, burnIn = 800, alpha = 0.05, dataset = > PAD1) Generating the Markov chain ... Progress: 100% Generation of the Mark...
2004 Apr 09
0
Cross-compiling packages for (ARM) Zaurus ideas and tips?
Hello All, A bit of a long one (background mainly), this is really just a request for some ideas. I ported R 1.7.x for use on the Sharp Zaurus (& iPAQ, simpad, yopy, etc.) some time ago and have just ported 1.8.1 but had never quite realised that you actually need to install some packages to make the system useful (I don't use R, I did it as a favour and of course for the fun of it). I use a GCC3.x cross compiler running on an x86 Linux box to do th...