Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/StabilityFunctions.R
The function includes stability analysis on different levels of the mutagenetic trees mixture model: GPS values, encoded probability distribution, tree topologies. Each analysis contains the values of different similarity measures with their corresponding p-values.
1 2 | stability.sim(no.trees = 3, no.events = 9, prob = c(0.2, 0.8),
no.draws = 300, no.rands = 100, no.sim = 1)
|
no.trees |
An |
no.events |
An |
prob |
A |
no.draws |
An |
no.rands |
An |
no.sim |
An |
The stability analysis is performed by first drawing a true mixture model uniformly at random from the model space, and drawing a data sample from it. Afterwards, a mutagenetic trees model is fitted to the drawn sample. The quality of the features derived from the model is then assessed by comparing its quality with the quality of the corresponding features of a sufficient number of random mixture models sampled uniformly from the model space. A p-value is obtained as a percentage of cases in which the true model is closer to a random model tnah to the fitted model.
comp1 |
Results from the stability analysis of the GPS values
derived from a fitted mixture model.
A |
comp2 |
Results from the stability analysis of the probability
distributions induced by a fitted mixture model. A |
comp3 |
Results from the stability analysis of the topologies
of the tree components of a fitted mixture model. A |
comp4 |
Similar to |
comp5 |
A |
comp6 |
Same as |
comp7 |
A |
comp8 |
Same as |
The stability simulation examples are time consuming. They are commented out because of the time restrictions of the check of the package. For trying out the code please copy it and uncomment it.
Jasmina Bogojeska
Learning multiple evolutionary pathways from cross-sectional data, N. Beerenwinkel et al.; Estimating cancer survival and clinical outcome based on genetic tumor progression scores, J. Rahnenf\"urer et al.
RtreemixData-class
, RtreemixModel-class
, RtreemixGPS-class
,
RtreemixStats-class
, fit-methods
,
gps-methods
, distribution-methods
,
generate-methods
, sim-methods
,
L1.dist
, Pval.dist
,
comp.models
, comp.trees
,
get.tree.levels
, kullback.leibler
1 2 | ## Stability analysis - a toy example
#stability.sim(no.trees = 3, no.rands = 5, no.sim = 4, no.draws = 300)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.