cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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