search for: bladder1

Displaying 9 results from an estimated 9 matches for "bladder1".

Did you mean: bladder
2011 Mar 01
1
glht() used with coxph()
Hi, I am experimenting with using glht() from multcomp package together with coxph(), and glad to find that glht() can work on coph object, for example: > (fit<-coxph(Surv(stop, status>0)~treatment,bladder1)) coxph(formula = Surv(stop, status > 0) ~ treatment, data = bladder1) coef exp(coef) se(coef) z p treatmentpyridoxine -0.063 0.939 0.161 -0.391 0.70 treatmentthiotepa -0.159 0.853 0.168 -0.947 0.34 Likelihood ratio test=0.91 on 2 df, p=0.635 n=...
2009 Apr 20
1
bladder1 dataset in survival library
Hello, In package survival should be a dataset bladder1. http://stat.ethz.ch/R-manual/R-devel/library/survival/html/bladder.html I can not open it (not found). Both bladder and bladder2 are there. Thanks, Petra
2006 Jan 11
1
Strange behaviour of load
Dear All, simetimes when I load an Rdata I get this message ####### Code: load('bladder1.RData') Carico il pacchetto richiesto: rpart ( Bad traslastion: Load required package-...) Carico il pacchetto richiesto: MASS Carico il pacchetto richiesto: mlbench Carico il pacchetto richiesto: survival Carico il pacchetto richiesto: splines Carico il pacchetto richiesto: 'survival'...
2010 Aug 31
0
rpart - interpretation of results of tree on survival data
...t called "An Introduction to Recursive Partitioning Using the RPART Routines", while it does mention "exponential scaling", the explanation rather brief. I will be very grateful if someone could guide me to some more documentation. Here is some reproducible code: library(rpart) bladder1 <- bladder[bladder$enum < 5, ] fit <- rpart(Surv(stop, event) ~ rx + size + number, bladder1) print(fit) summary(fit) plot(fit, uniform=T, branch=.4, compress=T) text(fit, use.n=T) Here is an excerpt from summary(fit): Node number 56: 8 observations events=0, estimated rate=0.1858292...
2018 Apr 16
1
strange warning: data() error?
...o be an infelicity shared by many other datasets even those in the canonical 'datasets' package. > survival_Rdata <- readRDS("/Library/Frameworks/R.framework/Versions/3.4/Resources/library/survival/data/Rdata.rds") > survival_Rdata $bladder [1] "bladder" "bladder1" "bladder2" $cancer [1] "cancer" $cgd [1] "cgd" "cgd0" $colon [1] "colon" $flchain [1] "flchain" $genfan [1] "genfan" $heart [1] "heart" "jasa" "jasa1" ------- snip ---- data(bladder2)...
2009 Oct 27
2
cox regression extract strata as numeric
Hi there, I perform a stratified cox and then I need the strata as a  numeric array "straft.ln" ft.ln <- coxph(Surv(times,deaths)~ages+chemos+chemos:f1+chemos:f2+horms+horms:f1+horms:f2+grades+grades:f1+grades:f2+positives+positives:f1+positives:f2+sizes+sizes:f1+sizes:f2+strata(stra),data=ddd) basehazzft.ln=basehaz(ft.ln,centered=FALSE) H0ft.ln=c(basehazzft.ln[,1])
2006 Jan 18
2
Loading of namespace on load of .Rdata (was strange behaviour of load)
...> > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Strange behaviour of load > > On Wed, 11 Jan 2006, giovanni parrinello wrote: > >> Dear All, >> simetimes when I load an Rdata I get this message >> >> ####### >> Code: >> >> load('bladder1.RData') >> Carico il pacchetto richiesto: rpart ( Bad traslastion: Load required >> package-...) >> Carico il pacchetto richiesto: MASS >> Carico il pacchetto richiesto: mlbench >> Carico il pacchetto richiesto: survival >> Carico il pacchetto richiesto: spl...
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviour of load)
...> > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Strange behaviour of load > > On Wed, 11 Jan 2006, giovanni parrinello wrote: > >> Dear All, >> simetimes when I load an Rdata I get this message >> >> ####### >> Code: >> >> load('bladder1.RData') >> Carico il pacchetto richiesto: rpart ( Bad traslastion: Load required >> package-...) >> Carico il pacchetto richiesto: MASS >> Carico il pacchetto richiesto: mlbench >> Carico il pacchetto richiesto: survival >> Carico il pacchetto richiesto: spl...
2018 Apr 16
3
strange warning: data() error?
A user asked me about this and I can't figure it out. tmt% R R Under development (unstable) (2018-04-09 r74565) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) > library(survival) > data(cgd0) Warning message: In data(cgd0) : data set ?cgd0? not found ---- The data set is present and can be