Displaying 1 result from an estimated 1 matches for "transmissioncalc2".
2010 Sep 04
2
R code output issues
...at the command line. This creates a file with the first 46
entries. I do get the entire input data file back if I type "data", and I
can't see anything in my input file around line 46 that would account for
this.
2. If I run the code from a file using the command
"source("TransmissionCalc2") with the "results.df" command embedded in the
file, there is no output to the terminal at all (or to the output file, if I
use sink). Sink just creates an empty file.
So, not sure why my results dataframe seems to only include a small fraction
of the data, or why the write comman...