model.frame.VCA {VCA}R Documentation

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 class 'VCA'
model.frame(formula, ...)

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.

Value

(data.frame) with attribute 'terms'

Author(s)

Andre Schuetzenmeister andre.schuetzenmeister@roche.com


[Package VCA version 1.5.1 Index]