-
Notifications
You must be signed in to change notification settings - Fork 24
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
scan1() with model="binary" giving lots of NAs #55
Comments
This happens whenever one of the coefficient's estimates goes to +/- infinity. |
Rather simplistic solution: don't allow the "linear predictor" to be too large. If > 100 (< -100), set to 100 (or -100). |
Fix problem with NAs in binary trait regression (Issue #55)
Still having a few problems (with Attie DO data using coat color), though clearly much less than before. Posted some data and code in a gist.
|
scan()
withmodel="binary"
is giving lots ofNA
results for the LOD scores (at least in the case of DO mouse data)...much more than I would have expected. Here's an example plot for one chromosome; note the gaps.The text was updated successfully, but these errors were encountered: