Description Usage Arguments Value See Also Examples
This function adds a new prognostic factor in an existing TrainRandoProgFact object.
1 2 3 4 5 | AddNewPrgFact(
currentProgfact,
progfactLabel = "Prognostic factor 2",
progfactLevels = c("A", "B", "C")
)
|
currentProgfact |
Une liste de classe SAPUL4012Moy2EchPair. |
progfactLabel |
a character string with the name of the prognostic factor. |
progfactLevels |
a vector of character strings with the levels of the prognostic factor. |
NewProgfact Une liste de classe SAPUL4012Moy2EchPair.
CreatePrgFact
1 | myprogfact2 <- AddNewPrgFact(currentProgfact=myprogfact,progfactLabel = "Type of tumor",progfactLevels=c("A", "B","C"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.