[R] Multiple expressions in system.time()?

2003-07-24 Thread Robert Keefe
Hi All, Is it possible for system.time() to measure the time it takes for a machine to evaluate more than one R expression? For example, # This I can do: system.time(x - rnorm(10)) [1] 0.07 0.00 0.13 0.00 0.00 # But this I can't: system.time(x - rnorm(10); new - sample(x, 10,

Re: [R] univariate normal mixtures

2003-07-17 Thread Robert Keefe
I'll be in the lab in roughly 45 minutes, so I'll boot Frothie back up. Egads, no one can access my 394 website!! What will they do?? R _ Motorcycles are everywhere! Check twice; save a life. Rob Keefe Lab: (208) 885-5165

[R] Fitted probabilities from glmmPQL?

2003-06-14 Thread Robert Keefe
Hello All, Specifying 'type = response' when using predict() on a model fit using glm(...,family=binomial) returns fitted probabilities. Is it possible to get the same from a model object fit using glmmPQL() ? Thanks in advance, Rob _ Rob