cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • slope-ratio assay for calculating relative potency

    Hi, I am trying to analyze the relative potency of different samples. Parallelism test doesn't work this set of data. I was suggested to use slope ratio assay. Can anyone guide me how to do that? The figure is attached below. Thanks,HY   

    Hui Hui
    Discussions |
    Oct 22, 2020 12:25 PM
    1822 views | 1 replies
  • ANOVA and proportions

    Experts: I need some assistance with performing an ANOVA given a) unequal sample sizes and b) unequal proportions.   Allow me to summarize the problem based on some sample/illustrative data: Let’s say I have 3 groups (and # of reported incidents in that group):
    - Group Alpha reported 150 incidents
    - Group Bravo reported 30 incidents
    - Group Charlie reported 50 incidents So, while the Alpha group repo...

    EEH EEH
    Discussions |
    Oct 22, 2020 11:58 AM
    2517 views | 3 replies
  • From Python Pandas dataframe to jmp with group columns and add column property

    Hello there,I have a table that is a generate from a collection of databases.Columns = [Time, raw1_prop1, raw1_prop2, raw1_prop1,..., Q1] The table is the same format every time and would therefore like to:Group column by front name meaning raw1's are grouped and raw2's are groupGive Q1 the column property: Spec limits + Show on graph bitI would prefer to do it from python but i can also be tricke...

    qLienceStats qLienceStats
    Discussions |
    Oct 22, 2020 11:19 AM
    2269 views | 1 replies
  • Augmented design with diffrent optimality criteria

    Dear all,

    I have 4 continuous factors. I made an custom Design with recommended optimality which is d for a model containing main effects, 2nd order interractions and 2nd order powers. I run 80 Experiments and use least square estimate for linear model. Then i see that i have to include 3rd order powers to my model and i made augmented Design with I optimality by including 3rd order powers to my mo...

    Ella Ella
    Discussions |
    Oct 22, 2020 9:18 AM
    3168 views | 3 replies
  • DOE results analysis

    HiI was analyzing the results of a DOE with 5 factors moved up and down wrt set values. The response Y  is a measured resistance.I ran a fit model by using a full factorial and then a stepwise regression. The stopping rule was Min BIC and direction: forward. Once selected the suggested factors I made the model and ran it. The R2 was very good as also the profilers. Anyway if I look at residuals th...

    FR60 FR60
    Discussions |
    Oct 22, 2020 7:06 AM
    2688 views | 3 replies

Latest Discussions

  • slope-ratio assay for calculating relative potency

    Hi, I am trying to analyze the relative potency of different samples. Parallelism test doesn't work this set of data. I was suggested to use slope ratio assay. Can anyone guide me how to do that? The figure is attached below. Thanks,HY   

    Hui Hui
    Discussions |
    Oct 22, 2020 12:25 PM
    1822 views | 1 replies
  • ANOVA and proportions

    Experts: I need some assistance with performing an ANOVA given a) unequal sample sizes and b) unequal proportions.   Allow me to summarize the problem based on some sample/illustrative data: Let’s say I have 3 groups (and # of reported incidents in that group):
    - Group Alpha reported 150 incidents
    - Group Bravo reported 30 incidents
    - Group Charlie reported 50 incidents So, while the Alpha group repo...

    EEH EEH
    Discussions |
    Oct 22, 2020 11:58 AM
    2517 views | 3 replies
  • PostgreSQL function: is it a bug?

    Hi,I have a problem with queries on a PostgreSQL database using the JMP query builder...
    Indeed some PostgreSQL functions seem not working properly in the query builder...For example if I want to retrieve part of a string from the position of one of the character:
    this command could ben written in PostgreSQL:SELECT substring('Thomas' from position('h' in 'Thomas') for 2) AS bug_test But if I write i...

    Franck_R Franck_R
    Discussions |
    Oct 22, 2020 5:56 AM
    2019 views | 2 replies
  • How to close database connection after running a New Sql Query?

    Steps to reproduce: Run any new sql query: query << Run Foreground( OnRunComplete( Write( "Number of rows in query result: ", N Rows( queryResult ) ) ) ); MyRunCompleteFunc = Function( {dt}, {Default Local}, Write( "Number of rows in query result: ", N Rows( dt ) ) ); query << Run Foreground( OnRunComplete( MyRunCompleteFunc ) );Next, if you try to delete the database, it will say that jmp ...

    douglaschong douglaschong
    Discussions |
    Oct 21, 2020 11:30 AM
    2249 views | 1 replies
  • moving labels on GraphBuilder

    I feel like this should be Graphbuilder 101, but I am stumped. So, I just want to make a couple of pie graphs and add the percentages as labels. But the labels are put in weird places, sometimes to where they can't be read. I thought you could actually manually drag text in some instances, but I failed there. I attached two scripts in the uploaded table ("test graphs"). Normally, you could just ad...

    abmayfield abmayfield
    Discussions |
    Oct 21, 2020 6:40 AM
    4108 views | 3 replies

Latest Discussions

  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1151 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1395 views | 0 replies
  • order statistic for DS Weibull ... maximum failure time for n fails out of N~n/p units

    this isn't a JMP question per se, but a reliability/survival statistics question ... see my post on Cross Validatedthanks in advance! :)https://stats.stackexchange.com/questions/483556/order-statistic-maximum-for-subpopulation-weibull-distribution 

    galactus3000 galactus3000
    Discussions |
    Aug 18, 2020 8:48 AM
    984 views | 0 replies
  • Custom Lat Long Contour Map

    Hi all,    Playing around with the Custom Map Creator add in and I ran into some trouble when trying to construct borders for a river system. When constructing a custom map border using a a background map the boundaries function does not let me to trace the river pattern as accurately as I would hope (see attached photo). Alternatively, when constructing a border from a background photo the bounda...

    MikeDereviankin MikeDereviankin
    Discussions |
    Aug 14, 2020 11:03 AM
    1094 views | 0 replies
  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1484 views | 0 replies
view all discussions