Skip to content
Back to formatted view

Raw Message

Message-ID: <20200513180617.GF1776058@posteo.no>
Date: 2020-05-13T18:06:17Z
From: Rasmus Liland
Subject: Multi-level Rasch Model Per Douglas Bates' paper
In-Reply-To: <20200513174459.GE1776058@posteo.no>

On 2020-05-13 13:32 -0400, Ben Bolker wrote:
> Isn't item easiness just 
> lme4::coef(fm2)$item?

Dear Ben,

both stats::coef(fm2)$item and 
stats::coef(fm2)$cond$item[["(Intercept)"]] 
outputs something at least ... but these 
objects are lists, while the variable 
easiness becomes a named numerical vector ... 

Best,
Rasmus