Displaying 5 results from an estimated 5 matches for "x157".
Did you mean:
157
2012 Aug 07
0
predicting test dataset response from training dataset with randomForest
...$X13)
> dat1$X52 <- as.factor(dat1$X52)
> dat1$X53 <- as.factor(dat1$X53)
> dat1$X64 <- as.factor(dat1$X64)
> dat1$X85 <- as.factor(dat1$X85)
> dat1$X99 <- as.factor(dat1$X99)
> dat1$X111 <- as.factor(dat1$X111)
> dat1$X142 <- as.factor(dat1$X142)
> dat1$X157 <- as.factor(dat1$X157)
> dat1$X158 <- as.factor(dat1$X158)
> dat1$X162 <- as.factor(dat1$X162)
> dat1$X169 <- as.factor(dat1$X169)
> dat1$X200 <- as.factor(dat1$X200)
> dat1$X202 <- as.factor(dat1$X202)
> dat1$X203 <- as.factor(dat1$X203)
> dat1$X205 <-...
2005 Feb 18
2
partition table Cent4RC1
...from linux, since the 2.6 kernels have come out. I can hang with CentOS3 until 2008 as long as the kernel stays with something that works. Has anyone tried RHEL4 or Cent4 on a proliant DL380?
Dave Kaupp
Catholic Charities, Diocese of San Diego
http://www.ccdsd.org
619-231-2828 x520 619-287-9454 x157
2009 Jun 24
2
change the height or scale of the y axis
...140",
"x141","x142","x143","x144","x145","x146","x147","x148","x149","x150",
"x151","x152","x153","x154","x155","x156","x157","x158","x159","x160",
"x161","x162","x163","x164","x165","x166","x167","x168","x169","x170",
"x171","x172","x173","x17...
2012 Aug 08
1
basehaz() in package 'Survival' and warnings() with coxph
Hello,
I have a couple of questions with regards to fitting a coxph model to a data
set in R:
I have a very large dataset and wanted to get the baseline hazard using the
basehaz() function in the package : 'survival'.
If I use all the covariates then the output from basehaz(fit), where fit is
a model fit using coxph(), gives 507 unique values for the time and the
corresponding cumulative
2012 Aug 09
1
basehaz() in package survival and warnings with coxph
I've never seen this, and have no idea how to reproduce it.
For resloution you are going to have to give me a working example of the
failure.
Also, per the posting guide, what is your sessionInfo()?
Terry Therneau
On 08/09/2012 04:11 AM, r-help-request at r-project.org wrote:
> I have a couple of questions with regards to fitting a coxph model to a data
> set in R:
>
> I have a