| msce | R Documentation | 
This function computes the MSCE between and order and a set of data.
msce(data, posorder, ws=NULL, ...)
| data | vector or matrix of data to be processed. See details. | 
| posorder | The posicions of the order. | 
| ... | arguments to pass to CIRE. | 
| ws | the weights. | 
This function computes the MSCE between and order and a set of data.
A list with the elements:
| msce | The mean of the mean sum of circular errors. | 
| msces | a vector with the mean sum of circular errors for each experiment. | 
Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>
sce, cond.test, mrl, isocir, plot.isocir.
data(cirgenes)
msce(cirgenes, posorder = c(1:ncol(cirgenes)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.