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
so i am testing null_model2 and maybe there is a bug... not sure if it is a bug or if it just wont work with missing data
if i run this line data.sim = simulate_qtl(data = data, mu = 0, h2.qtl = NULL, var.error = 1, n.sim = 1000, missing = T, seed = 1234) score.null = null_model2(data = data.sim$results, n.clusters = 2, plot = NULL)
then i get an error
Error in { :
task 1 failed - "NA/NaN/Inf in foreign function call (arg 1)"
if i run missing =F it runs fine
The text was updated successfully, but these errors were encountered:
so i am testing null_model2 and maybe there is a bug... not sure if it is a bug or if it just wont work with missing data
if i run this line
data.sim = simulate_qtl(data = data, mu = 0, h2.qtl = NULL, var.error = 1, n.sim = 1000, missing = T, seed = 1234)
score.null = null_model2(data = data.sim$results, n.clusters = 2, plot = NULL)
then i get an error
Error in { :
task 1 failed - "NA/NaN/Inf in foreign function call (arg 1)"
if i run missing =F it runs fine
The text was updated successfully, but these errors were encountered: