Description Usage Arguments Value Examples
View source: R/makePPTList_tree.R
Make Powerpoint List for survival tree analysis
1 | makePPTList_surTree(fitstr)
|
fitstr |
string A string or R code |
A data.frame
1 2 3 | require(party)
data(GBSG2,package="TH.data")
result=makePPTList_surTree("ctree(Surv(time,cens)~.,data=GBSG2)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.