On 17-03-2012, at 10:27, diond wrote:
> Hi,
>
> I'm an R beginner and I'm struggling with what should be a rudimentary task.
>
> My data is along these lines:
>
> ID name1 name2 name3 name4
> Class 0 1 0 2
> Var1 A B C A
> Var2 B C C A
> Var3 C A B A
>
> etc.
>
> I'm using the following:
>
On Mar 17, 2012, at 5:27 AM, diond wrote:
Hi,
I'm an R beginner and I'm struggling with what should be a
rudimentary task.
My data is along these lines:
ID name1 name2 name3 name4
Class 0 1 0 2
Var1 A B C A
Var2 B C C A
Var3 C A B A
etc.
I'm using the following:
foo <- data.frame(t(rea
Hi,
I'm an R beginner and I'm struggling with what should be a rudimentary task.
My data is along these lines:
ID name1 name2 name3 name4
Class 0 1 0 2
Var1 A B C A
Var2 B C C A
Var3 C A B A
etc.
I'm using the following:
foo <- data.frame(t(read.table("file", header=FALSE)))
but of course no
3 matches
Mail list logo