Displaying 1 result from an estimated 1 matches for "testma".
Did you mean:
testa
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
...n) (where testn is
equal to the nn shown above) works without a problem.
I'm not sure if it's related, but I'm also having problems with browser()
not firing the first time through and/or having code continue to execute
before it interrupts, i.e.:
------
Browse[2]> pprime <- sum(testma)
Error: object 'testma' not found
Browse[2]>
Browse[2]> loopvar <- loopvar + 1
Browse[2]>
debug at #3: partial1 <- (((1 - f11) * (1 - f12))^(Qone - nn)) * ((f11 + (1
-
f11) * f12)^nn)
Browse[2]> print(proc.time() - ptm)
user system elapsed
0.33 0.11 0.59
-...