-
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
sequentialDVI
: check-problem. Add seed, mutation
#25
Comments
Generelt tror jeg |
Enig, jeg skal se på checkDVI senere |
Problem med sequentialDVI ikke knyttet til library(dvir)
pm = example2$pm
am = example2$am
missing = example2$missing
sequentialDVI(pm, am, missing, check = F, verbose = T)
#> Iteration 1
#> M1 M2 M3
#> V1 1 0 0
#> V2 1 5 0
#> V3 0 0 5
#> --> V2 = M2
#> Iteration 2
#> M1 M3
#> V1 10 0
#> V3 0 5
#> --> V1 = M1
#> Iteration 3
#> M3
#> V3 5
#> --> V3 = M3
#> Error: Input to `nMarkers()` must be a `ped` object or a list of such Created on 2021-01-19 by the reprex package (v0.3.0) |
Ah, I see the problem. I suggest to insert the following line in if(i == length(RES))
break |
Thanks, problem solved! (I figured out that you meant |
(Correct - sorry!) |
Fra/til Thore: Sjekk sequentialDVI. Legge til seed slik at resultater blir reproduserbare?
Hvordan håndteres mutasjoner?
Created on 2021-01-15 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: