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

  • Having trouble running a Gage R&R study due to an error message

    Hi everyone,I'm new to JMP and currently using version 17 on Windows.I'm trying to conduct a Gage R&R study by going to Analyze > Quality and Process > Measurement Systems Analysis and selecting Gage Analysis for Measurements. However, when I right-click on the title row and choose Gage R&R, I get the following error message:"Continuous scale group column cannot be used as a random effect."I would...

    RandomWeasel541 RandomWeasel541
    Discussions |
    Sep 30, 2024 6:04 PM
    2491 views | 3 replies
  • control figure size of export from graph builder

    I am in Graph Builder and am having some difficulty exporting the figure the way I would like it to look, specifically.
    1. the number at the top of the y axis is cut off halfway through the number. It looks like the portion under the Graph Builder bar is not exported.
    2. I need to set the x-y ratio and size so that the exported fonts, lines, and markers are the size I would like them to be. It curre...

    MedianChicken32 MedianChicken32
    Discussions |
    Sep 30, 2024 1:55 PM
    952 views | 2 replies
  • Wrong expression type error

    Hey Community,  I have a formula that works perfectly when I use in a table column but will not work at all in my script. I'm certain I've overlooked something stupid but can't seem to figure it out. Anyone want to give it fresh eyes?    dt3 << New Column( "Age Group", Character, "Nominal" ); dt3:Age Group << Set Each Value( If( :Overdue Age < 1, Empty(), 1 <= :Overdue Age < 9...

    cpatty cpatty
    Discussions |
    Sep 30, 2024 10:37 AM
    755 views | 1 replies
  • How to store a value entered into a text box as an object in JSL?

    Okay, I'm stumped and have finally reconciled myself to the fact that I just don't know enough about JSL to do this on my own. I'm still fairly new to JSL, but I want to streamline things for folks I work with. I have a script built that is getting close to what I want, I just can't figure out how to have my row selection function use info manually typed into a text edit box. The goal is to have a...

    Woodrat Woodrat
    Discussions |
    Sep 30, 2024 9:08 AM
    2464 views | 8 replies
  • Force stacking of control charts in Control Chart Builder?

    Is there any way to force stacking of control charts using "by variables" as shown in the example below? Weirdly, when applied to my original table (not anonymized), the control charts appear all in one, horizontal row with a long, long scroll bar. I want what is shown below. Possible?

     

    Ressel Ressel
    Discussions |
    Sep 30, 2024 8:44 AM
    1350 views | 4 replies

Latest Discussions

  • control figure size of export from graph builder

    I am in Graph Builder and am having some difficulty exporting the figure the way I would like it to look, specifically.
    1. the number at the top of the y axis is cut off halfway through the number. It looks like the portion under the Graph Builder bar is not exported.
    2. I need to set the x-y ratio and size so that the exported fonts, lines, and markers are the size I would like them to be. It curre...

    MedianChicken32 MedianChicken32
    Discussions |
    Sep 30, 2024 1:55 PM
    952 views | 2 replies
  • Wrong expression type error

    Hey Community,  I have a formula that works perfectly when I use in a table column but will not work at all in my script. I'm certain I've overlooked something stupid but can't seem to figure it out. Anyone want to give it fresh eyes?    dt3 << New Column( "Age Group", Character, "Nominal" ); dt3:Age Group << Set Each Value( If( :Overdue Age < 1, Empty(), 1 <= :Overdue Age < 9...

    cpatty cpatty
    Discussions |
    Sep 30, 2024 10:37 AM
    755 views | 1 replies
  • How to store a value entered into a text box as an object in JSL?

    Okay, I'm stumped and have finally reconciled myself to the fact that I just don't know enough about JSL to do this on my own. I'm still fairly new to JSL, but I want to streamline things for folks I work with. I have a script built that is getting close to what I want, I just can't figure out how to have my row selection function use info manually typed into a text edit box. The goal is to have a...

    Woodrat Woodrat
    Discussions |
    Sep 30, 2024 9:08 AM
    2464 views | 8 replies
  • Force stacking of control charts in Control Chart Builder?

    Is there any way to force stacking of control charts using "by variables" as shown in the example below? Weirdly, when applied to my original table (not anonymized), the control charts appear all in one, horizontal row with a long, long scroll bar. I want what is shown below. Possible?

     

    Ressel Ressel
    Discussions |
    Sep 30, 2024 8:44 AM
    1350 views | 4 replies
  • Declaring a variable inside a column formula

    Hi,Is it good practice to declare a variable inside a column formula? Or does this create risk of errors? My formula works well, but I'm concerned that it might be unreliable. rownum = Row(); If( :Measurement type == "STUDY_VARIABLE", :Control means[Min( Current Data Table() << get rows where( :Measurement type == "STUDY_CONTROL" & :Control group == :Control group[rownum] ) )], :Control means...

    Asterix Asterix
    Discussions |
    Sep 30, 2024 7:32 AM
    952 views | 2 replies

Latest Discussions

  • Data collection from Middle East companies

    Hello , i need data about middle east country companes for my  PhD thesis،Which sites are valid for collecting information from Middle Eastern companies and can I use them for data collection?

    Maryam1 Maryam1
    Discussions |
    Sep 26, 2024 1:26 AM
    558 views | 0 replies
  • Confidence interval for parameters and inverse predictions

    Dear JMP community, I am fitting a probit regression between proportion of success and a continuous variable X. The screenshots below are the fit model outputs. I also got inverse predictions when the success are 0.05 ~ 0.95. I am wondering: 1) what are the confidence intervals for the parameter estimates, are they the Wald confidence interval? 2) what are the confidence intervals for the inverse ...

    Jogger560 Jogger560
    Discussions |
    Sep 25, 2024 10:02 AM
    617 views | 0 replies
  • Two-way Shapley Decomposition

    Dear community,

    I am aiming to compute a Two way Shapley decomposition for this mockedup data table. Herefore I first have to identify the growth and distribution components and to which percentage they account for the change in the EQ-5D-5L score. Further I aim to investigate the contribution of each individual predictor to the final EQ-5D-5L score.

    Would really appreciate if someone could guide me...

    BiasedAntelope7 BiasedAntelope7
    Discussions |
    Sep 21, 2024 1:00 PM
    492 views | 0 replies
  • how I can add standard deviation of two repeats in the fitted curve

    I am trying to build a growth curve based on two repeats I created the graph using graph builder and when I tried to analyze the graph to do curve fitting using Gompertz model it separates the two repeat again instead of the mean and I can not add the standard deviation to each data point how I can fix that?

    RankFilterWhale RankFilterWhale
    Discussions |
    Sep 13, 2024 10:14 AM
    596 views | 0 replies
  • Exploring JMP Add-Ons and Extensions for Big Data Analytics

    Hello JMP Community, I hope this message finds you well. I’m reaching out to the community with a specific inquiry about leveraging JMP for big data  analytics. As someone deeply involved in analyzing large-scale datasets, I’m keen to maximize JMP’s potential and am particularly interested in any add-ons or extensions that can enhance its capabilities for big data work. In my current role, I often...

    leoarthur01 leoarthur01
    Discussions |
    Sep 8, 2024 11:34 PM
    794 views | 0 replies
view all discussions