Learn R Programming

VCA (version 1.3.4)

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, ...)

Arguments

formula

(VCA) object

...

additional arguments

Value

(data.frame) with attribute 'terms'

Details

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