Learn R Programming

TRONCO (version 2.4.2)

tronco.caprese: tronco caprese

Description

Reconstruct a progression model using CAPRESE algorithm

Usage

tronco.caprese(data, lambda = 0.5, silent = FALSE)

Arguments

data
A TRONCO compliant dataset.
lambda
Coefficient to combine the raw estimate with a correction factor into a shrinkage estimator.
silent
A parameter to disable/enable verbose messages.

Value

A TRONCO compliant object with reconstructed model

Examples

Run this code
data(test_dataset_no_hypos)
recon = tronco.caprese(test_dataset_no_hypos)

Run the code above in your browser using DataLab