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

  • Can anyone help correct a script?

    Hi all! I wrote a script years ago, and it has some flaws that I'm not sure how to correct. It's pretty simple. I take a single column of data and split it into 3-5 columns of as close to equal as possible. It's a weight column- things amongst friends. We get a number of things of various weights and try to split it between us. The problem I'm having is that I didn't incorporate a way to acknowled...

    StandardPanda11 StandardPanda11
    Discussions |
    Sep 26, 2024 9:33 PM
    737 views | 2 replies
  • Include() with Wildcards

    I have a main script that calls exterior JSL scripts depending on the content of a particular column.  The exterior JSL scripts themselves and their names are revised periodically to reflect spec changes.  Can wildcards be used with Include() to bypass any naming change to the script that gets called?

    SpannerHead SpannerHead
    Discussions |
    Sep 26, 2024 12:13 PM
    915 views | 2 replies
  • JMP 18 How to open uft-8 encoded py files?

    My JMP is already set to "gb2312".
    It can no longer choose the encoding to open this PY file the way it would open a txt file.
    And JMP does not run this PY code correctly.
    I don't want to set JMP to "utf-8". Thanks!

    lala lala
    Discussions |
    Sep 26, 2024 11:36 AM
    997 views | 2 replies
  • How to I enter an expression into simulator?

    Hi! I'm currently using the simulator function for a model that I've created. Most of my factors can be destribed as normal distributions, but one of them is actually ExGaussian.  Since this isn't one of the standard distribution selections, I've been trying to enter it as an expression, but when I hit the reset  button, nothing happens.  For illustration, here is a snip of the expression I've bee...

    lae lae
    Discussions |
    Sep 26, 2024 11:27 AM
    1276 views | 2 replies
  • Set Title of Graph Builder Charts

    I've written a script in JMP 18 which creates line charts in rows of 3 using 'graph builder', 'fit group'.  Basically, the tables contain measure values for 'analytes' in multiple 'bioreactors' over multiple 'time points'.  In JMP 18 I get a title for each chart, but a colleague using JMP 17 finds that the title is missing which renders the chart meaningless. I'm completely stumped!  Any suggestio...

    PatB PatB
    Discussions |
    Sep 26, 2024 8:01 AM
    2214 views | 7 replies

Latest Discussions

  • Can anyone help correct a script?

    Hi all! I wrote a script years ago, and it has some flaws that I'm not sure how to correct. It's pretty simple. I take a single column of data and split it into 3-5 columns of as close to equal as possible. It's a weight column- things amongst friends. We get a number of things of various weights and try to split it between us. The problem I'm having is that I didn't incorporate a way to acknowled...

    StandardPanda11 StandardPanda11
    Discussions |
    Sep 26, 2024 9:33 PM
    737 views | 2 replies
  • JMP 18 How to open uft-8 encoded py files?

    My JMP is already set to "gb2312".
    It can no longer choose the encoding to open this PY file the way it would open a txt file.
    And JMP does not run this PY code correctly.
    I don't want to set JMP to "utf-8". Thanks!

    lala lala
    Discussions |
    Sep 26, 2024 11:36 AM
    997 views | 2 replies
  • Bad Argument( Scriptable[] )

    Hello everyone,

    I have a problem with my script, i want to do a study :
    It's about filtering the IDs, avoiding IDs that are empty, equal to "-" or equal to "NOK". Then, these filtered IDs should be placed in a new table called dt_id_tri with the following columns: Ref Produit, Baie, and ID. After that, take a Ref Produit from the dataset and calculate the total number of duplicates (nb_total_doubl) ...

    Yass Yass
    Discussions |
    Sep 26, 2024 1:47 AM
    683 views | 1 replies
  • 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
  • Issue with associative arrays and default values

    Why is it not possible to specify an associative array as default value? create = Function( {x}, Associative Array( {{"value", x}} ) ); create(1); Associative Array(Eval List({ Eval List( {1, create(1)})})); // [1 => ["value" => x]] Associative Array(Eval List({ Eval List( {1, create(1)})}),2); // [1 => ["value" => x], => 2] Associative Array(Eval List({Eval List( {1, create(1)})}), create( ...

    hogi hogi
    Discussions |
    Sep 26, 2024 12:32 AM
    495 views | 1 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