hedenlc: The Hendenfalk breast cancer dataset.

Description Usage Format Examples

Description

These data are column normalized

Usage

1

Format

This is a 3226 by 15 matrix. The first seven columns are from class I and last eight columns are from class II.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(hedenlc)
###
set.seed(123456)
obj<-emmixwire(hedenlc, g=5, ncov=3, nvcov=1, n1=7, n2=8, 
            debug=1, itmax=20, epsilon=1e-4) 
### to save the estimation results for later use
#save(obj, file="ret3.rbin")
###reload the results
#load("ret3.rbin")
### calculate the weighted contrasts W_j
Wj  <- scores.wire(obj)

andrewthomasjones/EMMIXcontrasts documentation built on June 26, 2019, 5:46 a.m.