Displaying 1 result from an estimated 1 matches for "acctab".
Did you mean:
accab
2007 Jul 03
1
loop causes syntax error in print()
...ntax error message"
If I comment out the print statement, the loop runs fine and I can print
out the last iteration of the table.
...[multiple loops and calculations ending with.....]...
+ print(paste(mutType,"sim",sim,"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.00000...