Learn R Programming

isocir (version 2.0-7.1)

msce: Mean Sum of Circular Errors.

Description

This function computes the MSCE between and order and a set of data.

Usage

msce(data, posorder, ws=NULL, ...)

Value

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.

Arguments

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.

Author

Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>

Details

This function computes the MSCE between and order and a set of data.

See Also

sce, cond.test, mrl, isocir, plot.isocir.

Examples

Run this code
data(cirgenes)
msce(cirgenes, posorder = c(1:ncol(cirgenes)))

Run the code above in your browser using DataLab