Displaying 3 results from an estimated 3 matches for "rundist".
Did you mean:
rundish
2009 Apr 12
2
Convert string to time
One variable contains values (1.30 - one hour and thirty minutes, 1.2
(which is supposed to be 1.20 - one hour and twenty minutes)). I would
like to convert to a minute variable so 1.2 is converted to 80
minutes. How?
2004 Jun 29
0
gambling problem
...know the value of
different variables as caclulated in different functions without
using the method that i used. ie. using the value
countcombs<-a$countcombs after calling
a<-COUNTER(reelpic,nreels,countcombs,payoffcombs,payoff,bet)
* Another question: in the function RUNDIST i used the following 2
lines
zrung<-GAMBLING(nsim=150)
z[p]<-cumsum(zrung$payoffvec)[150]
Initially the second of these lines was set as
z[p]<-cumsum(zrung$payoffvec)[nsim]
which caused an error. why does this happen?
Sorry for the extremely l...
2007 Apr 01
2
commandArgs usage and --args invokation
Dear R experts:
I am a bit stymied by how the argument picking-off works in R batch file usage.
$ cat commandArgs.R
cat(" Command Line Arguments were ", commandArgs(), "\n");
$ /usr/bin/R CMD BATCH commandArgs.R --args 1 2 3
$ /usr/bin/R --args 1 CMD BATCH commandArgs.R
... I am now getting into interactive mode ?! I guess it really is skipping the
rest of the command line