Learn R Programming

VFP (version 1.0)

getMat.VCA: Transform list of VCA-object into VFP-matrix required for fitting.

Description

Transform list of VCA-object into VFP-matrix required for fitting.

Usage

getMat.VCA(obj, vc = 1)

Arguments

obj

(list) of VCA-objects

vc

(integer, character) either an integer specifying a variance component or the name of a variance component

Examples

Run this code
# NOT RUN {
library(VCA)
data(VCAdata1)
lst <- anovaVCA(y~(device+lot)/day/run, VCAdata1, by="sample")
mat <- getMat.VCA(lst)
mat
# }

Run the code above in your browser using DataLab