powered by
Transform list of VCA-object into VFP-matrix required for fitting.
getMat.VCA(obj, vc = 1)
(list) of VCA-objects
(integer, character) either an integer specifying a variance component or the name of a variance component
# 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