plot.TEfitAll: Plot a collection of models fit by TEfitAll()

View source: R/plot.TEfitAll.R

plot.TEfitAllR Documentation

Plot a collection of models fit by TEfitAll()

Description

Plot a collection of models fit by TEfitAll()

Usage

## S3 method for class 'TEfitAll'
plot(TEs3s, ymin = NA, ymax = NA)

Arguments

TEs3s

A TEfitAll model object (collection of fit models)

ymin

minimum y value

ymax

maximum y value

Examples

## Not run: 
m <- TEfitAll(anstrain[,c('acc','trialNum')],groupingVar = anstrain$subID)
plot(m)

## End(Not run)


akcochrane/TEfits documentation built on June 12, 2025, 11:10 a.m.