Displaying 2 results from an estimated 2 matches for "leonardomalaguti27".
2017 Jun 20
3
Help
Dear expert friends,
I'm pretty young of this world and my question at your eyes can be petty
easy.
I'll need to change the name of the levels inside a column of my data-frame
levels(ind.davis$Ageclass) <- c("adult", "Juvanile", "sub-adult")
names(ind.davis$Ageclass) <- c("Adult", "Juvenile", "Sub-adult")
that is what I
2017 Jun 20
0
Help
...that,
with those data, reproduces your problem, and the error message that
resulted.
As to your particular question, at this point I can only guess, but for
starters it would probably help to show the output of
str(ind.davis)
--Chris Ryan
On Tue, Jun 20, 2017 at 1:06 AM, Leonardo Malaguti <
leonardomalaguti27 at gmail.com> wrote:
> Dear expert friends,
> I'm pretty young of this world and my question at your eyes can be petty
> easy.
> I'll need to change the name of the levels inside a column of my data-frame
>
> levels(ind.davis$Ageclass) <- c("adult", "...