coef.TEfit | R Documentation |
Extract coefficients from a TEfit model
## S3 method for class 'TEfit'
coef(TEs3)
TEs3 |
A TEfit model, possibly with resampled parameters |
## Not run:
m <- TEfit(anstrain_s1[,c('acc','trialNum')], bootPars = tef_bootList(resamples = 50))
coef(m)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.