jianan / qtlpvl

testing of pleiotrophy vs close linkage
http://jianan.github.io/qtlpvl
2 stars 4 forks source link

Error in lm_resid_llt(X, Y) : could not find function "lm_resid_llt #11

Open Jeromeg666 opened 3 years ago

Jeromeg666 commented 3 years ago

Hi,

Sorry to disturb you. I am trying to use your package to analyze my own datasets. When I am trying to run the out scanone.mvn() function, the following error pops up: Error in lm_resid_llt(X, Y) : could not find function "lm_resid_llt". I saw that the same issue happened in the past on https://www.gitmemory.com/jianan. I am wondering if I have the wrong version (I have 0.1-2). Thank you very much.

jianan commented 3 years ago

Hi,

Please try reinstall this package with:

devtools::install_github('jianan/qtlpvl', ref="master")

I also put this in the README file.

Thanks!

Jeromeg666 commented 3 years ago

Thank you very much. Your help is very appreciated. I will install it again and try to fix the issues. If I still have some issues, I will let you know.