[R] Random Forest -

2015-06-22 Thread synapse 123
Hi I wanted to know if I cn use Random Forest in R for time to event data. I cannot use Random Survival Forest since my data is not censored. Any suggestions. Thanks Azi [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] pooling in MICE

2012-04-01 Thread 123
blem to pool the imputed dataset for a MANOVA test, could you >give me some advice please? >Here is my code: > > library(mice) > > >grd3dat=subset(paper2,Control==1&Grade_1==3,select=c(Boy,BVCategoryT1,reclassify,meanseap_1,meandep_1,meananx_1,meanper_1,meanrelma_1,meandiff

Re: [R] pooling in MICE

2012-03-30 Thread 123
A function because it gave me a warning that no vcov() method can be found. ya At 2012-03-31 03:15:29,"Nicole Marie Ford" wrote: >this is for a different discipline... > >but the code may work... > > >http://www.quantoid.net/l11_miceR.pdf > >if not let me know.

Re: [R] pooling in MICE

2012-03-30 Thread 123
de: > > library(mice) > > >grd3dat=subset(paper2,Control==1&Grade_1==3,select=c(Boy,BVCategoryT1,reclassify,meanseap_1,meandep_1,meananx_1,meanper_1,meanrelma_1,meandiff_1,meanascon_1,meanclasc_1,meanschoc_1)) > > grd3imp=mice(grd3dat,m=20,seed=123,print=F) > > grd3mod=with