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

  • Catching database error message

    Hello,I would like to know if there is a way to catch database error message and put it into one jmp variable.Example for an Oracle DB, if I try to insert one value already existing on ID primary key :/* JSL */sql = "INSERT INTO MY.TABLE (ID, DATA) VALUES ('A',150)";OpenDatabase (dsnDB, sql);/* LOG display */[Oracle][ODBC][Ora]ORA-00001: unique constraint (MY.TABLE) violatedORA-06512: at line 1I w...

    gbu gbu
    Discussions |
    May 18, 2013 11:59 AM
    10410 views | 2 replies
  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3559 views | 0 replies
  • How to control 'views' after running a script

    Hi, I am creating a new column by a script. Something like:New Column("new name", fomula(expression));The default position for a new column appears to be rightmost in the data table. I therefore also move the colum to another place, where it is more in the context. Finally I wnat the script to leave the data table in the state where I see the left most colums in the view. Apparently after having r...

    poulravn poulravn
    Discussions |
    May 17, 2013 11:04 AM
    2583 views | 1 replies
  • 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
    16603 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
    15385 views | 2 replies

Latest Discussions

  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3559 views | 0 replies
  • How to control 'views' after running a script

    Hi, I am creating a new column by a script. Something like:New Column("new name", fomula(expression));The default position for a new column appears to be rightmost in the data table. I therefore also move the colum to another place, where it is more in the context. Finally I wnat the script to leave the data table in the state where I see the left most colums in the view. Apparently after having r...

    poulravn poulravn
    Discussions |
    May 17, 2013 11:04 AM
    2583 views | 1 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
    7079 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
    6046 views | 4 replies

Latest Discussions

  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3559 views | 0 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
    4126 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
    3587 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
    6266 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
    3231 views | 0 replies
view all discussions