cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • MFI: load some rows

    For multi file import, is there an option to load just a limited number of rows? #lines To Read#last line 

    hogi hogi
    Discussions |
    Sep 6, 2023 8:14 AM
    1026 views | 3 replies
  • Discrete Choice Experiment: Prohibited Combination

    Hi everyone,I would like to design my first DCE. I am going to use 6 attributes that differ in the levels from 2 to 4 levels. However, I have a limitation where there is an impossible combination that may appear; for example, the cheapest product would not be possible to have the best feature. Is there any way for me to select the prohibited combination? Or, is the D-optimal design will always cal...

    andikawp andikawp
    Discussions |
    Sep 6, 2023 7:11 AM
    507 views | 0 replies
  • Is there a way to get which shape file column can be linked to or to which graph builder's Map Shape has been linked to?

    Is there any way how I could get the information which shape file is being currently used in my graph builder / to which shape file my column is / could be linked to? In my example I think it is linked to $MAPS/US-State-Name.jmp.  Names Default To Here(1); dt = Open("$SAMPLE_DATA/CrimeData.jmp"); gb = dt << Graph Builder( Size(534, 456), Show Control Panel(0), Variables(Shape(:State)), Elemen...

    jthi jthi
    Discussions |
    Sep 5, 2023 10:59 PM
    772 views | 1 replies
  • Graph legend color pallete align with default

    When I build a graph in JMP there is a default color palette (JMP Default).   It's based on the order, alphabetical I think. Sometimes I need to adjust the colors, but I would still like them to be the same as the default colors.  So for instance in 1 case I have 3 lines in my top graph (blue red green) and three lines in my bottom graph (purple orange....teal?).  And I want to change the 3 lines ...

    Evan_Morris Evan_Morris
    Discussions |
    Sep 5, 2023 10:02 PM
    1388 views | 3 replies
  • Setting up a Nested and Crossed MSA Gauge R&R Analysis

    I have a Gauge R&R study that I have questions about analyzing in JMP Pro 17.1.  First I’ll give the full background and then I’ll ask the questions.  (This is a long post) Background and Setup: In this study we have 2 operators and 3 machines (called BuildMachine), each of which produces 3 parts for a total of 9 parts.  Each operator measures all 9 parts three times. This means (I believe) that t...

    LEP LEP
    Discussions |
    Sep 5, 2023 2:58 PM
    4187 views | 9 replies

Latest Discussions

  • MFI: load some rows

    For multi file import, is there an option to load just a limited number of rows? #lines To Read#last line 

    hogi hogi
    Discussions |
    Sep 6, 2023 8:14 AM
    1026 views | 3 replies
  • Discrete Choice Experiment: Prohibited Combination

    Hi everyone,I would like to design my first DCE. I am going to use 6 attributes that differ in the levels from 2 to 4 levels. However, I have a limitation where there is an impossible combination that may appear; for example, the cheapest product would not be possible to have the best feature. Is there any way for me to select the prohibited combination? Or, is the D-optimal design will always cal...

    andikawp andikawp
    Discussions |
    Sep 6, 2023 7:11 AM
    507 views | 0 replies
  • Graph legend color pallete align with default

    When I build a graph in JMP there is a default color palette (JMP Default).   It's based on the order, alphabetical I think. Sometimes I need to adjust the colors, but I would still like them to be the same as the default colors.  So for instance in 1 case I have 3 lines in my top graph (blue red green) and three lines in my bottom graph (purple orange....teal?).  And I want to change the 3 lines ...

    Evan_Morris Evan_Morris
    Discussions |
    Sep 5, 2023 10:02 PM
    1388 views | 3 replies
  • Using Parse in contain

    Hi,I am trying to iterate through the list and get the values from the summary_tb into the lists L1, L2, L3 if contained in Lists 1,2,3,4. I am stuck with Prase(lists[j]). Any advice? Thanks   dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"}; List3 = {"INM1", "INM2", "VPM1", "VPM2",...

    Jackie_ Jackie_
    Discussions |
    Sep 4, 2023 6:03 PM
    1058 views | 4 replies
  • Problem creating ridgeline plot

    Hello, I've been trying to create a ridgeline plot based on the instructions of https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/example-of-an-overlaid-histogram-and-ridgeline-chart.shtml , but when I follow the steps, I get a result like this:  I'm wondering what I need to do to fix it so that I can get my graph to look like this: Version of JMP: JMP® Pro 17.0.0
    Any help is appreciate...

    zachmill zachmill
    Discussions |
    Sep 4, 2023 4:44 PM
    752 views | 1 replies

Latest Discussions

  • Discrete Choice Experiment: Prohibited Combination

    Hi everyone,I would like to design my first DCE. I am going to use 6 attributes that differ in the levels from 2 to 4 levels. However, I have a limitation where there is an impossible combination that may appear; for example, the cheapest product would not be possible to have the best feature. Is there any way for me to select the prohibited combination? Or, is the D-optimal design will always cal...

    andikawp andikawp
    Discussions |
    Sep 6, 2023 7:11 AM
    507 views | 0 replies
  • Multivariate Analysis

    Using Multivariate Analysis to study the pattern of any specific issue (e.g. water consumption of different states in a country). From T2 plot for abnormal observations we get contribution plot that shows which states are highest contributor. The Contribution plot here shows only the name of contributors. If it possible to indicate in numeric value [How much water each state is consuming]?

    Chitranshu Chitranshu
    Discussions |
    Sep 4, 2023 3:01 AM
    501 views | 0 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    718 views | 0 replies
  • Cannot get Virtual Lab to run well on iPad. IPad on iOS 17

    The option to go to fonts aA to run in mobile mode just spins and spins.  Cannot get Citrix in the regular mode to work well, freezes, etc, especially when switching screens.  Trying to take the online course with video & Virtual Lab.  JMP version on Citrix is 17

    Bbrown Bbrown
    Discussions |
    Aug 30, 2023 12:53 PM
    446 views | 0 replies
  • bivariate normal distribution

    How can I draw a bivariate normal distribution in JMP?Are there any tests for determining the multivariate normal distribution in JMP?

    A-Ebrahimi A-Ebrahimi
    Discussions |
    Aug 26, 2023 7:49 AM
    440 views | 0 replies
view all discussions