Skip to content
Prev 13912 / 20628 Next

Model with no random intercept?

This seems like the right syntax, but it won't work correctly for
categorical input variables.  If epiPeriod is (e.g.) a two-level
factor with levels "before","after" then you might want

cslt_sspref ~ 1 + epiPeriod + (0+dummy(epiPeriod,"after")|ss_pref)

(see ?dummy) -- although I have to say I am suspicious of the
usefulness of this model ... why do you expect there to be no
variation among groups in the "before" period ... ?

  Ben Bolker
On Thu, Oct 29, 2015 at 1:32 PM, Philipp Singer <killver at gmail.com> wrote: