Displaying 3 results from an estimated 3 matches for "fvcpp".
Did you mean:
vcpp
1999 Nov 09
2
Problems with read.table
Hi I am using R65.1 in Windows 95
I have a CSV file from Excell
>
a<-read.table("c:/heberto/mgc/tst.csv",header=T,sep=",")
> attach(a)
> a
manolo fvcpp fevpp fvvcpp tlcpp rvpp rvtlpp plmaxpp
1 1 99.28 97.67 98.38 91.14 102.9 111.25 117.64
2 1 86.97 68.56 78.89 94.60 112.34 118.53 159.20
3 1 81.12 71.76 88.37 89.16 114.17 126.86 60.71
4 1 98.12 86.05 87.73 102.34 127.41 123.05 102.13
5...
1999 Nov 10
1
read.table problems
...l("data.frame", lapply(a, function(x)
as.numeric(as.character(x))))
----------my original querry follows
Hi I am using R65.1 in Windows 95
I have a CSV file from Excell
>
a<-read.table("c:/heberto/mgc/tst.csv",header=T,sep=",")
> attach(a)
> a
manolo fvcpp fevpp fvvcpp tlcpp rvpp rvtlpp plmaxpp
1 1 99.28 97.67 98.38 91.14 102.9 111.25 117.64
2 1 86.97 68.56 78.89 94.60 112.34 118.53 159.20
3 1 81.12 71.76 88.37 89.16 114.17 126.86 60.71
4 1 98.12 86.05 87.73 102.34 127.41 123.05 102.13
5...
1999 Nov 10
1
read.table problems
...l("data.frame", lapply(a, function(x)
as.numeric(as.character(x))))
----------my original querry follows
Hi I am using R65.1 in Windows 95
I have a CSV file from Excell
>
a<-read.table("c:/heberto/mgc/tst.csv",header=T,sep=",")
> attach(a)
> a
manolo fvcpp fevpp fvvcpp tlcpp rvpp rvtlpp plmaxpp
1 1 99.28 97.67 98.38 91.14 102.9 111.25 117.64
2 1 86.97 68.56 78.89 94.60 112.34 118.53 159.20
3 1 81.12 71.76 88.37 89.16 114.17 126.86 60.71
4 1 98.12 86.05 87.73 102.34 127.41 123.05 102.13
5...