cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to write .jmp files with JMP python

    Hi,   I am using JMP19.1.1 I see examples of how to use JMP or JSL to open files, add jsl scripts for plotting and then run them. Are there examples to use JMP Python to open csv files and write .jmp files with charts in them?   What do people do?    Adrian

    AdrianBWeissman AdrianBWeissman
    Discussions |
    Jun 3, 2026 8:17 AM
    90 views | 7 replies
  • Get predicted values or prediction formula log linear model

    I am trying with several ways to get the prediction formula or the values in my table after this code and it doesn't give it.   model = dt << Fit Model( Y( :RSF ), Effects( :BH ), LogVariance Effects( :Category & LogVariance ), Personality( "Loglinear Variance" ), Run(Save Prediction Formula), SendToReport( Dispatch( {"Loglinear Variance Fit", "Mean Model for RSF"}, "Fixed Effect Tes...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Jun 3, 2026 4:46 AM
    39 views | 1 replies
  • パラメータ設計のアドイン

    以前、タグチメソッドのパラメータ設計が実施できるアドイン HOPEやSRPDを使用していたのですが、以前配布していただいたアドインは現在のver19には対応していないようでアドインを入れることが出来ませんでした。最新版はもう開発されていないのでしょうか?もしくは別のアドイン、JMPの標準機能で実施可能になっているのでしょうか?どなたか情報をお持ちの方に教えていただきたいです。宜しくお願いいたします。

    Katsuyuki Katsuyuki
    Discussions |
    Jun 3, 2026 1:17 AM
    89 views | 2 replies
  • 標準偏回帰係数の95%信頼区間の出し方

    回帰分析を行って出力された「パラメーター推定値」の部分に関して、標準偏回帰係数(標準β)は表示できますが、標準偏回帰係数の95%信頼区間を表示させる方法が分かりません。この方法をご存じの方がいらっしゃったら、ご教示いただけますと幸いです。 よろしくお願いいたします。   P.S.「標準偏回帰係数=偏回帰係数x(説明変数の標準偏差/目的変数の標準偏差)」を用いて標準偏回帰係数の95%信頼区間を計算できるのではないかと考え、試しに「一変量の分布」から得られた「説明変数の標準偏差」と「目的変数の標準偏差」を用いて標準偏回帰係数(標準β)を求めてみましたが、レポート上の標準偏回帰係数(標準β)の値と少し異なっていました。

    toukei_kaiseki toukei_kaiseki
    Discussions |
    Jun 2, 2026 6:20 PM
    153 views | 6 replies
  • Is it possible to have the "Show Embedded Log" pane open automatically whenever a new Python Editor is created?


    I couldn't find this option in the settings. Thanks!

    lala lala
    Discussions |
    Jun 2, 2026 1:30 AM
    190 views | 10 replies

Latest Discussions

  • How to write .jmp files with JMP python

    Hi,   I am using JMP19.1.1 I see examples of how to use JMP or JSL to open files, add jsl scripts for plotting and then run them. Are there examples to use JMP Python to open csv files and write .jmp files with charts in them?   What do people do?    Adrian

    AdrianBWeissman AdrianBWeissman
    Discussions |
    Jun 3, 2026 8:17 AM
    90 views | 7 replies
  • 標準偏回帰係数の95%信頼区間の出し方

    回帰分析を行って出力された「パラメーター推定値」の部分に関して、標準偏回帰係数(標準β)は表示できますが、標準偏回帰係数の95%信頼区間を表示させる方法が分かりません。この方法をご存じの方がいらっしゃったら、ご教示いただけますと幸いです。 よろしくお願いいたします。   P.S.「標準偏回帰係数=偏回帰係数x(説明変数の標準偏差/目的変数の標準偏差)」を用いて標準偏回帰係数の95%信頼区間を計算できるのではないかと考え、試しに「一変量の分布」から得られた「説明変数の標準偏差」と「目的変数の標準偏差」を用いて標準偏回帰係数(標準β)を求めてみましたが、レポート上の標準偏回帰係数(標準β)の値と少し異なっていました。

    toukei_kaiseki toukei_kaiseki
    Discussions |
    Jun 2, 2026 6:20 PM
    153 views | 6 replies
  • Is it possible to have the "Show Embedded Log" pane open automatically whenever a new Python Editor is created?


    I couldn't find this option in the settings. Thanks!

    lala lala
    Discussions |
    Jun 2, 2026 1:30 AM
    190 views | 10 replies
  • Date format issue when pasting from clipboard as "Paste with Column Names" (Day and Month swapped)

    Hi everyone, I am having trouble pasting data from the clipboard into JMP. My source data uses the European date format (DD.MM.YYYY). When I paste the data, JMP misinterprets the dates using the US format (MM.DD.YYYY). For example, 04.05.2026 (May 4th) is incorrectly imported as April 5th. This happens for all days below the 13th of a month.  And the column is formated as Nominal.  Is there a way ...

    Heinrich Heinrich
    Discussions |
    Jun 2, 2026 12:12 AM
    184 views | 4 replies
  • How to Automatically Refresh JMP Charts When SQL Data Updates

    I have connected JMP to my SQL database and created several charts based on this data. However, I would like to ensure that my charts always reflect the most up-to-date information from the database. What is the best way to refresh or update the data in JMP so that my charts automatically reflect any new or updated records in the SQL database? I heard a custom scrip would help. But I do not know h...

    Hettikan Hettikan
    Discussions |
    Jun 1, 2026 11:49 PM
    116 views | 4 replies

Latest Discussions

  • Simulation de Monte-Carlo - Profileur

    Bonjour, A quoi correspondent les lignes rouges (en trait plein) dans les graphiques du profileur de défauts ? En fait, parfois il y a 2 lignes rouges  qui se coupent et quand on ajoute les ordonnées d'un point de l'une des deux lignes rouges avec l'ordonnée d'un point de même abscisse mais de l'autre ligne rouge  on obtient l'ordonnée d'un point de la ligne noire. Le learnbot n'a pas su me répond...

    rugolf rugolf
    Discussions |
    Jun 1, 2026 9:04 AM
    71 views | 0 replies
  • JMP Live Local Data Filter Auto Update off by default?

    I've published a JMP Live report and realized the Auto-Update is true/on by default in Local Data Filter. Is there an option to turn that off by default?? This will be very helpful as I don't have to uncheck it every time I load the report. When multi-selecting the filters, I often realize after selecting first option since it tries to re-load the entire report and it takes time to reload with lar...

    DarthYoda DarthYoda
    Discussions |
    May 29, 2026 10:11 PM
    75 views | 0 replies
  • Graph Builder line plot: Loss of detail at smaller frame sizes

    When graphing line plots at smaller frame sizes, data points seem to be omitted or summarised and detail lost. Attached are screenshots from the same measurement graphed four times, each time halving frame size, exported to PDF and then scaled up to the same height. As PDF is vector-based, the graphs should be scaled versions of each other, like the text of the axis title, but clearly they are not...

    PathReindeer523 PathReindeer523
    Discussions |
    May 26, 2026 5:48 AM
    125 views | 0 replies
  • Bayesian Optimization: Maximize MaxPro Criterion

    Hi dear Community and JMP experts, I'm confused by the denomination of one of the option in the batch customizer for Bayesian Optimization. One of the option is called Maximize MaxPro criterion in Bayesian Optimization platform. The Help in this section mentions: "This option is a model-free exploration of the factor space that avoids replication of any of the factor settings in both the training ...

    Victor_G Victor_G
    Discussions |
    May 26, 2026 2:39 AM
    143 views | 0 replies
  • "Replace missing with previous value" for multiple column selection on JMP19

    Previous versions of JMP would let users select multiple columns and use the "Replace missing with previous value" option from the right-click drop-down menu, applying the function to all columns selected. With JMP19, I can only do it if I select one column at a time. Is there a way to keep doing with with multiple columns selected? 

    AcceptanceOwl96 AcceptanceOwl96
    Discussions |
    May 13, 2026 9:59 AM
    222 views | 0 replies
view all discussions