cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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