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.
For some strings I get a wrong (MiscPsycho) Levenstein distance: > stringMatch("abc", "ab", normalize="NO") [1] 1 > stringMatch("abc", "bc", normalize="NO") [1] 2 I think the lines d <- matrix(0, nrow = n + 1, ncol = m + 1) d[, 1] <- 1...
Hi all, I'm doing a Repeated-Measures ANOVA, but I don't know how to test its contrasts or where to find the p-values of its coefficients. I know how to find the coefficient estimates of a contrast...
I have some questions about the use of lme(). Below, I constructed a minimal dataset to explain what difficulties I experience: # two participants subj <- factor(c(1, 1, 1, 1, 2, 2, 2, 2)) # within-subjects factor Word Type wtype...
Using lmer() on my data results in an error. The problem, I think, is my model specification. However, lm() works ok. I recreated this error with a more simple dataset. (See code below.) # word and letter recognition data # two within...
Thierry, Thanks for your reply! I've specified the random part as you suggested, but with lmer() instead of lme(). For a thorough walk-through of lmer(), I've read Baayen, Davidson and Bates' (2007) article. However, I still have...
Can't find what you're looking for? Try searching with Google .