getData: Extract the model data frame for various fitting methods

View source: R/wald.R

getDataR Documentation

Extract the model data frame for various fitting methods

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

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)

  • getData(lmer): method for lmer objects

  • getData(lme): method for lme objects

  • getData(gls): method for gls objects

  • getData(lm): method for lm objects


gmonette/spida2 documentation built on Aug. 20, 2023, 7:21 p.m.