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

  • Calculation across rows

    Is it possible to do calculations across rows. How for instance do I:devide a number i column A, row 1 with a number in column B, row 2?calculate the standard deviation of the numbers in column A, which fulfill a criteria based on the content on column B (not via the "X By Y", but directly in the table).Convert row to columns, that is create a column for each value in column A, with the value in c...

    JesperJohansen JesperJohansen
    Discussions |
    May 14, 2013 2:02 AM
    16621 views | 5 replies
  • How do you change font settings of labels in the "Group X" section in the graph builder?

    I have several categories in the group X (and group Y) sections, in the graph builder. And I'd like to decrease the size of the font for these so that the text fits better. Is there any way to do this? I've checked the documentation and it indicates how to change the font of axis labels, but not group labels. Thanks in advance.

    aland aland
    Discussions |
    May 9, 2013 9:52 AM
    15388 views | 2 replies
  • Negative variances?

    I'm trying to fit a model to data. I add "Random" attribute to all my model effects. My problem is that I some times get negative variances in my output. How can this be?Since variances cannot be negative, what does that tell me?Is it an error in JMP or am I misunderstanding something?Where can I access the exact mathematical formulas used by JMP?

    JesperJohansen JesperJohansen
    Discussions |
    May 8, 2013 11:28 AM
    7086 views | 7 replies
  • How to determine min and max of axis using JSL?

    Hi

    Does anyone know how to determine the min and max values for an axisbox? There are Min ans Max messages but these only allow you to set the values - I need to read them.

    Thanks

    Discussions |
    Apr 30, 2013 7:07 AM
    4674 views | 4 replies
  • JSL - Multiselect from a list to insert in a SQL request

    Hello, I have a little problem,I created a list then a list box to can select differents values from this list, I would like to insert my selection of values in a SQL request.But it doesn't work, here is my script :choice = {"rouge","vert","bleu", "jaune"};
    recall_flag = 0;          NW=New Window("Test",
                         H List Box( Text Box( "choose colors" ), y = List Box( choice ) ),
             ...

    antoinesofradir antoinesofradir
    Discussions |
    Apr 29, 2013 6:20 AM
    11764 views | 7 replies

Latest Discussions

  • Negative variances?

    I'm trying to fit a model to data. I add "Random" attribute to all my model effects. My problem is that I some times get negative variances in my output. How can this be?Since variances cannot be negative, what does that tell me?Is it an error in JMP or am I misunderstanding something?Where can I access the exact mathematical formulas used by JMP?

    JesperJohansen JesperJohansen
    Discussions |
    May 8, 2013 11:28 AM
    7086 views | 7 replies
  • How to determine min and max of axis using JSL?

    Hi

    Does anyone know how to determine the min and max values for an axisbox? There are Min ans Max messages but these only allow you to set the values - I need to read them.

    Thanks

    Discussions |
    Apr 30, 2013 7:07 AM
    4674 views | 4 replies
  • How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")

    Does anyone know if JSL can format time in columns as "yyyy-mm-dd hh:mm:ss", that is a space between the dd and hh and not the capital "T" that JMP wants to insert?  I have tried this, but it ends up converting to serial, exactly not what I want of course.  Likewise, I do not like that capital "T" stuff that JMP does period.  The format I've mentioned is highly used in industry and I'm hoping JSL/...

    djhanson djhanson
    Discussions |
    Apr 26, 2013 1:48 PM
    6052 views | 4 replies
  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4127 views | 0 replies
  • JMP 10 multicore threading, memory allocation

    I'm running JMP 10 and am having some issues with performance. Monitoring system performance during creating a Space-filling Latin Hypercube DOE shows that CPU usage is at 25% and approximately 1 GB of RAM remains free. Is there a way to encourage multicore threading and high memory usage to speed up such calculations? In addition, it seems there is an issue with memory allocation, as my RAM usage...

    kmcdrew kmcdrew
    Discussions |
    Apr 22, 2013 10:13 AM
    7553 views | 5 replies

Latest Discussions

  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4127 views | 0 replies
  • Sensitivity and specificity calculation

    Hi every one, Is there any suggestion to directly calculate sensitivity and specificity directly from JMP 9? I read some where there is some plug in or small app needs to be downloaded to JMP for this purpose Any ideasthanksAdil

    adil adil
    Discussions |
    Mar 1, 2013 12:32 PM
    3592 views | 0 replies
  • Chossing between Steel-Dwass All Pairs vs Dunn All Pairs for Joint Ranks

    Hello,I have a time series (five time steps) of samples from a population of the same ~60 individuals, each sample being a haphazardly chosen (i.e. not completely random) subset of the 60. The sample sizes each time ranges from about 15 to up to 50, and the measurement I do for each individual in a sample is a continous variable that goes from 0 to 1.Since the sample sizes are different each ti...

    avamk avamk
    Discussions |
    Mar 1, 2013 11:54 AM
    6268 views | 0 replies
  • 3 Parameter Weibull

    Is there any way to do a 3p Weibull in JMP and check to see whether it fits the data better than a 2p Weibull?  I'm looking for something similar to Weibull++ ability to determine the best fit for a given data set.

    gda gda
    Discussions |
    Feb 19, 2013 1:34 PM
    3233 views | 0 replies
  • Grid for differentiating classes on x-Axis

    Hello,I have the following plotNow I need grid on a different position: It should be in the middle between the classes --> (separating the three values each )How can I do that??THANKS!!

    michael_behrisc michael_behrisc
    Discussions |
    Dec 3, 2012 3:29 AM
    2774 views | 0 replies
view all discussions