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.

JMP Knowledge Base

Choose Language Hide Translation Bar

Featured Items

Latest Posts

  • IF文などで条件式を入力したとき、"名前が解決できない" というエラーが表示されるときの対処方法

    条件式の中の文字値は、ダブルクォーテーション (" と ") で囲む必要があります。 文字値が " " で囲まれていないときにこのようなエラーが表示されます。 正しくない例 正しくない例

    正しい例 正しい例

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Feb 6, 2025 2:09 PM
    177 views | 0 replies
  • JMP INとJMPアカデミック版との違い

    JMPアカデミック版とJMP INの違いについては、 製品比較 をご参照ください。 JMP INの販売は終了しました。学生の方は、 JMPアカデミック版 の購入をご検討ください。

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Feb 6, 2025 2:09 PM
    112 views | 0 replies
  • JMPの学生用の製品はありますか

    学生用のソフトウェアとしてJMP INがあります。JMP INについては、 JMP IN のページを参照ください。 JMP INの販売は終了いたしました。学生の方は、 JMPアカデミック版 の購入をご検討ください。

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Feb 6, 2025 2:08 PM
    72 views | 0 replies
  • The preference Hide ODBC Connection Strings changes sporadically

    Issue

    When certain queries are run in JMP, the preference Hide ODBC Connection Strings is changed automatically. This is most noticeable with slower-performing queries. 

    Workaround

    Attached is a script to help us track when this change occurs. Making this script a startup script will present a non-modal window, indicating the preference is changed. It will also indicate when it is changed if viewi...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Feb 4, 2025 1:46 PM
    256 views | 0 replies
  • Database table scripts (Update from Database, Modify, etc.) or .jmpquery files stop working

    Problem Database table scripts (Update from Database, Modify, etc.) or .jmpquery files stop working. These table scripts may also produce an error indicating the column, or table could not be found.    Solution   For JMP 17.0 When the preference: File > Preferences > Tables > Hide ODBC Connection String (Windows) and JMP > Settings > Tables > Hide ODBC Connection String (macOS) is selected, JMP re...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Jan 31, 2025 12:29 PM
    2174 views | 0 replies
  • How to specify a third-party payer in the JMP Store

    Some organizations require that payment for software licenses be paid by a third-party on behalf of the company.  The JMP Store supports this through separate shipping and billing details. During checkout, simply uncheck the “My billing and shipping address are the same” checkbox to enter the third-party payer’s billing address and payment details at the Review & Payments step. After completing t...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Dec 16, 2024 5:19 AM
    909 views | 0 replies
  • JMP Trial FAQs

    What are the system requirements for downloading a free trial? Whether you are a Mac or Windows user, system requirements are located here in our support pages.   How do I request a JMP 30-day trial? You can request a trial here.   After I complete the registration form, how will I get access to the trial? An email will be sent to the address you provided on the registration form. It contains in...

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Dec 13, 2024 10:31 AM
    4414 views | 1 replies
  • In the JMP® 18.0 Functional Data Explorer, the Peak editor table does not update if launching Peak Finding after another model

    In JMP® 18.0 Functional Data Explorer (FDE), the peak finding table will not update properly if another modeling option is first launched. The issue has been fixed in the JMP 18.1 release.   A workaround in version 18.0 is to remove the other modeling report from the Functional Data Explorer window. As an example: dt = Open("$SAMPLE_DATA/Functional Data/NMR DoE.jmp"); obj = dt << Functional Data ...

    sseligman sseligman
    JMP Knowledge Base |
    Nov 25, 2024 1:45 PM
    339 views | 0 replies
  • JMP® Clinical 17.2 becomes unresponsive when running the Algorithmic FDA Medical Query Risk Report

    When running the Algorithmic FDA Medical Query Risk Report, JMP® Clinical 17.2 may stop responding. This issue was fixed in the JMP® Clinical 18.0 release.

    sseligman sseligman
    JMP Knowledge Base |
    Nov 25, 2024 1:33 PM
    337 views | 0 replies
  • Kaplan-Meier法による生存曲線を描いた際、ある年数や月数での生存率(5年生存率など)を算出する方法

    Kaplan-Meier法によるあてはめのレポートには「組み合わせ」や、グループ変数に指定した列があれば、その列のグループ名に相当するレポートが表示されます(青い三角ボタンをクリックすると、これらの表が開きます)。
    ここから生存日数や年数のある値のときの生存率を確認することができます。   また、たとえばイベントまでの時間が5年のときの生存率を知りたい場合、 5年ちょうどにイベントや打ち切りが発生していないときは、上記の表には表示されません。
    このときは、5年未満で最も近いイベントが起きたときの生存率をみることになります。     この「組み合わせ」表での1年生存率(生存日数が365日のときの生存率)は、365日未満で最も近いイベントが357日になるため、この日数の欄に表示される生存率(=0.1848) になります。

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Nov 7, 2024 7:17 AM
    938 views | 0 replies
  • Col Mean関数で除外された行を計算に含めずに平均値を計算する方法

    Col Mean関数等の関数は、JMPでは事前計算関数と呼ばれています。これらの事前計算関数は行の除外の属性を無視するので、除外された行が計算に含まれます。
    この動作については、JMPのオンラインヘルプに記載がありますので、詳細は以下をご参照ください。   事前計算される統計量   上述のとおり、Col Mean関数での計算結果には、除外された行が計算に含まれます。 除外された行を計算に含めずに平均値を得るには、「一変量の分布」プラットフォームを使用する方法があります。   どうしてもCol Mean関数で除外された行を計算に含めずに平均値を得たい場合には、Col Mean関数のBy変数に、Excluded( Row State() )を指定する方法があります。 Excluded( Row State() )は、現在の行が除外されている場合は1、除外されていない場合は0を戻しますが、これ...

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Nov 7, 2024 7:02 AM
    587 views | 0 replies
  • Install JMP® 18 and higher on Mac

    The following is a step-by-step guide for sites that want to provide their users with instructions to install JMP® on their machines. Note: This JMP Note is not intended to address any environmental or system-related issues that might arise during installation. If any deviations are encountered during the installation, verify whether you are running a version of JMP supported by your operating sys...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Nov 6, 2024 6:13 AM
    2392 views | 0 replies
  • Install JMP® 18 and higher on Windows and Windows Server operating systems

    The following is a step-by-step guide for sites that wish to provide users with instructions to install JMP® on their machines. Note: This JMP Note is not intended to address any environmental or system-related issues that might arise during installation. If any deviations are encountered during the installation, verify whether you are running a version of JMP supported by your operating system as...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Nov 6, 2024 5:47 AM
    5961 views | 1 replies
  • 18.1 Installer: Modify and Repair options break JMP's Python integration

    Background

    Updating JMP 18 will break the Python Integration using Repair or Modify to install. Repair and Modify do not properly install the DLLs (Python files) folder needed to run the Python integration in JMP 18. 

    Solution

    Uninstall JMP 18 from your machine. Re-install the JMP 18 update (e.g., 18.1). Doing so will avoid the "Modify, repair, or remove the program" dialog. These steps will prope...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Oct 1, 2024 7:28 AM
    1547 views | 3 replies
  • CVE-2021-44228 (Log4Shell Log4j) vulnerability in JMP® products

    JMP products use Java to connect to SAS® applications on remote systems. The Log4j file is used only in the SAS® Integration Technologies option that is used to connect JMP to SAS. If this option was not checked during installation (the default selection is unchecked), Log4j files should not be present on the system.   JMP® 18.0 Java support has been removed in JMP 18. No Log4j vulnerability is pr...

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Aug 15, 2024 12:14 PM
    1927 views | 0 replies
  • My JMP Login FAQ

    What is My JMP?Is a My JMP login different from my JMP Community login?What information is required to set up a My JMP ID?Where do I specify a password?I did not receive an email with a verification code when creating an accountI did not receive an email with a verification code to loginI am getting an error attempting to login: "Check your entry. If you still can't log in, contact your My JMP adm...

    Ryan_Gilmore Ryan_Gilmore
    JMP Knowledge Base |
    Jul 3, 2024 9:31 AM
    10578 views | 0 replies
  • JMP Alert after completing email verification: No software authorizations found for JMP

    Upon launching JMP and completing the email verification, the following JMP Alert window might appear: The message indicates that your email address has not been granted access to JMP 18 at this time. 

    If you believe that you should have access to JMP 18, please contact your JMP Software Administrator or the person who is responsible for your JMP license to request access. Details about managing u...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Jun 25, 2024 4:54 AM
    1443 views | 0 replies
  • JMP 18 Deployment Guide

    The JMP 18 Deployment Guide has been added to the Administrator Knowledge Base. It can be found here.

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Jun 5, 2024 1:31 PM
    1902 views | 0 replies
  • Problem Note 52261: New instance of JMP® is opened each time a new file is opened

    Issue Description Sometimes when a JMP file, such as JMP, JSL, JRN, JRP, etc., is opened by double-clicking it in Windows Explorer, a new instance of JMP may open. This could cause many different JMP sessions to be open at once. The preferred response is to have the JMP file open in the existing instance of JMP. To correct this, users should ensure that JMP is the preferred program to open these f...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    May 21, 2024 9:31 AM
    5786 views | 4 replies
  • Help Menu reorganized in JMP® 18

    Summary The JMP Help menus are reorganized in JMP 18. The changes are part of an initiative to simplify and reorganize the menus, making it easier for new users to quickly get up and running in JMP.

    What's Changing The order of menu options has been reorganized into a more logical flow to make finding and selecting documentation and getting help easier for new users.Search JMP is now the first opt...

    Duane_Hayes Duane_Hayes
    JMP Knowledge Base |
    May 14, 2024 7:47 AM
    689 views | 0 replies
  • How to apply an updated JMP® license

    JMP® licenses are now stored at my.jmp.com. The site representative for each account is able to view and download license files for each version and operating system. JMP licenses are version and operating system-specific.   To obtain an updated JMP license file: Log in to my.jmp.com with the site representative's My JMP IDClick the "Manage Software" section.Use the table to determine the Version ...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    May 2, 2024 7:23 AM
    17416 views | 0 replies
  • Managing Vulnerabilities in JMP® Software Engineering

    JMP strives to release software resistant to misuse and cybersecurity threats.  JMP utilizes third-party software to enhance its usability and functionality, and is reliant on these organizations to release accurate and timely information about vulnerabilities identified in their software.    When vulnerabilities in third-party software are identified, JMP attempts to apply the vulnerability solut...

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Apr 23, 2024 12:28 PM
    1238 views | 0 replies
  • In Response Screening platform, labeling in Means Differences report is incorrect with a character grouping column

    When a character Grouping column is defined in a Response Screening analysis, the labeling in the Means Differences report is incorrect. Only a single group label appears (repeating values are suppressed), making the user think that all comparisons are from one group.   For example, running this script:   dt = Open("$Sample_Data/Big Class.jmp"); Response Screening( Y( :height ), X( :age ), Grou...

    sseligman sseligman
    JMP Knowledge Base |
    Mar 13, 2024 1:54 PM
    418 views | 0 replies
  • Launching the JSL Debugger might result in time out and unknown errors

    When the JSL Debugger is launched, a second instance of JMP® is created. The two JMP instances communicate with one another using sockets. Due to various VPN and firewall settings, the launching of the JSL Debugger may be blocked. In these instances, you might see the following error messages: Time out encountered attempting to connect to the JSL Debugger GUI. Unknown error encountered during the ...

    Dahlia_Watkins Dahlia_Watkins
    JMP Knowledge Base |
    Mar 6, 2024 8:32 AM
    484 views | 0 replies
  • JMP® sample data table "Boston Housing.jmp" removed

    Beginning with JMP® 18, the Boston Housing sample data table has been removed from the JMP Sample Data folder. It is also no longer referenced in the JMP documentation. This change is due to some of the data being discriminatory, unethical, and unfair. The following data tables have been identified as alternatives for regression examples: Diabetes, Liver Cancer, Body Fat, Fishing, and VA Lung Canc...

    Duane_Hayes Duane_Hayes
    JMP Knowledge Base |
    Feb 15, 2024 8:41 AM
    788 views | 0 replies