getData: Extract the model data frame for various fitting methods

Description Usage Arguments Methods (by class)

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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, ...)

Arguments

fit

a fitted object

Methods (by class)


gmonette/yscs documentation built on May 17, 2019, 7:28 a.m.