philchalmers / mirt

Multidimensional item response theory
199 stars 75 forks source link

itemfit using PV_Q1* #219

Closed thersites9 closed 2 years ago

thersites9 commented 2 years ago

Hi,

I just wanted to let you know that the item fit procedure in itemfit() using PV_Q1* throws an error using mirt version 1.35.1:

Error in p.adjust(p.Q1, method = p.adjust) : argument "p.adjust" is missing, with no default

mirt::itemfit(mirt::mirt(Science, 1), fit_stats = "PV_Q1*", p.adjust = "BH")

However, the non-"*" version (i.e., "PV_Q1") works fine.

Best wishes, Timo

philchalmers commented 2 years ago

Thanks, Timo. Not sure how this got buy the test releases, but should be patched now.

thersites9 commented 2 years ago

I appreciate the quick fix!

Timo