[R] Outputting a random survival forest to rf2rfz in windows

2013-06-19 Thread Erel JOFFE
Hi, I am writing this message for the benefit of the community.I have been working with randomForestSRC on a windows machine.I have been trying for days to output the forest to an rfz file so that I can print a graphical representation of the tree using Ishwaran and Kogalur's java GUI for visual

[R] addtable2plot problem with adding summary object

2013-06-14 Thread Erel JOFFE
Hello, I am trying to add a summary generated by summary () to a plot.The output of the summary is an object of class (summaryDefault,table) When I try to add it with addtable2plot (x="topright",sum_1) I get an error:Error in dim(table) : 'table' is missing Here is some info about sum_1:> print