Learn R Programming

VCA (version 1.5.1)

as.matrix.VCA: Standard 'as.matrix' Method for 'VCA' S3-Objects

Description

Standard 'as.matrix' Method for 'VCA' S3-Objects

Usage

# S3 method for VCA
as.matrix(x, ...)

Value

(matrix) equal to x$aov.tab with additional attributes "Mean" and "Nobs"

Arguments

x

(VCA) object

...

additional arguments to be passed to or from methods.

Author

Andre Schuetzenmeister andre.schuetzenmeister@roche.com

See Also

as.matrix.VCAinference

Examples

Run this code
if (FALSE) {
data(dataEP05A2_1)
fit <- anovaVCA(y~day/run, dataEP05A2_1)
as.matrix(fit)
}

Run the code above in your browser using DataLab