You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When runCasper, I got this erro: Error in if (abs(loglik[i] - loglik[i - 1]) < 0.1 || loglik[i] < loglik[i - : missing values where TRUE/FALSE values are required.
Would you please help me to fugure out?
The text was updated successfully, but these errors were encountered:
I used bulk data. Had exact same error. But able to run toy example successfully. After checking my code, I found that colnames(data) don't match loh.name.mapping$loh.name . That solved my problem like this.
When runCasper, I got this erro: Error in if (abs(loglik[i] - loglik[i - 1]) < 0.1 || loglik[i] < loglik[i - : missing values where TRUE/FALSE values are required.
Would you please help me to fugure out?
The text was updated successfully, but these errors were encountered: