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

  • Referencing Box Plot outliers checkbox in Graph Builder

    Hi,How can I reference the checkbox in the box plot option using jsl? I tried the following but doesn't work. Any Suggestions? checkboxes = nw << XPath("(//OutlineBox[text()='Plots']//OutlineBox[text()='Box Plot']//CheckBoxBox)"); checkboxes[N Items(checkboxes)] << Set All(0); Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "...

    Jackie_ Jackie_
    Discussions |
    Sep 8, 2023 6:35 AM
    1279 views | 3 replies
  • R square Adjusted for different factors

    Hello: I have a basic question on R square Adjusted.I ran an experiment with three continuous factors and measured the response.Below is the summary of Fit:This means that I was able to capture about 88% of variability in my response.One factor contribution was about 82% and rest was from the other factors and interaction. Now, I realized that I missed one factor to be included in the study. My qu...

    VarunK VarunK
    Discussions |
    Sep 8, 2023 5:23 AM
    2530 views | 2 replies
  • Nested DOE with continous factors?

    In many examples of nested DOE categorical effects are used. Is nesting also possible with a continuous effect that is scaled? Example: suppose one has five emulgators and also the emulgator concentration is a factor; however the concentration range is different for each emulgator. Is it possible to design the experiment with a scaled continuous concentration at three levels -1 0 +1? 

    frankderuyck frankderuyck
    Discussions |
    Sep 8, 2023 3:02 AM
    1853 views | 3 replies
  • Can I get elements in "Group Y" to "Y" in Graph Builder?

    The script below generates data similar to my actual data and plots the data in a layout similar to what I would like. Names Default To Here(1); clear log (); dt = Open("$SAMPLE_DATA/Probe.jmp"); // Combine columns 1 Data Table( "Probe" ) << Combine Columns(columns( :Lot ID, :Wafer Number ), Column Name( "LotWafer" ), Delimiter( "." )); // Combine columns 2 Data Table( "Probe" ) << Combine Columns...

    Neo Neo
    Discussions |
    Sep 8, 2023 12:01 AM
    2219 views | 5 replies
  • Error when Saving Project File

    I keep getting an error when trying to save a project file that says:Project has unsaved documents. All files in a project must be saved or closed before the project can be saved. at row 1629.One of my tables has 1629 rows, but it is already saved in the script a few lines above. I even tried manually saving each file again, then tried running the JSL to save the project, and I get the same error ...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 7, 2023 3:31 PM
    5689 views | 9 replies

Latest Discussions

  • Nested DOE with continous factors?

    In many examples of nested DOE categorical effects are used. Is nesting also possible with a continuous effect that is scaled? Example: suppose one has five emulgators and also the emulgator concentration is a factor; however the concentration range is different for each emulgator. Is it possible to design the experiment with a scaled continuous concentration at three levels -1 0 +1? 

    frankderuyck frankderuyck
    Discussions |
    Sep 8, 2023 3:02 AM
    1853 views | 3 replies
  • Possible to reference known values in Control Chart Builder?

    Hi JMP Community folks, good day to all. I am exploring Control Chart Builder as an option, due to the availability of Local Data Filter.Is it possible to reference columns directly from data table? (ultimately, I would like to write JSL to do so)[columns of Center Line (Mean), Sigma, and Low/High 1-/2-/3-sigma, are already pre-generated (for whatever reason) and part of data table ... see screens...

    BennyLee BennyLee
    Discussions |
    Sep 6, 2023 6:17 PM
    988 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
  • 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

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