cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Beginner JSL query

    I want to save selected rows from a table in a jmp file and also the inversion of the selected rows in another jmp file after using the partition function. I went through some examples and other threads but I am not able to save the selected rows and the inverted rows. I must be doing something wrong. Does anyone have any idea how it can be done in JSL? Names Default To Here( 1 ); dt = Open( "C:/U...

    AnovaPorpoise AnovaPorpoise
    Discussions |
    Dec 22, 2021 5:53 AM
    786 views | 1 replies
  • How to evaluate each column?

    Hi all,I have Amplitude 21 as an example data table, and for example, I want to determine if the amplitude passes or fail. How can I evaluate each columns if they are pass/fail? For example: Amplitude limit is 4. Every amplitude value with > 4 and < 4 will be marked as failed using a new column. Names Default To Here(1); dt = Open("$SAMPLE_DATA/Amplitude 21.jmp"); New Column ("Pass/Fail", Characte...

    UserID16644 UserID16644
    Discussions |
    Dec 22, 2021 5:28 AM
    1481 views | 4 replies
  • AUDPC

    I conduct research within the agricultural field and I use excel like most people to organize my data. However, a common analysis is the area under the disease progress curve (AUDPC) to track the changes of the disease throughout the growing season. Is there any way to calculate the total area under a line graph without fitting a trend line/regression analysis. 

    travislr11 travislr11
    Discussions |
    Dec 22, 2021 5:08 AM
    2174 views | 3 replies
  • Question about JMP 16 graph color customize option

    Hello,  I'm unable to set the color for an indivdual variable in my graph using the customize feature. I was able to do this in JMP 14 but now with JMP 16, I'm unable to use this to set different colors for variables in the same graph. Examples provided as snapshots below.  Currently, in version 16, if I select customize and go the marker option to select a color it changes all variables (markers)...

    ndowidar ndowidar
    Discussions |
    Dec 21, 2021 3:24 PM
    2645 views | 6 replies
  • "If statement" does not work properly when running the whole script but if I only run the part in question it works well

    Hi, I am note very experienced in scripting and have a question (may be I am missing some basic syntax here?).I use the following script to create in a data table new columns with an "if statement". For new column "Headache 1" this works well. For "Fever 1" it does not work. New column is created (but with data type numeric and data model continuous instead of character, nominal and if statement d...

    MH1 MH1
    Discussions |
    Dec 21, 2021 8:30 AM
    982 views | 2 replies

Latest Discussions

  • AUDPC

    I conduct research within the agricultural field and I use excel like most people to organize my data. However, a common analysis is the area under the disease progress curve (AUDPC) to track the changes of the disease throughout the growing season. Is there any way to calculate the total area under a line graph without fitting a trend line/regression analysis. 

    travislr11 travislr11
    Discussions |
    Dec 22, 2021 5:08 AM
    2174 views | 3 replies
  • Calculating the Top of a Square wave from a Continuous Data

    Hello,  I would like to calculate the Top(not max) of an imperfect square wave signal that I measure, the distinction of the Top and Max is illustrated in the image below. It is somewhat the average of the high value right after the cliff at the edges of the signal. Is there a way to calculate the Top value via JMP?  Thank you in advance!  

    Ashraff09 Ashraff09
    Discussions |
    Dec 21, 2021 7:03 AM
    852 views | 1 replies
  • Design an experiment anticipating autocorrelation.

    Is there a way to anticipate and account for potential affects of previous runs in an experiment?     Two use cases: Lab - Samples are prepared using a mixer that cannot be (cost effectively) fully cleaned between runs.  The samples are later treated using a process that, again, cannot be fully cleaned between every run.Continuous Process - A process is not shut down between runs, rather new condi...

    ih ih
    Discussions |
    Dec 20, 2021 12:37 PM
    1324 views | 5 replies
  • Problems performing a DOE

    Hello,I am trying to solve different DOE exercises. However, JMP will not really let me perform this DOE. I have solved 4.1 - 4.4, but have difficulties from 4.5-4.7.Any suggestions or hints?4.1:We have four factors with 8 runs, and we then have a fractional factorial with a resolution of 4. 4.2: We have 4 factors: LG, TG, offset, and tube. 4.3:Fractional factorial experiments are good to find mai...

    ProbitMeerkat86 ProbitMeerkat86
    Discussions |
    Dec 20, 2021 12:10 PM
    1511 views | 4 replies
  • 'n' row average of a column based on a condition from other column -

    Hi All, 
    I am looking for  'n' row average (in the attached example, n == 3) based on other coulmn (-- "Customer_ID"). If my row number for each group (customer) is integer multiplier of 'n' i.e. [Row == Integer Constant x n]. My basic formula works fine. But if Row != Integer Constant x n, it takes remaining rows from other group. Which is giving me wrong results.
    What I want -
    Best Case - Calculate...

    HSS HSS
    Discussions |
    Dec 18, 2021 11:28 PM
    1044 views | 2 replies

Latest Discussions

  • 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
    553 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
    671 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
    663 views | 0 replies
  • Need help with changing separators lines location in a variability graph

    Hello,I need to change the locations of the separators line in the graph.In the attached image, I need the separators lined on the upper row (labeled ISI).I have tried to find how to do that without success.Thanks

    SHRG SHRG
    Discussions |
    Dec 10, 2021 8:59 AM
    858 views | 0 replies
  • Change default setting for scale format in graph builder

    Ive been using JMP on the Mac for a few years and now have to us the PC version (JMP® 16.1.0 (539038)
    Microsoft Windows 10 Pro 64-bit (10.0.19042.0).   I use graph builder a lot and find that the axis (either) "scale format" defaults to "fixed decimal" which does wacky things when trying to use certain increments for the scale.This is with the X axis set at increment of 0.05 with fixed decimal This...

    DMW DMW
    Discussions |
    Dec 9, 2021 4:29 PM
    779 views | 0 replies
view all discussions