Skip to content
Prev 16272 / 20628 Next

Longitudinal logistic regression with continuous-time first-order autocorrelation structure

Don't use (time_hours|id) ... that will expand to a random effect with
a full, unstructured covariance matrix term.
If you have t distinct times measured, you'll end up with t*(t+1)/2
parameters to estimate.  Try (1|time_hours)
(and probably also include (1|id))

On Wed, Feb 28, 2018 at 8:44 PM, Dennis Ruenger
<dennis.ruenger at gmail.com> wrote:
Message-ID: <CABghstRdYb3AQ0t4oKkGXmhhMEQ4hM8uArh9XyFQsOgB1xZGvg@mail.gmail.com>
In-Reply-To: <CAFvg1=tD0t0eH-ZpWc+qOVJ49RHZLHephSkjtGFYuWtTgVynjg@mail.gmail.com>