1. What error message did you encounter?
Error in `[.data.frame`(as.data.frame(comparisons), , cols) : undefined columns selected
2. How did you solve the error?
install.packages("lme4", type = "source")
3. What are the possible causes of the error?
The problem is due to the lme4 package which we use to fit some statistical models in the groupComparison function. It has an issue with the older versions of the library Matrix that are not solved automatically on regular MSstats install.
4. Where did you find the solution?
https://groups.google.com/g/msstats/c/VDDlO3YVh4g/m/sEZUKVEJAAAJ
https://stackoverflow.com/questions/77481539/error-in-initializeptr-function-cholmod-factor-ldeta-not-provided-by-pack
标签:undefined,DIANN,MSstats,selected,error,groupComparison,columns From: https://www.cnblogs.com/res-daqian-lu/p/17964245