Displaying 1 result from an estimated 1 matches for "2i1".
Did you mean:
21
2013 Mar 06
1
need help using read.fortran
...each variable, but
I can't understand how to assign the variable names after reading the help pages
for read.fortran, read.fwf and read.table.
I tried putting a col.names section in the read.fortran statement:
AN35 <-data.frame(read.fortran(filename,c("I9","4I2","2I1","3I2","I1","16I2",
"I1","I5","I1","I3","I2", "A4","3A1","A2","A1"),
header = FALSE,skip=0,sep="@",
col.names =
paste(idno,empmo,empyr,birthmo,birthyr,sex,rac...