search for: haydn1stmvt

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

2003 May 01
1
Automating R for multiple data files
Hi, I'm new to R and have looked at the mail archives and not seen a solution to my problem. I have a set of data files with filenames in the following form haydn1stmvt.jtf.sim0.142292.et.dist, where the latter half changes, after the jtf. What I am trying to do is process the set of these files using R's batch mode. using the following : library(mva) mdsdata <- read.table(file) cm <- cmdscale(mdsdata) x <- cm[,1] y <- -cm[,2] postscript("...