Learn R Programming

VCA (version 1.2.1)

coef.VCA: Extract Fixed Effects from 'VCA' Object.

Description

For coneniently using objects of class 'VCA' with other packages expecting this function, e.g. the 'multcomp' package for general linear hypotheses for parametric models.

Usage

## S3 method for class 'VCA':
coef(object, ...)

Arguments

object
(VCA) object where fixed effects shall be extracted
...
additional parameters

Examples

Run this code
data(dataEP05A2_1)
fit1 <- anovaMM(y~day/(run), dataEP05A2_1)
coef(fit1)
fit2 <- anovaVCA(y~day/run, dataEP05A2_1)
coef(fit2)

Run the code above in your browser using DataLab