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.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Sample size calculations for co-primary endpoints

    Is it possible to calculate sample size in JMP when we have co-primary endpoints? (Co-primary endpoints are more than one primary endpoint and the study success can be declared only if both primary endpoints are statistically significant in favor of the experimental treatment.) 

    billi billi
    Discussions |
    Jul 11, 2022 12:18 PM
    6025 views | 9 replies
  • Fit Y by X platform: how to check if a slope is something different than zero?

    The Fit Y by X platform has good options for doing linear regression. The resulting box shows the p-value of the intercept and slope compared to zero. Is there a way to quickly assess whether the slope/intercept values are statistically close to a theoretical value that is non-zero? E.g. I know that the slope is supposed to be 15.0 and would like to see if the estimated value is close (enough) to ...

    robhanssen robhanssen
    Discussions |
    Jul 11, 2022 11:53 AM
    3026 views | 5 replies
  • Display number of selected rows in the new window

    Hi, I want to display number of selected rows in the modal window. Highlighting rows in the graph builder plot and displaying number of selected rows in the text edit box. Are there any options? Names Default To Here( 1 ); // Open Data Table dt = Open( "$SAMPLE_DATA/Growth Measurements.jmp", invisible ); New window("", Modal, tb = Textbox("Rows selected"), text editbox(""), Vlistbox( gb = dt ...

    Jackie_ Jackie_
    Discussions |
    Jul 11, 2022 11:45 AM
    1495 views | 3 replies
  • How can JSL automatically stop the download of data stream data as Python does?

    Hello!Data on this site will be updated every 3 seconds.Using the normal method, you will always be downloading without downloading data.
    Python writes code like this to terminate the data download.
    How to change this Python to JSL?This address is captured after the packet.http://16.push2.eastmoney.com/api/qt/stock/details/sse?fields1=f1,f2,f3,f4&fields2=f51,f52,f53,f54,f55&mpi=2000&ut=bd1d9ddb04089...

    lala lala
    Discussions |
    Jul 11, 2022 11:17 AM
    1503 views | 4 replies
  • Date Conversion issue

    I have a set of data from a database that represents a date in an 8-number string "CreatedDateDimID" in the screen capture.  I need it to be formatted like the date in "SterlingDimDate.Date"  I tried converting to m/d/y in the column info, but it doesn't convert it correctly (see screen capture).  What am I missing?  Gives me this result when I would expect 01/03/2022 for the first one and 04/13/2...

    Phil_Nash Phil_Nash
    Discussions |
    Jul 11, 2022 11:13 AM
    1954 views | 4 replies

Latest Discussions

Latest Discussions

  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    661 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    782 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    628 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    772 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    994 views | 0 replies
view all discussions