search for: menne_at_menne

Displaying 3 results from an estimated 3 matches for "menne_at_menne".

2010 Nov 18
3
Plotting number of patients at risk below survival curve
Dear list, does anyone know of a R-package that has implemented the increasingly popular inclusion of the number of patients at risk below Kaplan-Meier curves like in http://bloodjournal.hematologylibrary.org/content/vol116/issue19/images/large/zh89991058760001.jpeg any hint (or negative answer) is much appreciated. Thanks Thorsten -- Thorsten Raff 2nd Medical Department, University
2010 Nov 30
5
Minor warning about seq
I spent more time than I should have debugging a script because I wanted x<-seq(0,100)*0.1 but typed x<-seq(O:100)*0.1 seq(0:100) yields 1 to 101, Clearly my own brain to fingers fumble, but possibly one others may want to avoid it. JN
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...[i, 1:6]<-NA ?} else ?{ ? ?W<-summary(my.glm)$coefficients ? ?lres<-as.numeric(W[,4]<=0.05) ? ?if (sum(lres)==5) ? ?{ ? ? ?j<-j+1 ? ? ?assign(paste(resmat, j, sep=".", collapse=""), DF) ? ?} ? ?res[i,1:6]<-lres ?} } options(ow) From: Dieter Menne <dieter.menne_at_menne-biomed.de> Date: Fri, 14 Dec 2007 20:49:20 +0000 (UTC) Caroline Paulsen <cpaulsen <at> u.washington.edu> writes: > > I'm attempting to run 250 permutations of a negative binomial GLM > model for data on fish counts. Many of the models are fit > appropriately, but some...