- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
JSL
How to find minimum or maximum of combined values of R^2 after performing fit line on a bivariate plot in JSL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: JSL
The y axis is the Rsquare values so i wanted to get the max Rsquare