search for: catheter

Displaying 8 results from an estimated 8 matches for "catheter".

2002 Jan 10
2
question about survival datas with repeated mesurements
I have to study censured datas concernig the occurence of infection at the point of insertion of catheter in patients with renal disease. Catheter may be removed for ather reasons than infection, in this case, the observation is censored. Each has exactly 2 observations. The question are the pronostic factors of infection (the other variables are; age, sex, type of renal disease...). Could you indicate...
2006 Apr 24
1
rmeta: forest plot problem
Der useRs, I'm working on meta analysis using rmeta package. Using code below I plot the forest plot: library(rmeta) data (catheter) a<-meta.MH (n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2)) summary(a) # odds ratio values and confidence intervals metaplot(a$logOR, a$selogOR, nn=a$selogOR^-2,a$names, summn=a$logMH, sumse=a$selogMH, sumnn=a$selogMH^-2, logeffect=TRUE) No...
2008 Aug 25
5
How to do a meta-analysis plot
Dear R-list, I'd like to do a meta-analysis plot similar to install.packages('rmeta') require(rmeta) data(catheter) a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2)) summary(a) plot(a) (see attached file) by using my own OR (Odds Ratio) and 95% Confidence Interval data set, which looks like mydata=data.frame(OR=c(2.04545454545, 1....
2006 Nov 16
3
Newbie problem ... Forest plot
...ed different font colors and names trough X and Y axis. I know for meta libb ... out <- metagen(name1,name2) plot(out,xlab="abcd") .... But I need for my data to look like this? (copy from help file rmeta) library(rmeta) op <- par(lend="square", no.readonly=TRUE) data(catheter) a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2)) # angry fruit salad metaplot(a$logOR, a$selogOR, nn=a$selogOR^-2, a$names, summn=a$logMH, sumse=a$selogMH, sumnn=a$selogMH^-2, logeffect=TRUE, colo...
2014 Apr 29
8
[Bug 2238] New: sftp exits on bad tab completion
https://bugzilla.mindrot.org/show_bug.cgi?id=2238 Bug ID: 2238 Summary: sftp exits on bad tab completion Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: OpenBSD Status: NEW Severity: minor Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org
2005 Oct 07
3
Converting PROC NLMIXED code to NLME
...l(i, local) 4: source(auto.print = auto.print, exprs = substitute(exprs.literal)) 3: script.run(exprs.literal = { 2: eval(expression(script.run(exprs.literal = { 1: Message: Problem in .C("fit_nlme",: Singularity in backsolve I am actually trying to fit a parametric model to the kidney catheter data and compare NLMIXED with NLME. I am aware that COXPH and SURVREG are also available with a frailty element added in, but wanted to fit the likelihood model as above for a direct comparison. Cheers, Jindi [[alternative HTML version deleted]]
2014 Nov 06
0
[Bug 2307] New: tab completion of filenames with spaces
https://bugzilla.mindrot.org/show_bug.cgi?id=2307 Bug ID: 2307 Summary: tab completion of filenames with spaces Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: OpenBSD Status: NEW Severity: minor Priority: P5 Component: sftp Assignee: unassigned-bugs at
2009 Jul 28
5
Summarising Data for Forrest Plots
...that works. If somehow this has appeared on the list 20 tiems and I never saw any of them I apologize ;-) I'm basically an R-newbie. But I am VERY computer literate. But this has me stumped... All the examples for using the rmeta package to create a forest plot or simillar seem to use the catheter data: Name n.trt n.ctrl col.trt col.ctrl inf.trt inf.ctrl 1 Ciresi 124 127 15 21 13 14 2 George 44 35 10 25 1 3 3 Hannan 68 60 22 22 5 7 4 Heard 151 157 60 82...