coef.TEfit: Extract coefficients from a TEfit model

View source: R/coef.TEfit.R

coef.TEfitR Documentation

Extract coefficients from a TEfit model

Description

Extract coefficients from a TEfit model

Usage

## S3 method for class 'TEfit'
coef(TEs3)

Arguments

TEs3

A TEfit model, possibly with resampled parameters

Examples

## Not run: 
m <- TEfit(anstrain_s1[,c('acc','trialNum')], bootPars = tef_bootList(resamples = 50))
coef(m)

## End(Not run)


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