search for: curvlab

Displaying 5 results from an estimated 5 matches for "curvlab".

Did you mean: curva
2017 Jul 23
2
R: How to multiplying y-axis ticks value by 100?
R: how multiplying y-axis ticks value by 100 (without put the % symbol next to the number) here:? plot (CI.overall, curvlab=c("Discharge", "Death"), xlab="Days", las=1)? P.S. So instead 0.00, 0.20 etc. the 0, 20 etc. Thank you in advance, Nic [[alternative HTML version deleted]]
2017 Jul 23
0
R: How to multiplying y-axis ticks value by 100?
Hi Nic, Have a look at axis.mult in the plotrix package. Jim On Sun, Jul 23, 2017 at 12:46 PM, iPad via R-help <r-help at r-project.org> wrote: > R: how multiplying y-axis ticks value by 100 (without put the % symbol next to the number) here: > plot (CI.overall, curvlab=c("Discharge", "Death"), xlab="Days", las=1) > P.S. So instead 0.00, 0.20 etc. the 0, 20 etc. > Thank you in advance, Nic > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org...
2008 Dec 09
1
controlling axes in plot.cuminc (cmprsk library)
....omit) plot(MYCUMINC,xlim=c(0,96),ylim=c(0,0.5),xlab="",axes=F) axis(1,at=c(0,8,16,24,32,48,72,96)) As you can see, I have tried using the "axes=F" parameter that works for most plotting functions, but I get the following error message: Error in legend(wh[1], wh[2], legend = curvlab, col = color, lty = lty, : unused argument(s) (axes ...) Is there anyway I can get a customized x-axis when using the plot.cuminc function? I have searched online and R help manuals to no avail and would GREATLY appreciate your input. Please let me know if you need additional info...
2006 Aug 17
1
putting the mark for censored time on 1-KM curve or competing risk curve
...): ---------------- dat<-read.table("F://wendy/BMT data analysis/final data.txt",header=TRUE,sep="\t") library(cmprsk) library(survival) attach(dat) par(mfrow=c(2,1)) curve<-cuminc(SURVEFP/365.25,STATREP,Ritux) plot(curve,xlab="years",curvlab=c("No rituximab", "Rituximab"),lty=1:2,col=c("red","blue"),mark.time=TRUE) a<-survfit(Surv(SURVEFP/365.25,STATREP)~Ritux,type="kaplan-meier") plot(a,main="OS for whole group",conf.int=F,xlab="years",ylab="probabil...
2009 Oct 05
0
Unusual error while using coxph
...if(data$all.o[i]>=1) stype[i] <- 4 } return(stype) } fita <- survdiff(Surv(rem.Remtime,rem.Rcens)~stypea(nmarma)+strata(nmrpa),data=nmarma) fita lrpvalue=1-pchisq(fita$chisq,3) xx <- cuminc(nmarma$rem.Remtime/365,nmarma$rem.Rcens,stypea(nmarma),strata=nmrpa) plot(xx,curvlab=c("Simple/Complex","SC+2gentc or 2gentc","TC or My/Ab or My/Ab+gentc","Other"),lty=1,color=c(2:5),xlab="Time from randomisation (years)",ylab="Probability of 12-month remission",main="Time to 12-month remission",wh=c(2.0,0.4)) te...