Displaying 1 result from an estimated 1 matches for "testmo".
Did you mean:
testms
2013 Mar 06
1
need help using read.fortran
..."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,race,teno,testmo,testyr,
testtyp,L500,L1k,L2k,L3k,L4k,L6k,L8k,RT1k,R500,R1k,R2k,R3k,R4k,R6k,R8k,
HPD,dept,shift,TWA,envclas,jobcode,hobby.med.STS,audclas,disp),
row.names = (idno) ))
I also tried a separate dimnames statement like so:
dimnames(AN35)[[2]] <-
c("idno","empmo",&q...