model.frame.VCA: Extract the Model Frame from a 'VCA' Object
Description
Function returns the data-element of 'object' and
adds the terms-element as attribute.
Usage
# S3 method for VCA
model.frame(formula, ...)
Value
(data.frame) with attribute 'terms'
Arguments
- formula
(VCA) object
- ...
additional arguments
Details
It enables application of functions relying on the existence of
this method, e.g. the functin 'glht' of the 'multcomp'
R-package.