View source: R/fitted.TEfitAll.R
fitted.TEfitAll | R Documentation |
Get fitted values and summary statistics from a set of TEfit models
## S3 method for class 'TEfitAll'
fitted(TEs3s)
TEs3s |
A set of models fit by TEfitAll() |
## Not run:
m <- TEfitAll(anstrain[,c('acc','trialNum')],groupingVar = anstrain$subID)
fitted_data <- fitted(m)
plot(fitted_data$meanPred)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.