Learn R Programming

VCA (version 1.5.1)

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

Author

Andre Schuetzenmeister andre.schuetzenmeister@roche.com

Details

It enables application of functions relying on the existence of this method, e.g. the functin 'glht' of the 'multcomp' R-package.