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

  • What exactly is "Location relationship" in reliability tool? (fit life by X)

    Hello,I'm using JMPpro for reliability data analysis.I understand that "fit life by X" tool can be used for ALT data analysis and the "relationship" seems to show an accelerated test condition-lifetime relationship(Arrhenius, Linear etc.). What is "Location" and "no effect"? JMP help document says: Location means that μ is different for every level of XDoes this mean that it is used when there is ...

    LikelihoodPanda LikelihoodPanda
    Discussions |
    Dec 12, 2022 7:26 PM
    1455 views | 2 replies
  • Add value from multiple rows to once cell

    Hi folks,I want to insert multiple values into one cell. I have manually done it in the screen grab so i want the value from row 1,2,3 to be joined together and added to 3 rows.
    Not sure how to complete this, do i need more identifiers so it can join the code. sorry I cant share the dataset due to IP reasons but below is a snippet 

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 4:29 PM
    1162 views | 1 replies
  • Out of curiosity: How are the badges for STIPS awarded?

    Dear Community!I am just popping in here because am currently taking the STIPS courses that where linked to from from the SAS platform. JMP is a great way to explore statistics by the way ... As I have said I do originally come from the SAS side and have created the account in this community after having started the STIPS courses. Now I observe that I do not get the according badges awarded. How c...

    fja fja
    Discussions |
    Dec 12, 2022 2:20 PM
    1894 views | 4 replies
  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    915 views | 1 replies
  • Plotting multiple short lines using only points and slopes

    Hi everyone,I was wondering if there is a way to use a dataset of X,Y and slope values to and plot these on a single graph? Ideally it should also do this by group.e.g.:Group. X.  Y.  SlopeA.         1.  1.  2A.         2.  2.  3B.         3.  3.  4 The graph will show each of these points, with a slope around it, and the line should be half the distance to the previous and next point in the datas...

    Lavik17 Lavik17
    Discussions |
    Dec 12, 2022 1:50 PM
    1874 views | 3 replies

Latest Discussions

  • What exactly is "Location relationship" in reliability tool? (fit life by X)

    Hello,I'm using JMPpro for reliability data analysis.I understand that "fit life by X" tool can be used for ALT data analysis and the "relationship" seems to show an accelerated test condition-lifetime relationship(Arrhenius, Linear etc.). What is "Location" and "no effect"? JMP help document says: Location means that μ is different for every level of XDoes this mean that it is used when there is ...

    LikelihoodPanda LikelihoodPanda
    Discussions |
    Dec 12, 2022 7:26 PM
    1455 views | 2 replies
  • Add value from multiple rows to once cell

    Hi folks,I want to insert multiple values into one cell. I have manually done it in the screen grab so i want the value from row 1,2,3 to be joined together and added to 3 rows.
    Not sure how to complete this, do i need more identifiers so it can join the code. sorry I cant share the dataset due to IP reasons but below is a snippet 

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 4:29 PM
    1162 views | 1 replies
  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    915 views | 1 replies
  • Plotting multiple short lines using only points and slopes

    Hi everyone,I was wondering if there is a way to use a dataset of X,Y and slope values to and plot these on a single graph? Ideally it should also do this by group.e.g.:Group. X.  Y.  SlopeA.         1.  1.  2A.         2.  2.  3B.         3.  3.  4 The graph will show each of these points, with a slope around it, and the line should be half the distance to the previous and next point in the datas...

    Lavik17 Lavik17
    Discussions |
    Dec 12, 2022 1:50 PM
    1874 views | 3 replies
  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1412 views | 3 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    836 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    665 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    677 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1175 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    724 views | 0 replies
view all discussions