as.matrix.VCA | R Documentation |
Standard 'as.matrix' Method for 'VCA' S3-Objects
## S3 method for class 'VCA'
as.matrix(x, ...)
x |
(VCA) object |
... |
additional arguments to be passed to or from methods. |
(matrix) equal to x$aov.tab with additional attributes "Mean" and "Nobs"
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
as.matrix.VCAinference
## Not run:
data(dataEP05A2_1)
fit <- anovaVCA(y~day/run, dataEP05A2_1)
as.matrix(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.