predict_amean_bymot_LOO: Arithmetic mean (amean) 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 arithmetic mean of all elements belonging to a same motif.

Usage

1
predict_amean_bymot_LOO(fct, assMotifs)

Arguments

fct

a vector of numeric values (assembly properties).

assMotifs

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

Details

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

Value

Return a vector of same length as fctMot, of which values are computed as the arithmetic 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.