| error.rates<- | R Documentation |
Allows to set the false positive and false negative error rate associated with an object of class oncotree to values other than those found by the optimization in oncotree.fit. The estimated edge transition probabilities are updated appropriately.
error.rates(x) <- value
x |
An object of class |
value |
A numeric vector of length 2. The false positive error rate will be set to |
oncotree.fit
data(ov.cgh) ov.tree <- oncotree.fit(ov.cgh) ov.tree error.rates(ov.tree) <- c(0,0) ov.tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.