I am currently calculating a Rasch model using the eRm package in R. However, when I want to calculate the martin-loef test using the function
MLoef(res1, splitcr="median") I get the error message:
Error in MLoef(res1, splitcr = "median") : Martin-Loef Test with NA currently not available
Has...