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

  • Neg number

    Graph builder generates a negative data point in a scatterplot - however the data point is positive in the database.I have re-entered the data but still represented as a negative data point.Any help appreciated. Using jmp14.Thank youJoe

    Wantj43 Wantj43
    Discussions |
    Dec 10, 2019 1:51 PM
    6198 views | 5 replies
  • Importing an XML file into JMP

    Hi guys,   Any one try to use JMP to work with XML file before? Can JMP import XML file?

    jeffjy jeffjy
    Discussions |
    Dec 10, 2019 12:54 PM
    16199 views | 5 replies
  • Latent Growth Curve Models

    Hello JMP Community: Where can I find documentation on Latent Growth Curve (LGC) Models?  In Chapter 8 of Multivariate Methods documentation, LGC is mentioned as one of the capabilities in JMP15 via the Multivariate --> SEM platform.  However, I can't find any examples of how to do this in JMP15. Can anyone help? Thanks Narayanan

    Narayanan Narayanan
    Discussions |
    Dec 10, 2019 8:18 AM
    6041 views | 6 replies
  • Add Row legend to Control Chart

    Hey all!

    I'm working on some P-charts and I would like to add a legend. First thing I notice is that I can't "click my way" to adding one to a chart. I've tried forcing my script to add it, and that results in an error (as expected).

    Any ideas how I can add a legend? I suspect it will involve more advanced scripting techniques, but I'm open :).

    Cheers!
    Chadd

    Example Script:
    asdf = Current Data Table(...

    Anonymous Anonymous
    Discussions |
    Dec 10, 2019 6:12 AM
    3372 views | 1 replies
  • Vibration Analysis: Fault Frequencies Correlations

    Hello, I am currently performing a vibration analysis using JMP for the first time. As data input I have FFT (Fast Fourier Transform) data from an extruder gearbox for 5 different time stamps (baseline, pre-event, post-event, 6 month increments after event X2). Each FFT data set comes with 16,000 frequencies (Hz) vs magnitudes (g). In vibration analysis the primary objective is to identify "fault ...

    antonio_rmch antonio_rmch
    Discussions |
    Dec 10, 2019 5:42 AM
    2666 views | 2 replies

Latest Discussions

  • Add Row legend to Control Chart

    Hey all!

    I'm working on some P-charts and I would like to add a legend. First thing I notice is that I can't "click my way" to adding one to a chart. I've tried forcing my script to add it, and that results in an error (as expected).

    Any ideas how I can add a legend? I suspect it will involve more advanced scripting techniques, but I'm open :).

    Cheers!
    Chadd

    Example Script:
    asdf = Current Data Table(...

    Anonymous Anonymous
    Discussions |
    Dec 10, 2019 6:12 AM
    3372 views | 1 replies
  • Vibration Analysis: Fault Frequencies Correlations

    Hello, I am currently performing a vibration analysis using JMP for the first time. As data input I have FFT (Fast Fourier Transform) data from an extruder gearbox for 5 different time stamps (baseline, pre-event, post-event, 6 month increments after event X2). Each FFT data set comes with 16,000 frequencies (Hz) vs magnitudes (g). In vibration analysis the primary objective is to identify "fault ...

    antonio_rmch antonio_rmch
    Discussions |
    Dec 10, 2019 5:42 AM
    2666 views | 2 replies
  • New window size not working

    Hi,Would appreciate your help on understanding why the code below does not work.nw2 = New Window("test", <<Size(400,900));The syntax reference says  "<<Size(x, y) Creates a new window of the specified height and width.")This works but would like to understand if I am doing something wrong above:nw2 = New Window("test");nw2 << Set Window Size(400, 900);Thanks.

    wr wr
    Discussions |
    Dec 9, 2019 10:29 AM
    5406 views | 1 replies
  • Changing the Scale of a GraphBuilder graph with attribute data when axis shows nested data

    Hello JMP community, I would like to adjust the time scale of a graph builder graph that displays a parameter on the y axis, and lot and date, nested, on the x axis.I found that I had to convert the date to a character format to allow nesting (let me know please if this is not required).However the character date format makes it harder to set the scale of the graph since the scale is a count of th...

    JensRiege JensRiege
    Discussions |
    Dec 9, 2019 2:49 AM
    1853 views | 1 replies
  • Installing a JMP addin with the addin.def on a Mac

    I want to install an addin without packing it into a .jmpaddin file (because I want it to be an active repo).  On Windows I just drag the addin.def file into JMP, but that doesn't seem to work on a Mac.  Anyone know how that works? I'm real bad at Mac.      

    vince_faller vince_faller
    Discussions |
    Dec 6, 2019 9:47 AM
    2687 views | 3 replies

Latest Discussions

  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1560 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1929 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1298 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1335 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2136 views | 0 replies
view all discussions