cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
juggernauttt
Level I

Question with natural log

I'm trying to set a variable to a natural log, but I do not know how to go about it. 

2 REPLIES 2

Re: Question with natural log

Right-click on the column name in the data table and select New Formula Column > Transform > Log. This action adds a new data column. Is that result what you want?

txnelson
Super User

Re: Question with natural log

  1. Create a new formula column, and set the formula to      Log(xxxx)    where xxxx is the column name you want to have the log transformation on
  2. Or, when running a graphical or statistical platform, when you go to select a column you want to be the log() of, jus right click on the column name and select     Transform==>Log

All of this is covered in the JMP Document,     Using JMP      it is available @ Help==>JMP Documentation Library         Using JMP

Jim

Recommended Articles