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
should do the trick. This is a bit ugly, so maybe include probbase_no_ext <- probbase[-external.symps,] outside/before the call to warning() and then use probbase_no_ext[missing.all + 1, ... in the referenced line.
The text was updated successfully, but these errors were encountered:
InSilicoVA/InSilicoVA/R/insilico_core.r
Line 1084 in 9a2eb17
External causes have not been removed from probbase, so I think the indexing is off. Something like
should do the trick. This is a bit ugly, so maybe include
probbase_no_ext <- probbase[-external.symps,]
outside/before the call towarning()
and then useprobbase_no_ext[missing.all + 1, ...
in the referenced line.The text was updated successfully, but these errors were encountered: