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
lala
Level IX

How to find this regression line by adding new columns to the table?

Thanks!

dt=Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
	Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) )
)

2024-11-18_11-10-20.png

4 REPLIES 4
jthi
Super User

Re: How to find this regression line by adding new columns to the table?

jthi_0-1731906520235.png

 

-Jarmo
lala
Level IX

Re: How to find this regression line by adding new columns to the table?

I tried, it needs to be saved like this when there is a drawing.

How can this column of data be calculated directly in the form of a formula without drawing a picture?

 

Thanks Experts!

jthi
Super User

Re: How to find this regression line by adding new columns to the table?

Maybe one of the spline related matrix functions would work?

jthi_0-1731908416510.png

 

-Jarmo
lala
Level IX

Re: How to find this regression line by adding new columns to the table?

Thank jthi !
I don't know how to search for documents

2024-11-18_13-54-20.png

Recommended Articles