Displaying 2 results from an estimated 2 matches for "jtf".
Did you mean:
jf
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("file...
2012 Sep 14
2
Creation of text files for use with UCODE_2005
...g and width. Is there a package or
resource available that can help printing instruction files that simplify
this? You can imagine that if 5 spaces were required between variables in
rows, then 7 between the next, then 9, etc. this would be challenging.
Example (pasting here distorts space width):
jtf ! # FREE FORMAT
5.1 2.7 50. # HeadLeft HeadRight
WidthOfModel
!K ! !w ! # UCODE will Substitute K and W
with many signigifcant figures
Thanks very much for any suggestions!
Jesse
--
Vi...