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 plot subset of rows together with different subset of same rows?

    Note: I'm trying to do this with the interface only. Haven't tried scripting yet. 
    I have multiple objects that have a bunch of measurements within each object. There are 6 objects total, numbered 1-6. Per each object, there are a few dozen rows. And the columns list various attributes. The short version of what I want to achieve is that I'd like to have the grouping feature, but instead of one gro...

    Deez_Data Deez_Data
    Discussions |
    Mar 2, 2023 2:22 PM
    2452 views | 3 replies
  • Character to DateTime Conversion Help Needed

    Hi  I am attaching a sample single row table. Date1 column is character e.g. 03-Mar-22 12.13 PMie. DD-MMM-YY HH.MM am/pm Date2 has a datetime format I need a formula for especially Date1 to convert it into DateTime w/ desired format of MM/DD/YYYY HH:MM:SS am/pm(SS, seconds would be automatically zero ) My goal is to update a table based on a second one (or join) once I can 2 comparable datetime co...

    altug_bayram altug_bayram
    Discussions |
    Mar 2, 2023 1:51 PM
    5869 views | 10 replies
  • How to make Graph Builder use the specified row colors & markers over any other colors/markers?

    Hi there! I am having trouble with adjusting the graph builder markers and colors to match what I have customized in the JMP table. For some reason, it is showing that there are a rainbow of colors and symbols when on the table I specified only black and red for 2 distinct data sets.How can I get graph builder to:1) "clear" the default colors/symbols that are showing up in the saved graph?2) Read ...

    AU AU
    Discussions |
    Mar 2, 2023 12:05 PM
    4110 views | 7 replies
  • Insert contents of variable/expression rather than variable name into New Script

    It would be convenient to be able to assign an expression to a variable and then use that variable to insert the expression into a data table script using New Script.  dt = New Table("test dt"); anExpr = Expr( Show("Hello world.") ); dt << New Script("hello world", anExpr); Show(dt << Get Property("hello world"));However, when I try this, the script's content is only the variable name.  It works ...

    austinspencer austinspencer
    Discussions |
    Mar 2, 2023 11:26 AM
    2157 views | 4 replies
  • DOE for Nested Factors

    Hello!  I'm designing an experiment with 5 factors.  Factor X1 is Ingredient Type, a two-level categorical variable (Ingredient A or Ingredient B).  But we also want to investigate the concentration of both ingredients.  Ingredient A has a range of 5% to 20%, while Ingredient B has a range of 1% to 10%.  I can't include this as three independent factors.  I see two reasonable options:- Run two seq...

    chris_rigdon chris_rigdon
    Discussions |
    Mar 2, 2023 8:40 AM
    1841 views | 2 replies

Latest Discussions

  • How to plot subset of rows together with different subset of same rows?

    Note: I'm trying to do this with the interface only. Haven't tried scripting yet. 
    I have multiple objects that have a bunch of measurements within each object. There are 6 objects total, numbered 1-6. Per each object, there are a few dozen rows. And the columns list various attributes. The short version of what I want to achieve is that I'd like to have the grouping feature, but instead of one gro...

    Deez_Data Deez_Data
    Discussions |
    Mar 2, 2023 2:22 PM
    2452 views | 3 replies
  • How to make Graph Builder use the specified row colors & markers over any other colors/markers?

    Hi there! I am having trouble with adjusting the graph builder markers and colors to match what I have customized in the JMP table. For some reason, it is showing that there are a rainbow of colors and symbols when on the table I specified only black and red for 2 distinct data sets.How can I get graph builder to:1) "clear" the default colors/symbols that are showing up in the saved graph?2) Read ...

    AU AU
    Discussions |
    Mar 2, 2023 12:05 PM
    4110 views | 7 replies
  • DOE for Nested Factors

    Hello!  I'm designing an experiment with 5 factors.  Factor X1 is Ingredient Type, a two-level categorical variable (Ingredient A or Ingredient B).  But we also want to investigate the concentration of both ingredients.  Ingredient A has a range of 5% to 20%, while Ingredient B has a range of 1% to 10%.  I can't include this as three independent factors.  I see two reasonable options:- Run two seq...

    chris_rigdon chris_rigdon
    Discussions |
    Mar 2, 2023 8:40 AM
    1841 views | 2 replies
  • Bug? Excel add-in not loading combined cells properly

    In JMP 16.2, the Excel add-in doesn't merge combined cells as it happens with the Excel wizard. Let's create a table with combined cells (a common practice in Excel). [see attached] RowABCXYZ10.7762170.9834860.25715600020.9760180.9965870.68016510130.9525020.8645370.16730901040.1993490.3476250.2285311-1-150.1876440.8889050.94740700-160.4202030.4967390.786041-101 Using Excel-addin (preferences chang...

    FN FN
    Discussions |
    Mar 2, 2023 6:59 AM
    1439 views | 2 replies
  • I/O error when close a data table

    Hello, Recently I just installed JMP 15. Whenever I attempted to close a non-empty data table, the log will pop up with the following error message: "Save changes to the JMP Data Table Untitled 25?I/O problem.Untitled 25.jmp
    Unable to open in ReadWrite mode.
    The system cannot find the file specified." The table has nothing special. I just created a new one and type in random words in the cols;I hav...

    kanpiner kanpiner
    Discussions |
    Mar 2, 2023 4:50 AM
    4146 views | 5 replies

Latest Discussions

  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1079 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    794 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1603 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1632 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
view all discussions