cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 can I make 5>-1>=0.999 return the expected result of 0?

    Please ask a question: I was under the impression that JSL can be used to compare consecutively, for example: 5>-1>=0.999, but the running result is 1, what is the reason? Do I have to write 5>-1 & -1>=0.999?

    lehaofeng lehaofeng
    Discussions |
    Sep 6, 2023 5:47 PM
    1229 views | 2 replies
  • Adding lines of text between graphs in a Journal

    I have created a fairly extensive journal and would like to add lines of text between i.e., graphs, as this will help the users know what the following reports and graphs are about.  I have tried the following (a solution from a prior question in the forum): w1 = New Window ("Reports", <<Journal,
    hlb = H List Box(
    lub = Lineup Box(
    tb1 = Text Box( "************************ TEST TEXT *****************...

    RSantana RSantana
    Discussions |
    Sep 6, 2023 2:54 PM
    1019 views | 1 replies
  • Ordering the Y groups in the Graph Builder

    Hi, I have the following jsl script that populated GB plots based on the list's column values. The problem is that the plot's ordering is incorrect for some reason.Eg list 1 has the columns in the following order:List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; The loop swaps 1st column to the last; see below. Is there a workaround?  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/S...

    Jackie_ Jackie_
    Discussions |
    Sep 6, 2023 12:03 PM
    1058 views | 1 replies
  • 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
    1402 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
    704 views | 0 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
    1402 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
    704 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
    2005 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
    1496 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
    1038 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
    704 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
    638 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
    1020 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
    660 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
    624 views | 0 replies
view all discussions