Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

6 results for “from:Ché Lucero”

Plotting means and error bars for fixed effects in a ME model
Ché Lucero · Feb 7, 2016 · r-sig-mixed-models

Hello, list. I have a question about error bars on barplotted means of data that has been analyzed with mixed effects models. Mixed effects models allow us to simultaneously model variance from multiple random-effects sources (such as Subjects and...

Unidentifiable model in lmer
Ché Lucero · Sep 17, 2015 · r-sig-mixed-models

I don't know if this is causing the problem you're seeing, but A*B expands to A + B + A:B, so your model right now is R ~ A + B + A + B + A:B + (1|S). On Thu, Sep...

Estimating 2-level fixed effect slopes for a random effect
Ché Lucero · Jan 21, 2016 · r-sig-mixed-models

Hi there. I have a behavioral dataset that has a structure like this: dat <- data.frame(Subject = rep(c('John', 'Mary', 'Roberta'), each=2), Behavior = rep(c('A', 'B'), 3), Count = c(0, 4, 1, 3, 2, 6)) I fit...

Question about non-significant interactions
Ché Lucero · Jul 10, 2019 · r-sig-mixed-models

Francesco, To answer the question you originally asked as I understand it: the interaction test would be telling you whether the difference you find between tasks varies between groups. The result of the interaction test is not information about whether...

Estimating 2-level fixed effect slopes for a random effect
Ché Lucero · Jan 21, 2016 · r-sig-mixed-models

Hi Thierry. Thank you for the code. I believe I understood the re.quant output based on your description. Can you help me understand how to interpret the charts your code produced? The partial summary was from glm.1. Here...

Plotting means and error bars for fixed effects in a ME model
Ché Lucero · Feb 7, 2016 · r-sig-mixed-models

Hi PJ. An example: library(lme4) dat <- expand.grid(Condition = c('A', 'B'), Subject = 1:10, Item = c('popcorn', 'butter', 'rosemary', 'salt', 'yeast')) dat$Subject <- factor(dat$Subject) size <- nrow(dat) dat$DV <- numeric(size) dat[dat$Condition == 'A', 'DV...

Can't find what you're looking for? Try searching with Google .