-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find read.table2() function #2
Comments
Hm... I think it's a bug: I just did a quick fix. Please see if it works: 0279a92 |
If your |
Thank you for the help!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I was using computer cluster's R to run lassosum and crosspred, and I have the following command
library(lassosum)
library(crosspred)
pl <- cp.plink.linear(bfile = bfile, covar = cov, nfold=5)
*bfile is defined as bfile < "some_name"
and I encountered the error of:
Error in read.table2(parsed$famfile) :
could not find function "read.table2"
I load lassosum already , and I checked the version and made sure it's 0.4.5;
I tried to call the function separately
and it cannot find the function.
I tried to enter the pheno manually, with the pheno being a vector, and it still reported as unequal length (however both my bfiles ahve 461 participants and so does the vector).
Can you help me debug? Thank you so much!!
The text was updated successfully, but these errors were encountered: