search for: x_seq1_resid

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

2009 Apr 09
4
running a .r script and saving the output to a file
Hello, I want to run the following commands as a script(.r or .bat) and save the output in an external file through Windows OS. data<-read.csv(file="wgatever.csv", head=TRUE, sep=",") summary(data$SQFT) hist(data$STAMP) hist(data$STAMP, col='blue') hist(data$SHIP, col='blue') How could I do that? I have a great problem using the sink() function