Skip to contents

This function makes a composite model from many models coming from bootstrapping()

Usage

aggregate_model(models)

Arguments

models

(vector of rfsrc objects)

Value

composite (rfsrc object) The first rfsrc object is returned but modified with an attribute $aggregate_rank: each gene is given the median rank in order of importance according to the VIMP scores from each bootstrap.

Examples