Displaying 1 result from an estimated 1 matches for "multrate".
Did you mean:
multirate
2007 Jul 03
1
loop causes syntax error in print()
...hmm",hmm))
+ # print(acctab[,10:15])
+
+ nummod <- nummod +1
+ } #end hmmMats loop
+ } #end tmats loop
+ } #end mut type loop
[1] "dup sim Imod hmm Jmod"
> print(acctab[,10:15])
hitrate falsepos multrate avghit avgmiss avgfalsepos
1 0.0000000 1 NaN NaN 2 NA
2 1.0000000 0 0.00000000 5.333333 NaN NA
3 0.0000000 NaN NaN NaN 9 NA
4 0.7777778 0 0.00000000 15.571429 11 NA
5 1.0000000...