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

  • Multinominal logistic regression plot intepretation

    Below are two plots for logistic regression with the one on the left for ordinal response and the one on the right for the multinominal response. They both have k-1 curves with k being the number of levels but are both of them accumulative in terms of probability interpretation? In other words, the probability at a certain X value (car weight) on each curve is the overall probability for the car s...

    JMP38401 JMP38401
    Discussions |
    Jan 20, 2022 3:27 PM
    3254 views | 4 replies
  • Full Outer Join- Timestamp not matching- adding more rows

     I need to match 6 files with data collected at different time stamps from different devices (all with 1 minute resolution in 2021).  (Note: I need a physically "joined" file  for a different purpose, So, not doing Virtual Join)I tried full outer join (including non-matches from "main table" and "with table"; Did not include "drop multiples" for either of the tables.But it kept adding more rows ev...

    SymS SymS
    Discussions |
    Jan 20, 2022 2:13 PM
    3088 views | 9 replies
  • Obtaining acceptance criteria limits for potency assay

    Hi, We are trying to set acceptance criteria limits for a potency assay. Most of the data are EC50, relative potency values and ratios. We have so far used the control charts with the moving range (MR) as limits or with levey jennings (LJ). However, the LJ limits which JMP calculates are often too wide and the MR ranges often seem unsuitable (limits widening after removal of an outlier).  I am new...

    sarahg sarahg
    Discussions |
    Jan 20, 2022 7:38 AM
    3319 views | 6 replies
  • Data Table evaluation in For Loop from a list

    I keep running into an error with my script to rename data tables using a For loop.

    Here's a simplified version of my script

    OldNames = {"Old Name 1", "Old Name 2", "Old Name 3"}; NewNames = {"New Name 1", "New Name 2", "New Name 3"}; For( i, i <= NNames, i++, dt = Data Table( OldNames[i] ); dt << Set Name( NewNames[i] ); );
    I keep getting the following error

    Cannot locate data table in acc...

    user8421 user8421
    Discussions |
    Jan 19, 2022 8:00 PM
    3619 views | 5 replies
  • Prompt for a column/field

    Hello everyone, I am looking to see a prompt to select or ask the user to enter the text or product etc, and pull the query only related to that data Is that possible? If yes, then how? Please guide me.  Thanks in advance 

    penalah penalah
    Discussions |
    Jan 19, 2022 11:30 AM
    862 views | 1 replies

Latest Discussions

  • Prompt for a column/field

    Hello everyone, I am looking to see a prompt to select or ask the user to enter the text or product etc, and pull the query only related to that data Is that possible? If yes, then how? Please guide me.  Thanks in advance 

    penalah penalah
    Discussions |
    Jan 19, 2022 11:30 AM
    862 views | 1 replies
  • Multi-variable interpolation (modeling?)

    Suppose I have a big table of simulation output with 5 input variables (i1, i2, i3, i4, i5) and 2 output variables (o1, o2). Now suppose I have a pair of output numbers, e.g. (5,17) and I want to find pretty good values for i1 thru i5, such that if I put them back into the simulation, I'd get something close to (5,17) as output. Does JMP do anything like this?

    BHarris BHarris
    Discussions |
    Jan 19, 2022 10:19 AM
    3412 views | 7 replies
  • plotting data on grid

    I know that you can plot geo-referenced data on a map in Graphbuilder. Now I want to do something more complex, which, truth be told, is easy to do in ArcGIS, but I want to see if it's possible in JMP: set a 1 x 1 km grid over the entire Earth and then overlay averages within each of the 1 km2 bins. It would seem that the bottleneck is the grid itself. I was shocked to not find a single shp file o...

    abmayfield abmayfield
    Discussions |
    Jan 19, 2022 6:41 AM
    1284 views | 1 replies
  • JMP script verification: discrepancy between results from script run and manual run

    Hi I am verifying a JMP script for a linear regression. the last verification was done 10 years ago using JMP9.0. I am now verifying the same script using JMP14.2.0I found 99% of the results match between a manual run and a script run, however, there is a 0.001 difference between the R2 (R square) from two runs. It really puzzles me because the SSE and SST identical between the manual runs and the...

    TinaJon TinaJon
    Discussions |
    Jan 19, 2022 6:35 AM
    1797 views | 4 replies
  • How to overcome JMP converting very large numbers to scientific notation?

    JMP converts integers to scientific notation if the number's base 10 exponent is greater than 15 i.e 10000000000000000 will be converted to 1e+16. This is convenient, but in my case I would like this number to remain unchanged, specifically to avoid further backend work to ensure SQL can interpret this correctly. 

    mmelende mmelende
    Discussions |
    Jan 18, 2022 11:44 AM
    2979 views | 2 replies

Latest Discussions

  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    699 views | 0 replies
  • separating labelled values from graph points

    I have looked in the scripting help section and all over this community and haven't found a solution for my problem so hopefully someone can help. I have a graph containing two trend lines and a bar graph and want to label the values of each point but when I set the labels both values show up on each trend line and I can't figure out how to separate the labels. I tried stacking the labelled column...

    Cdougz Cdougz
    Discussions |
    Dec 31, 2021 7:38 AM
    907 views | 0 replies
  • Expand Contours

    Hi, 

    I understand that the contouring is done based on triangulation to data points, but is there a method for expanding them further to fit a custom SHP file I've imported into JMP? I've already set the alpha and the lowest value so the contour should cover the, 'most', area. Any other methods? Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Dec 15, 2021 12:49 PM
    707 views | 0 replies
  • Getting all Zeros for the AR(1) estimate/std error in a Repeated Measures Mixed Model Using JMP Pro

    I am fitting a model of a continuous response against 7 fixed effects. When running the Standard Least Squares; my residuals plots/assumptions checks don't look too bad but the Durbin Watson test is suggesting an AR(1) structure in the residuals. This is expected for this particular analysis and is consistent with other data sets looking at the same response/factors. The Time Series platform also ...

    lisa2442 lisa2442
    Discussions |
    Dec 14, 2021 7:32 AM
    871 views | 0 replies
  • Export Functional Data Explorer prediction formula

    Hi,I want to export the prediction formula generated by Functional Data Explorer either to Excel or Python (via Formula Depot), but there is a problem because the formula contains P Spline Coef() interpolation, which I think is not available in Excel or in Python libraries. Do you have any suggestions how to solve this?Best regards

    ruskicar ruskicar
    Discussions |
    Dec 14, 2021 2:11 AM
    828 views | 0 replies
view all discussions