Displaying 1 result from an estimated 1 matches for "bffixeflmer_f".
2013 Oct 17
1
pamer.fnc y la nueva versión de R
...example).
m2 <- ffRanefLMER.fnc(model = m1, data = eeg, ran.effects =
c("(0 + LengthBc | Subject)", "(0 + WMCc | Item)"),
log.file = FALSE)
# backfit model m2. In this case, could use bfFixefLMER_t.fnc instead.
m3 <- bfFixefLMER_F.fnc(m2, log.file = FALSE)
# The calls to ffRanefLMER.fnc and bfFixefLMER_F.fnc could
# be replaced by a call to fitLMER.fnc. In this latter case, however,
# bfFixefLMER_F.fnc would be called first, then the random effect
# structure would be forward fitted, and finally teh fixed effects
#...