search for: responsetoprim

Displaying 1 result from an estimated 1 matches for "responsetoprim".

Did you mean: responsetoprime
2007 Aug 21
0
pvals.fnc unhappy about lmer objects
...found" First I suspected it must be my model, so I run through the example in pvals.fnc help page, as follow, > data(primingHeid) > primingHeid = primingHeid[primingHeid$RT < 7.1,] > primingHeid = primingHeid[primingHeid$RT < 7.1,] > primingHeid.lmer = lmer(RT ~ RTtoPrime * ResponseToPrime + + Condition + (1|Subject) + (1|Word), data = primingHeid) > primingHeid.pvals = pvals.fnc(primingHeid.lmer) The same error is encountered, "Error in get(x, envir, mode, inherits) : variable "Gen.2001" of mode "function" was not found" Thanks in advance....