[R] Help translating S-Plus command

2007-11-05 Thread bernat
es before) (...) Size<-NULL g<-cbind(Tr$dev,Tr$size) (...) g<-data.frame(g) # these next two lines are the ones I need help for g1 <- sort.col(target=g, columns.to.sort="@ALL", columns.to sort.by=list("g.1"), ascending=T) Size<-c(Size,g1[1,2])

[R] timereg and relative risks

2008-06-12 Thread Bernat Gel
periments but I dont know how to get the equivalent to the Relative Risks I get when applying th Cox model. Is it possible to compute it? can I get it using another command? Thanks a lot for any help Bernat [[alternative HTML version deleted]]

[R] Fine and Gray and Proportional Hazards

2008-06-19 Thread Bernat Gel
alues, but I cannot find anything like the Exp(B) (the Hazard Ratio) in the function's result. Anyone knows how can I get the Hazard ratios and how? are they related somehow to (and maybe can be derived from) the 'gamma' values in the results? Thanks a lot Bernat [[alte

Re: [R] Help translating S-Plus command

2007-11-06 Thread Bernat Claramunt Lopez
> # these next two lines are the ones I need help for > > > > g1 <- sort.col(target=g, columns.to.sort="@ALL", columns.to > > sort.by=list("g.1"), ascending=T) > > Size<-c(Size,g1[1,2]) > > > > Thanks in advance > > Bernat > &