getData: Extract the model data frame for various fitting methods

View source: R/wald.R View source: R/wald-lrt.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

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 'lmerMod'
getData(x, ...)

## S3 method for class 'lmerModLmerTest'
getData(x, ...)

## S3 method for class 'gls'
getData(x, ...)

## S3 method for class 'lm'
getData(x, ...)

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(lmerMod): method for lme4 objects

  • getData(lmerModLmerTest): method for lme4 objects

  • getData(gls): method for gls objects

  • getData(lm): method for lm objects

  • 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 June 12, 2025, 9:44 p.m.