search for: batchchk

Displaying 1 result from an estimated 1 matches for "batchchk".

2009 Sep 22
4
Problem in using BATCH command
...ed a few R commands. I first saw the BATCH help page using      > ?BATCH The help page mentioned the Usage as: Batch Execution of RR CMD BATCH [options] infile [outfile] The Detailed section mentioned the following: Use R CMD BATCH --help to be reminded of the usage. My input file is called batchchk, which contains the following R commands: ls() ox <- read.table("rev_full_idle.out", header=TRUE) ov <- ox$Times length(ov) summary(ov) I loaded the utils library (probably it is loaded by default): > library(utils) I ran the following commands and got the indicated errors:...