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

  • How to recall the Random Seed Number?

    Hello, I made a Custom DOE design (RSM). and It was look like the above figure.However, I closed the dialog and just have the above figure.If I make the exact copy of the above Experimental order Table, and run the Fit model with the appropriate Terms, I might have the proper analysis result. However, I cannot have the pre-experimental Design Evaluation as above and so on.So, in this case where I ...

    MikeKim MikeKim
    Discussions |
    Oct 1, 2024 9:16 PM
    1372 views | 4 replies
  • JMP Application : access dynamic panel box child elements

    Hi,i am writing a app code which will dynamically create a textbox label and text edit box when user specifies how many is needed on button clicktextEditBoxList = {}; // global variable
    LoadSteps = function ({thisBox}, {Default Local}, steps_number = NumberEdit1 << Get; // get number of items from number edit box For(i=1, i<= steps_number,i++, textBox = Text Box("Step : " || Char(i)); text
    ...

    ComplexNerd ComplexNerd
    Discussions |
    Oct 1, 2024 9:14 PM
    577 views | 1 replies
  • How do I create a modal selection window with multiple selection

    Hello JMP community,I need some help with the following: I have a table (dt) with a nominal numeric column (Values). I would like to create a window that displays the sorted unique values of the Values column. Then I would like to select one or multiple values return those and pass them to a Select Where function.I am absolutely a beginner at JSL and your help is appreciated. To solve this issue, ...

    paul_vanoppen paul_vanoppen
    Discussions |
    Oct 1, 2024 7:26 PM
    1415 views | 3 replies
  • Avg & SD caluclation for multiple columns in JMP

    Hello, I'm quite new to JMP and looking for some advise how to performance below tasks:
    1. can JMP combine multiple files with multiple random tabs together into one data table?2. in the data table, how to calculate multiple columns (with the same column name and column number is random) average and standard deviation as two new columns?3. can I make a plot using +- 3 sigma as spec range, and other...

    qli107966 qli107966
    Discussions |
    Oct 1, 2024 7:16 PM
    1847 views | 1 replies
  • How to compare two depend variables with several independent variables

    Hello, JMP community,
     
    There are two variables (serum cytokine and chemokine) and three independent variables [Mice (1: male, 2: female), Experimenters(1: man, 2: woman), and Treatment (1: saline, 2: LPS)].
    I want to determine the relationships (statistical significance, such as P value) between two variables and each independent variable and their fixed factors, such as Mice✕Experimenter✕Treatment"...

    ScatterMarten13 ScatterMarten13
    Discussions |
    Oct 1, 2024 3:40 PM
    979 views | 2 replies

Latest Discussions

  • JMP Application : access dynamic panel box child elements

    Hi,i am writing a app code which will dynamically create a textbox label and text edit box when user specifies how many is needed on button clicktextEditBoxList = {}; // global variable
    LoadSteps = function ({thisBox}, {Default Local}, steps_number = NumberEdit1 << Get; // get number of items from number edit box For(i=1, i<= steps_number,i++, textBox = Text Box("Step : " || Char(i)); text
    ...

    ComplexNerd ComplexNerd
    Discussions |
    Oct 1, 2024 9:14 PM
    577 views | 1 replies
  • Avg & SD caluclation for multiple columns in JMP

    Hello, I'm quite new to JMP and looking for some advise how to performance below tasks:
    1. can JMP combine multiple files with multiple random tabs together into one data table?2. in the data table, how to calculate multiple columns (with the same column name and column number is random) average and standard deviation as two new columns?3. can I make a plot using +- 3 sigma as spec range, and other...

    qli107966 qli107966
    Discussions |
    Oct 1, 2024 7:16 PM
    1847 views | 1 replies
  • How to export time format from Excel to JMP?

    Hello, I have time format, mm-dd-yyyy hh:mm:ss, on excel. On JMP, it only shows mm-dd-yy format. I changed the format to m-d-y h:m:s on 'column info'.Still only mm-dd-yy appears on JMP.Could someone please help me with this? Thank you

    joepark joepark
    Discussions |
    Oct 1, 2024 12:21 PM
    890 views | 2 replies
  • Map Help

    Hello,  Ive created a map in graph builder, and dropped the population over color.  I am now looking create either points or markers that indicate specific locations on the map.  Is this possible? Can it be done with the Longitute/Latitude of the location? Can it be done with another code (zip, area, fips, etc).  Thank you for you help!

    ClusteredTable4 ClusteredTable4
    Discussions |
    Oct 1, 2024 10:54 AM
    758 views | 1 replies
  • Editing Limit and Average Lines per phase in Control Chart Builder

    I am attempting to hide the upper, lower, and average lines on a Control Chart in just one phase. In the past I have done this by Customizing the chart and setting the line width for the control line segment in the phase I'm looking to hide to '0'. For some reason, when I attempt to do this on the chart I'm working on now, changing anything about the lines during one phase changes the other phases...

    LoglinearSeal14 LoglinearSeal14
    Discussions |
    Oct 1, 2024 7:43 AM
    1305 views | 4 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
    618 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