cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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.

Discussions

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

How to find minimum or maximum of combined values of R^2 after performing fit line on a bivariate plot in JSL 

4 REPLIES 4
Byron_JMP
Staff

Re: JSL

I dont know if I understand your question.

 

try this: do a right click on the r-square value, and choose, make combined data table. From there distribution, tabulate, graph builder, table>sort, lost of options for finding the min max, and that not even including the col maximum(), and col minimum() functions.

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Re: JSL

Hi

Thank you, to clarify on my question, Im trying to implement a search using functions like the maximize or minimize to find the abs max/min in the curve (with regards to dec place). 

ParametricStudy_0-1690231144528.png

 

Re: JSL

You can use the Max() or Maximum() functions to extract the value from a list or matrix. You can use Loc Max() to get the index of the maximum value in a list or matrix.

How will you use the maximum R square?

Re: JSL

The y axis is the Rsquare values so i wanted to get the max Rsquare

Recommended Articles