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.

5 results for “from:Ben Meijering”

MiscPsycho - incorrect levenshtein distance?
Ben Meijering · Apr 14, 2010 · r-help

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...

How test contrasts/coefficients of Repeated-Measures ANOVA?
Ben Meijering · Dec 20, 2008 · r-help

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...

how specify lme() with multiple within-subject factors?
Ben Meijering · Jan 3, 2009 · r-help

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...

lme4, error in mer_finalize(ans)
Ben Meijering · Dec 5, 2008 · r-help

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...

how specify lme() with multiple within-subject factors?
Ben Meijering · Jan 5, 2009 · r-sig-mixed-models

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 .