I just started using Mathematica and I hope that someone can help me with a small piece of code:
- I have a variable "X" in a dataset A.
- I want to create a new variable called "logX" which is the log of the variable X and add it as a new column in dataset A using "append" in Mathematica if possible.
Thanks a lot for the help!