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

  • Are there ways to have different, overlapping groups of columns?

    Hello - Are there ways to have multiple overlapping groups of columns? Right now, the best I can come up with is a script at the top right to select predefined columns, which is servicable until you have a bunch of scripts in addition to your grouping scripts, so if there's another way to do this, it would be nice.

    Thanks!

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 17, 2024 10:00 AM
    1131 views | 2 replies
  • How can I combine text strings that are in a different order?

    Hard to explain in words, but the attached file should clarify my problem.  I have data for a number of airplane tickets with originating (column ORIGIN) and terminating (column DEST) airports.  I also combined these to show the route.  But I want the route from A to B to be the same as the route from B to A.  Right now, this will appear as two different strings, for example ANC to ADK is distinct...

    dlehman1 dlehman1
    Discussions |
    Feb 17, 2024 7:14 AM
    2100 views | 4 replies
  • Count number of occurrences of specific words in a string

    Hello I'm looking to create a new column in my dataset that counts the number of times a specfic word appears in a string. The words are separated by "*" in each row. Example table:Animal List1  dog*dog*cat*bird*dog2  dog*dog*cat*bird*dog*dog  Output should beAnimal List                                        Dog Count1  dog*dog*cat*bird*dog                         32  dog*dog*cat*bird*dog*dog    ...

    agaddis agaddis
    Discussions |
    Feb 17, 2024 1:56 AM
    23197 views | 17 replies
  • Reordering the Factors and Response in the Contour Profiler

    When generating a Contour Profiler for a large number of Factors and Responses, I'd like to set the order of Factors and Responses as they appear in the Contour Profiler window. Is this possible through scripting or otherwise?

    mpavilonis mpavilonis
    Discussions |
    Feb 16, 2024 5:45 PM
    2069 views | 4 replies
  • Scripting "make into combined data table" of Fit Life By X with multiple groups

    I am trying to build a generic script for Fit Life By X and make into combined data table", as follows:flx = Fit Life by X( Distribution( Weibull ), Nested Model Tests( Location and Scale ), Y( :Name("Left"), :Name("Right") ), X( :d ), By(:Name ,:Location,:Street,:Apt,:Number), <<Fit Weibull, Use Transformation Scale( 0 ), Show Overlay by Levels( 1 ), <<Set Scale( Weibull, Simultaneous ),...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Feb 16, 2024 4:56 PM
    1461 views | 3 replies

Latest Discussions

  • Are there ways to have different, overlapping groups of columns?

    Hello - Are there ways to have multiple overlapping groups of columns? Right now, the best I can come up with is a script at the top right to select predefined columns, which is servicable until you have a bunch of scripts in addition to your grouping scripts, so if there's another way to do this, it would be nice.

    Thanks!

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 17, 2024 10:00 AM
    1131 views | 2 replies
  • Scripting "make into combined data table" of Fit Life By X with multiple groups

    I am trying to build a generic script for Fit Life By X and make into combined data table", as follows:flx = Fit Life by X( Distribution( Weibull ), Nested Model Tests( Location and Scale ), Y( :Name("Left"), :Name("Right") ), X( :d ), By(:Name ,:Location,:Street,:Apt,:Number), <<Fit Weibull, Use Transformation Scale( 0 ), Show Overlay by Levels( 1 ), <<Set Scale( Weibull, Simultaneous ),...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Feb 16, 2024 4:56 PM
    1461 views | 3 replies
  • Determine best fit and re-organize boxes and tables

    Hi, Is there a jsl way to identify the best fit for a particular parameter, generate capability analysis tables only for that model fit and then re-organize the display boxes only for the best fit in a new window (pictured below)? Also, can I maintain the functions?

     
    Here is what I tried: It works to an extend....

     Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );...

    Jackie_ Jackie_
    Discussions |
    Feb 16, 2024 11:35 AM
    867 views | 1 replies
  • Adding repeated measurements to a DOE

    I am currently trying to set up an experimental design using JMP PRO to study the impact of 3 variables on an extraction process. Two of these variables are continuous (pressure and concentration). The third variable is the amount of times I run my sample through the machine (from 1 to 4 times). How can I add this to my design in the most efficient way? I tried making an I-optimal RSM design but t...

    MathSalamander7 MathSalamander7
    Discussions |
    Feb 16, 2024 9:35 AM
    2887 views | 8 replies
  • Principal component regression

    Hello - I have been working with and using PCA in JMP for about four years now. Nothing fancy, but I feel very comfortable with a lot of the functionality. I've been using the PCs as factors for DoE, thinking I was some kinda smartie and came up with a new use case for PCA. Low and behold, I stumble across a Wikipedia page last week on principal component regression. Ha.

    Anyway, I have looked and l...

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 16, 2024 8:25 AM
    3907 views | 9 replies

Latest Discussions

  • Visualizing 2-way clustering

    Hello - I have a table of 180 factors. I have used the 2-way clustering to visualize the grouping in the dendrogram, which works really well for a few factors. Close to 200? Not so much, especially in a paper. In my mind, I have basically the K-means type plot of all of the factors clumped and colored. But this doesn't make sense for factors. Is there a way that to plot the clustering on a 2-D plo...

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 15, 2024 2:53 PM
    580 views | 0 replies
  • Help with JMP formula (IFERROR)

    My excel formula is: =+IF(AND(E98=1, E108=1), IFERROR(E121-E$128, "NA"), "NA"). E98 = 1. E108 = 1. E121 is a calculation that came out to .267993337. E128 is a calculation that came out to -0.2792984. How can I re-create that formula in JMP? I'm trying with no success. 

    UpliftElk866 UpliftElk866
    Discussions |
    Feb 13, 2024 12:19 PM
    679 views | 0 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    706 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    759 views | 0 replies
  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    936 views | 0 replies
view all discussions