cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Unable to fit a 4PL curve after applying weighting (1/y^2)

    I am attempting to analyze a data set that utilizes raw signal points (y, response) and concentration (x, predictor formula) for an ELISA type assay using a logistic 4P model on the data. Once I apply a 1/y^2 weighting to the raw signal points column, the graph can no longer fit giving an R = ~0.45. This same plate has been analyzed with another software okay, so I am wondering what is happening h...

    CurseOfCheetah8 CurseOfCheetah8
    Discussions |
    Dec 12, 2025 11:29 AM
    221 views | 5 replies
  • using a variable as column name when creating a plot

      The script below loads some data and should create twice the same plot.
    The first one by referring to the column name by using a variable (test1),
    the second one by calling the column name directly. 
    The second one works fine, but for the first one I get an empty plot area. I guess there is a problem with how I define or call test1. I have tried different approaches, but so far nothing worked. Nam...

    matthias_bruchh matthias_bruchh
    Discussions |
    Dec 12, 2025 10:13 AM
    93 views | 2 replies
  • Why is the Datafilter in JMP so slow?

    For a data table with more than 1 Mio rows, the data filter is extremely slow.
    It takes several seconds to 
    - activate a new column in the data filter
    - type text in the filter : a few seconds per character!
    - delete a character in the filter Why?

    new table("test", add rows(2000000), new column ("col",Character, Set each value(Char(random integer(2000000))))) (view in My Videos)

    hogi hogi
    Discussions |
    Dec 12, 2025 10:01 AM
    47 views | 0 replies
  • How to change the path for saving / opening file in JMP 19 / Python script

    Dear, I run the following script in JMP19 and now in the file the script gets stuck at the bold line below.  The table results.json is on my desk-top. I tried to copy the file and path to a different storage location.  It still gets stuck. In JMP 19 the script was working as it is... Do you now how to change it? I think that I need to tell the script to save the file into the Python path in the JM...

    Ole_Luehn Ole_Luehn
    Discussions |
    Dec 12, 2025 6:52 AM
    48 views | 2 replies
  • JSL Implementation for Deleting Columns with All Missing Values by Same Category

    In the attached file, the field "Store" is divided into two stores, A and B. If all cells in the entire column corresponding to the same Store are missing values, then delete the entire column, as shown in the attached "Expected result". How can this be implemented using JSL?   I am able to count the missing values in each column, but I cannot find a way to verify if all the cells corresponding t...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 12, 2025 6:05 AM
    71 views | 3 replies

Latest Discussions

  • Unable to fit a 4PL curve after applying weighting (1/y^2)

    I am attempting to analyze a data set that utilizes raw signal points (y, response) and concentration (x, predictor formula) for an ELISA type assay using a logistic 4P model on the data. Once I apply a 1/y^2 weighting to the raw signal points column, the graph can no longer fit giving an R = ~0.45. This same plate has been analyzed with another software okay, so I am wondering what is happening h...

    CurseOfCheetah8 CurseOfCheetah8
    Discussions |
    Dec 12, 2025 11:29 AM
    221 views | 5 replies
  • using a variable as column name when creating a plot

      The script below loads some data and should create twice the same plot.
    The first one by referring to the column name by using a variable (test1),
    the second one by calling the column name directly. 
    The second one works fine, but for the first one I get an empty plot area. I guess there is a problem with how I define or call test1. I have tried different approaches, but so far nothing worked. Nam...

    matthias_bruchh matthias_bruchh
    Discussions |
    Dec 12, 2025 10:13 AM
    93 views | 2 replies
  • Why is the Datafilter in JMP so slow?

    For a data table with more than 1 Mio rows, the data filter is extremely slow.
    It takes several seconds to 
    - activate a new column in the data filter
    - type text in the filter : a few seconds per character!
    - delete a character in the filter Why?

    new table("test", add rows(2000000), new column ("col",Character, Set each value(Char(random integer(2000000))))) (view in My Videos)

    hogi hogi
    Discussions |
    Dec 12, 2025 10:01 AM
    47 views | 0 replies
  • How to change the path for saving / opening file in JMP 19 / Python script

    Dear, I run the following script in JMP19 and now in the file the script gets stuck at the bold line below.  The table results.json is on my desk-top. I tried to copy the file and path to a different storage location.  It still gets stuck. In JMP 19 the script was working as it is... Do you now how to change it? I think that I need to tell the script to save the file into the Python path in the JM...

    Ole_Luehn Ole_Luehn
    Discussions |
    Dec 12, 2025 6:52 AM
    48 views | 2 replies
  • JSL Implementation for Deleting Columns with All Missing Values by Same Category

    In the attached file, the field "Store" is divided into two stores, A and B. If all cells in the entire column corresponding to the same Store are missing values, then delete the entire column, as shown in the attached "Expected result". How can this be implemented using JSL?   I am able to count the missing values in each column, but I cannot find a way to verify if all the cells corresponding t...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 12, 2025 6:05 AM
    71 views | 3 replies

Latest Discussions

  • Why is the Datafilter in JMP so slow?

    For a data table with more than 1 Mio rows, the data filter is extremely slow.
    It takes several seconds to 
    - activate a new column in the data filter
    - type text in the filter : a few seconds per character!
    - delete a character in the filter Why?

    new table("test", add rows(2000000), new column ("col",Character, Set each value(Char(random integer(2000000))))) (view in My Videos)

    hogi hogi
    Discussions |
    Dec 12, 2025 10:01 AM
    47 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    134 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    133 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    278 views | 0 replies
  • How to correctly compute Odds Ratios from a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro?

    I am fitting a Binomial Logit Generalized Linear Mixed Model (GLMM) in JMP Pro 18, with: binary outcome (1 = event, 0 = no event), several categorical predictors (factors), and a random intercept for subject ID to account for repeated measures / clustering. The model converges and produces a table of Fixed Effects Parameter Estimates, which includes: Estimate (β) Standard Error Lower / Uppe...

    eliyahu100 eliyahu100
    Discussions |
    Nov 16, 2025 10:51 AM
    248 views | 0 replies
view all discussions