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

  • 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
    2735 views | 0 replies
  • Graph Builder, Line of Fit --> Access/display equations

    I'm using graph builder to show the trends of a response variable (Y) vs an input (X) for two different groups on the same chart.To this I add a "Line of Fit" for each group (shown in attached file) and now I want to be able to:1. display the equations (I can see how to display the RMSE, but not how to display the entire equation).2. use the fitting parameters in a JSL script to make a column base...

    charliem charliem
    Discussions |
    Apr 10, 2014 5:55 PM
    24546 views | 3 replies
  • manipulating text size and color

    Hi, I found that I can send text to a journal with a text box object:sample_tb = text box("Some text");sample_tb << journal();The scripting guide shows that there are optional arguments for a text box object, but I only found Justify Text, and Set Wrap.Are there other optional arguments for text box or a similar object where I can manipulate text size, color, font, etc.?Thanks.

    senatorx senatorx
    Discussions |
    Apr 10, 2014 8:45 AM
    10491 views | 1 replies
  • Is there a way to have a secondary y-axis in graph builder?

    Graph builder is turning out to be a great tool that I'm using more and more lately. I want to show two things simultaneously on this chart, as shown in the attachment: 1. Trend among means of the data (means taken within subgroups, with grouping variable on the x-axis) - with error bars to aid in interpretation. 2. As a further aid to interpretation, I want to show a histogram of the counts withi...

    charliem charliem
    Discussions |
    Apr 8, 2014 2:09 PM
    23016 views | 7 replies
  • CDF function in JSL

    Is there a cdf function in JSL that can return the percentile of a value x with a distribution defined by an array or a column in data table?I only found functions that return the percentiles for special distribution functions (normal, beta, gamma...), but I need t find out in an array of measured data what is the percentile of one measured value.

    jmper jmper
    Discussions |
    Apr 8, 2014 9:30 AM
    9091 views | 2 replies

Latest Discussions

  • 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
    2735 views | 0 replies
  • Box plot defaults

    I am making some box plots and I am wondering about the defaults (and more appropriately, how to change them). Where is it described how JMP chooses the box width (and how can it be changed, to a constant width). Also, is there any way to get the JMP to plot them in numeric order along the x-axis (JMP is plotting the values as 1, 10, 11, 12, 13....2, 3, 4,; I would like them plotted as 1,2,3,4,5,6...

    pickle pickle
    Discussions |
    Apr 7, 2014 11:56 AM
    3952 views | 1 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
  • How to mark same cluster groups on a PCA scoreplot

    I am fairly new to jmp and was wondering if there was a way in which I could label variables of the same cluster group on a PCA scoreplot (or any other plot involving PCA if that helps). I have already completed a cluster analysis and decided on the amount of clusters I am using, and have saved these cluster groups to my datasheet.Many thanks for any information providedEdit: I am aiming to highli...

    alexsheehy1992 alexsheehy1992
    Discussions |
    Mar 21, 2014 6:42 AM
    4956 views | 2 replies
  • JMP error: blocking ignored because cell counts were unequal

    Hi,I'm trying to do a fit Y by X and I have experimental blocks, but when I try to include them, I get this error:"Blocking ignored because cell counts unequal"I have 20 varieties of plants, 3 biological reps of each, and 3 technical reps of each (measurements)I want to fit the response (glucose release) to the factor (variety) and have nested blocks of bio & technical reps.My intention is to see ...

    odoyle81 odoyle81
    Discussions |
    Mar 19, 2014 11:20 AM
    4899 views | 4 replies

Latest Discussions

  • 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
    2735 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
  • Combining multiple screenings in Fit Model?

    Hello,     I've been using the Screening function to fit my data.  It's been working well for individual outputs but I haven't been able to figure out how to make a model with multiple outputs and have it screen for the best fit for each output.  The reason I would like to do this is to use the desirability function for multiple outputs, which has been pretty useful in determining the most ideal s...

    dil950 dil950
    Discussions |
    Jan 23, 2014 8:13 AM
    2341 views | 0 replies
view all discussions