Skip to content
Prev 386702 / 398502 Next

Passing variable name

Sorry, Bert, I also forgot to copy to the list.

Hi Seyet Ali,
If you have created the data frame, you probably know that "Gender",
"Hand" and "Gr" are the names of the vectors of values that are joined
in the data frame "MyData". You now wish to change those names. I
don't know why you would change the names to obscure ones like "V1",
but I suggest a look at the "names" function. The answer to your
question should now be clear to you.

Jim
On Mon, Dec 28, 2020 at 8:47 AM Jim Lemon <drjimlemon at gmail.com> wrote: