predict_gmean_bymot_LOO: Geometric mean (gmean) by motif (bymot) by leave-one-out...

Description Usage Arguments Details Value

Description

Take a numeric vector and return the predicted vector computed as the geometric mean of all elements belonging to a same motif.

Usage

1
predict_gmean_bymot_LOO(fct, assMotifs)

Arguments

fct

a vector of numeric values (assembly properties).

assMotifs

a vector of labels of length(fct) (assembly motifs).

Details

Prediction computed using geometric mean gmean by motif bymot in a whole (WITHOUT taking into account species contribution) by excluding the element to predict.

Value

Return a vector of length(fctMot), of which values are computed as the geometric mean of all vector elements, excepted the value of element to predict that have been left out.


BenitoJaillard/combinAna documentation built on May 9, 2019, 2:17 a.m.