cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Requesting advice for predicting a very simple DATETIME.

I want to predict the time corresponding to a specific value.

I plan to travel a total distance of about 100 km. The first 6 hours will be on foot, and the rest by car.

Assuming the car’s speed is fairly consistent, I want to create a simple model to predict the date and time (yyyy-mm-dd hh:mm:ss) when I will reach the 88 km mark.

Fortunately, I can obtain distance data every second. I think I can create a linear regression curve by using `DATETIME` on the Y-axis and distance on the X-axis.

However, I can't seem to use `DATETIME` on the Y-axis. What should I do?
1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Requesting advice for predicting a very simple DATETIME.

It appears that your DATETIME column has been input as a character column.  It needs to be a numeric JMP Date Time column.

Go to the Help pull down menu and go to JMP Online Help.  Then lookup JMP Date and Time values.  

 

Once your column is numeric, you will be able to use it as the Y column.

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Requesting advice for predicting a very simple DATETIME.

It appears that your DATETIME column has been input as a character column.  It needs to be a numeric JMP Date Time column.

Go to the Help pull down menu and go to JMP Online Help.  Then lookup JMP Date and Time values.  

 

Once your column is numeric, you will be able to use it as the Y column.

Jim
Jeff_Perkinson
Community Manager Community Manager

Re: Requesting advice for predicting a very simple DATETIME.

Recommended Articles