cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Create a report window of graphs without spawning multiple graph windows

    Hello,  I have a datatable with hundreds of thousands of lines.  There is a run ID column, a column of device names (29 currently of interest), and a column of associated values.  So for each run there are multiple devices recording data, and I want to create run charts for each device with the run ID as the x-axis.  However, I have two issues that I can partially resolve individually, but not res...

    JDA JDA
    Discussions |
    Oct 17, 2022 7:14 AM
    1728 views | 1 replies
  • Measure exact distance having latitudes and longitudes

    Hello, I have some latitudes and longitudes and need to measure the exact distance between each pairs of nodes. By exact distance I mean a measurement close to what google maps shows. Is it possible to this in SAS JMP PRO?I have already tried Distance Tool Add-In but the distance metrics are not what I am looking for. Thanks,Azadeh 

    sadeghia sadeghia
    Discussions |
    Oct 14, 2022 9:48 AM
    1094 views | 1 replies
  • Create new column with formula saved as a variable in a script

    I am using a script to extract a predicted formula from some data that I have, I then modify that formula using substitution and would now like to make a new column using the modified formula. I think this is easy but when I try to script this the formula saved as a variable is not recognized. Any help would be greatly appreciated, please let me know if you need more information as well. //Script ...

    thedellette thedellette
    Discussions |
    Oct 14, 2022 4:36 AM
    2218 views | 4 replies
  • Creating per minute average values from 10 every second timestamp

    Hi,I have data appearing 6 times every 10 second and I want to convert that as a per minute data.  Can you please help me with that?   

    AlphaPanda86751 AlphaPanda86751
    Discussions |
    Oct 14, 2022 3:37 AM
    1215 views | 1 replies
  • Data Filter: you have to choose between "conditional" & "grouping"

    One can restrict an existing data filter further with the command:df << (Filter Column(:age) << Where(::age == 14));To add a new data filter group (standard setting: filter1 OR filter2)
    one can use:df << Add Filter(Columns(:age), Where(::age == 14));I just noticed that if the data filter is set to "conditional", it is not possible to add a new filter group.
    You can still use the code, but the action...

    hogi hogi
    Discussions |
    Oct 13, 2022 1:34 PM
    2003 views | 4 replies

Latest Discussions

  • Create a report window of graphs without spawning multiple graph windows

    Hello,  I have a datatable with hundreds of thousands of lines.  There is a run ID column, a column of device names (29 currently of interest), and a column of associated values.  So for each run there are multiple devices recording data, and I want to create run charts for each device with the run ID as the x-axis.  However, I have two issues that I can partially resolve individually, but not res...

    JDA JDA
    Discussions |
    Oct 17, 2022 7:14 AM
    1728 views | 1 replies
  • Measure exact distance having latitudes and longitudes

    Hello, I have some latitudes and longitudes and need to measure the exact distance between each pairs of nodes. By exact distance I mean a measurement close to what google maps shows. Is it possible to this in SAS JMP PRO?I have already tried Distance Tool Add-In but the distance metrics are not what I am looking for. Thanks,Azadeh 

    sadeghia sadeghia
    Discussions |
    Oct 14, 2022 9:48 AM
    1094 views | 1 replies
  • Creating per minute average values from 10 every second timestamp

    Hi,I have data appearing 6 times every 10 second and I want to convert that as a per minute data.  Can you please help me with that?   

    AlphaPanda86751 AlphaPanda86751
    Discussions |
    Oct 14, 2022 3:37 AM
    1215 views | 1 replies
  • Data Filter: you have to choose between "conditional" & "grouping"

    One can restrict an existing data filter further with the command:df << (Filter Column(:age) << Where(::age == 14));To add a new data filter group (standard setting: filter1 OR filter2)
    one can use:df << Add Filter(Columns(:age), Where(::age == 14));I just noticed that if the data filter is set to "conditional", it is not possible to add a new filter group.
    You can still use the code, but the action...

    hogi hogi
    Discussions |
    Oct 13, 2022 1:34 PM
    2003 views | 4 replies
  • Conditional Data Filter for modeling type Multiple Response ?

    A data filter looks slightly different if the modeling type of a column is "multiple response".
    What indicated by the (disabled) "any"? Please note that once a multi-response column is selected the option "conditional" gets disable.why?       

    hogi hogi
    Discussions |
    Oct 13, 2022 9:45 AM
    1670 views | 2 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    704 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    930 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    1133 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    812 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    938 views | 0 replies
view all discussions