search for: rfolder

Displaying 2 results from an estimated 2 matches for "rfolder".

Did you mean: folder
2005 Aug 23
6
priority of operators in the FOR ( ) statement
...n such tools be used to locate a problem with greater ease? Can somebody give a concrete example (for the following program, for example) of a debugging routine. *************************************************************************' # Bayesian Data Analysis ## source("M:/programming/Rfolder/Assignments/fortest.txt") # #Remove all objects from the workspace rm(list=ls()) # #We will also try to note the time that the program takes # #We will start the clock at starttime starttime <- proc.time()[3]; my.function<-function(x) { s2<-sqrt(2); if ((x>=0) & (x<s2)) re...
2005 Aug 24
0
(Fwd) Re: priority of operators in the FOR ( ) statement
...e for him also to locate the problem. This program > illustrates in some ways the shortcomings of the error messages that R <snip> > ***************************************************** ***************** > ***' # Bayesian Data Analysis ## > source("M:/programming/Rfolder/Assignments/fortest.txt") > > # #Remove all objects from the workspace > rm(list=ls()) > # #We will also try to note the time that the program takes > # #We will start the clock at starttime > starttime <- proc.time()[3]; > > my.function<-function(x) {...