Learn R Programming

Mulcom (version 1.22.0)

mulSSE: MulCom Sum of Square Error

Description

Computes sum of square errors for all the experimental points in the datasets Should not be called directly

Usage

mulSSE(vec, index)

Arguments

vec
a numeric vector with data measurements
index
a numeric vector with the labels of the samples. 0 are the control samples. number should be progressive

Value

vec
a numeric vector with data measurements
index
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive

Details

mulSSE An internal function that should not be called directly. It calculates sum of square error in the groups defined in the index class vector.