powered by
Standard 'as.matrix' Method for 'VCA' S3-Objects
# S3 method for VCA as.matrix(x, ...)
(matrix) equal to x$aov.tab with additional attributes "Mean" and "Nobs"
(VCA) object
additional arguments to be passed to or from methods.
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
as.matrix.VCAinference
if (FALSE) { data(dataEP05A2_1) fit <- anovaVCA(y~day/run, dataEP05A2_1) as.matrix(fit) }
Run the code above in your browser using DataLab