getData | R Documentation |
getData is to lme what model.frame is to lm getData is implemented as a method in nlme so we just add a method for 'lm' and other objects
getData(x, ...)
## S3 method for class 'lmer'
getData(x, ...)
## S3 method for class 'lme'
getData(x, ...)
## S3 method for class 'gls'
getData(x, ...)
## S3 method for class 'lm'
getData(x, ...)
fit |
a fitted object |
getData(lmer)
: method for lmer objects
getData(lme)
: method for lme objects
getData(gls)
: method for gls objects
getData(lm)
: method for lm objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.