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.

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

  • Custom design DOE with disallowed combinations - JMP 11

    HelloI am attempting to use the Custom Design DOE (Jmp 11) to setup an experiment.  There are three (3) factors: mux, words, and bpw and two responses (not shown).In my custom design, I designated mux as a 3-level discrete factor with values of 8, 16, and 32. Words as a continuous variable between 1024 and 32768.  And bpw as a continuous variable between 4 and 144, as per the requirements in the a...

    emman0101 emman0101
    Discussions |
    Nov 26, 2014 10:36 AM
    14060 views | 5 replies
  • Can proportion density figures be made with Graph Builder

    Any advice on how I can get JMP Pro to make proportion density figures using the Graph Builder?  These figures are useful for a manuscript I'm working on but I would like to be able to panel by different outcomes and time points by randomization assignment which can not be done in the oneway platform, example of them is here:Additional Examples of the Oneway PlatformIt would also be nice to be abl...

    teebahnson teebahnson
    Discussions |
    Nov 26, 2014 6:35 AM
    6482 views | 2 replies
  • Exception Handling in JMP 11

    Hi, Is it possible to use try()/throw() to look for specific JMP exceptions?I have a scheduler that updates several tables from several dynamic sources. I would like to catch things like missing files, columns, or incorrect data types and write them to a log.txt so that it's easy for me to look for and fix anything if the scheduler crashes. Similar to try and catch in java. I know the function log...

    v_r v_r
    Discussions |
    Nov 24, 2014 9:32 AM
    12847 views | 3 replies
  • How can I generate a non-linear line of best fit with multiple factor/X variables?

    I have three continuous factor variables I am looking to translate into one response variable. A linear best-fit line is not adequate enough for my results. Still looking at multiple regression analysis, but am having a difficult time generating a single line for each regression. Regression line 1 is three continuous X Variables to one response(also continuous) Y variable.Regression line 2 is the ...

    danjm87 danjm87
    Discussions |
    Nov 21, 2014 10:32 AM
    14110 views | 3 replies
  • How can I build a V List Box dynamically?

    Hi everyone,I need a window, that can be saved as Word document.At the moment the results are completely useless (as there are a few thousand graphs underneath each other on one page).  I figured out why my page breaks don't work.  The problem here is that I have to build the window dynamically.What I need to do is:New Window("MyTitle", // Create a new window    V List Box( // Stack everything on ...

    jan_solo jan_solo
    Discussions |
    Nov 20, 2014 6:53 AM
    9916 views | 1 replies

Latest Discussions

  • Can proportion density figures be made with Graph Builder

    Any advice on how I can get JMP Pro to make proportion density figures using the Graph Builder?  These figures are useful for a manuscript I'm working on but I would like to be able to panel by different outcomes and time points by randomization assignment which can not be done in the oneway platform, example of them is here:Additional Examples of the Oneway PlatformIt would also be nice to be abl...

    teebahnson teebahnson
    Discussions |
    Nov 26, 2014 6:35 AM
    6482 views | 2 replies
  • Splitting distribution in two, with selected median and sigma for each

    I've got a distribution of parts, for say their length in millimetres, roughly 5000 parts in total with the median of 3.53 (see below)
    What I want to do with this distribution of parts is essentially create 2 distributions from it and run 2 evaluations on each distribution. One distribution needs to have a median of 3.52 and the other 3.62, both with similar sigma's (0.28). Parts cannot go into bot...

    scott_87 scott_87
    Discussions |
    Nov 5, 2014 12:24 PM
    6397 views | 8 replies
  • how to use log scale on y axis of pareto plot?

    how to use log scale on y axis of pareto plot?I included my data and plot script. I was not able to change the y axis to log scale, I guess JMP did not enable it in background, just like the history of distribution plot.any approaches to work around?

    robust1972 robust1972
    Discussions |
    Nov 2, 2014 2:18 AM
    5663 views | 1 replies
  • Changing axis box width in graph builder

    Hello,I'm trying to stack vertically several graph in a journal in jsl. In order to get every graph perfectly aligned, I'd like to set the same width of the axis box on every graph. Whatever I do I am not able to modify the width of the axis box (whereas it works on Oneway graph for example). Any idea?Here is the scriptTempGraph2 = graph builder( Show Control Panel( 0 ), Variables( X( :Split ), ...

    ptijerome ptijerome
    Discussions |
    Oct 27, 2014 5:59 AM
    4042 views | 2 replies
  • constraints on 3 profile choice sets

    Hi,

    I am trying to set up a discrete choice experiment that compares 3 different drink types, and I would like each choice set to include three options - drink 1, drink 2, and drink 3 (whilst varying the attributes of each drink).

    Could anyone advise me on how this might be done in JMP?

    Thanks

    Jon

    Discussions |
    Oct 22, 2014 1:31 PM
    5785 views | 8 replies

Latest Discussions

  • What robust methods are common for Process Capability Indices for Non-Nornal distributions?

    In Europe, we found it common to use Cpkn as a non-normal Cpk metric, where mean was replaced with median, and stdev was replaced with IQR/1.35.   For some "regulatory" or "customer" reports, this seems to be accepted rather than the usual "torture the data until it says its normal" approach with transformations.   Does anyone have similar experience or better ideas?   (Note:  any use of capabilit...

    mclayton200 mclayton200
    Discussions |
    Jun 19, 2014 2:05 PM
    4858 views | 0 replies
  • Graph Builder Remove Variable

    Hello,I am trying to use jsl to remove the x-axis variable and replace it with a different one.  It looks like I should use the GraphBuilderBox <- Remove Variable() tool, but since I change the x-axis variable multiple times, I do not know its name and would like to use the Remove Variable(Role("X"), Position(1)) method, but this does not work.  Any assistance would be appreciated.Thank you,Martin

    Martin Martin
    Discussions |
    Apr 15, 2014 6:44 AM
    2734 views | 0 replies
  • How to calculate average (median) of a group of variables to get the eudlidean centre

    How would I calculate the shape of the average (using the median) of a variable from a group within a data set? I need a certain function for calculating the centre of gravity (centroid) or Euclidian centre of this group of variable.
    Many thanks!!

    alexsheehy1992 alexsheehy1992
    Discussions |
    Apr 2, 2014 12:17 PM
    4155 views | 0 replies
  • LD50 and LT50 calculation

    Hi everybody,I would want to calculate LD50 and LT50 from a dataset organized in 6 columns:- Name of the compound (I just got 1 compound named A)- Concentration of the compound (2 dilutions per compound)- Individual number (a fixed number of 10 individuals is used per assay)- State of the individual at the end of the experiment (1 = alive, 0 = dead)- Day death (experiment last 15 days)- Experiment...

    cecilia cecilia
    Discussions |
    Mar 5, 2014 8:13 AM
    5090 views | 0 replies
  • How to add "All pair Tukey-Kramer" & mean diamond in graph builder box plots?

    We can do as above simply using "Fit Y by X" with quantiles and compare means , however I can't find the way if I compile box plots using graph builder (especially when I need to compare more complicated box plots).Can anyone show some hints please? Thank you very much.

    Anonymous Anonymous
    Discussions |
    Mar 2, 2014 9:15 PM
    3401 views | 0 replies
view all discussions