Description Usage Arguments Details Value
Take a numeric vector and return the predicted vector computed as the arithmetic mean of all elements belonging to the same motif.
1 | amean_byelt_jack(fctMot, mOccurMot, jack)
|
fctMot |
a vector of numeric values of elements belonging to a same motif. |
mOccurMot |
a matrix of occurrence (occurrence of elements).
Its first dimension equals to |
jack |
a vector of two elements. The first one |
Prediction is computed using arithmetic mean amean
by motif bymot in a whole (WITHOUT taking into account species
contribution). The elements belonging to a same motif are divided
into jack[2] subsets of jack[1] elements. Prediction
is computed by excluding jack[1] elements, of which the element
to predict. If the total number of elements belonging to the motif
is lower than jack[1]*jack[2], prediction is computed by
Leave-One-Out (LOO).
Return a vector of length(fctMot), of which values are
computed as the arithmetic mean of all vector elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.