R is treating tablea[,1] as a factor. Try converting
it to character.
--- Carla Rebelo <[EMAIL PROTECTED]> wrote:
> Good morning!
>
> I do not speak English very well and so I will try
> to explain the best I
> can. I have this:
>
> > tabela[,1]
> [1] a a b b a c b a c c c c c
> Levels: a b
Carla Rebelo wrote:
> Good morning!
>
> I do not speak English very well and so I will try to explain the best I
> can. I have this:
>
> > tabela[,1]
> [1] a a b b a c b a c c c c c
> Levels: a b c
>
> >unique(tabela[,1])
> [1] a b c
> Levels: a b c
>
> >var<-unique(tabela[,1])[1]
>
> > var
>
Carla Rebelo wrote:
> Good morning!
>
> I do not speak English very well and so I will try to explain the best I
> can. I have this:
>
> > tabela[,1]
> [1] a a b b a c b a c c c c c
> Levels: a b c
>
> >unique(tabela[,1])
> [1] a b c
> Levels: a b c
>
> >var<-unique(tabela[,1])[1]
>
> > v
Hi Carla,
Try paste("VAR: ",a,sep="")
Jorge
On 2/1/08, Carla Rebelo <[EMAIL PROTECTED]> wrote:
>
> Good morning!
>
> I do not speak English very well and so I will try to explain the best I
> can. I have this:
>
> > tabela[,1]
> [1] a a b b a c b a c c c c c
> Levels: a b c
>
> >unique(tabela[
Good morning!
I do not speak English very well and so I will try to explain the best I
can. I have this:
> tabela[,1]
[1] a a b b a c b a c c c c c
Levels: a b c
>unique(tabela[,1])
[1] a b c
Levels: a b c
>var<-unique(tabela[,1])[1]
> var
[1] a
Levels: a b c
But if I concatenate like th
5 matches
Mail list logo