Error análisis de confiabilidad
Estoy analizando el análisis de confiabilidad de una variable. Los ítems están codificados con 0 (error) y 1 (acierto), en uno de los ítems todos los participantes acertaron, por lo que JASP no me analiza ese ítem porque lo señala como error. Cómo puedo solucionarlo????
Comments
I'll ask our expert, Don.
@Don: Google translate the above text gives:
"I'm analyzing the reliability analysis of a variable. The items are coded with 0 (error) and 1 (hit), in one of the items all the participants were right, so JASP does not analyze that item because it indicates it as an error. How can I solve that????"
Cheers,
E.J.
Unfortunately, there is no way to compute the reliability for an item with zero variance. If you try this in R, you get the following:
The first warning message is:
JASP throws an error rather than deleting the items with a warning. If you still want to do a reliability analysis on the remaining items, I'd suggest deleting items with zero variance.
OK, thank you