model.frame.VCA | R Documentation |
Function returns the data-element of 'object' and adds the terms-element as attribute.
## S3 method for class 'VCA'
model.frame(formula, ...)
formula |
(VCA) object |
... |
additional arguments |
It enables application of functions relying on the existence of this method, e.g. the functin 'glht' of the 'multcomp' R-package.
(data.frame) with attribute 'terms'
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.