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

  • Cumulative column sum by one continuous and one nominal variable

    Unfortunately, I am having issues reproducing a formula column from a Graph Builder plot. There are manufactured quantities and concentration data of individual batches in the underlying dataset. In Graph Builder, I can plot concentration data (x) vs manufactured quantities (y) and pick "Cumulative Sum" from the Summary Statistic drop down menu. This gives me an OK overview of how much material of...

    Ressel Ressel
    Discussions |
    Jan 17, 2022 8:19 AM
    2144 views | 4 replies
  • excluded datapoints in graph builder

    The option to "exclude" datapoints does not seem to work as expected when creating plots with the Graph builder. According to the manual:"Note: Excluded data are not automatically hidden in plots even though they are excluded from calculations in text reports and graphs.Using the Hide/Unhide command, you can suppress (hide) the appearance of highlighted points in scatterplots." So I would expect "...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 16, 2022 1:26 PM
    19620 views | 8 replies
  • Factor Screening Design of Experiment with Nominal Response?

    Hi all, I was wondering if there is a good strategy for designing a set of experiments to find the factors with the most effect on the response, which is nominal (yes/no, pass/fail type of response) instead of the typical continuous response? While for nominal response a logistic regression can be performed on available data, I doubt the usual factorial/fractional factorial design still works in t...

    yyang yyang
    Discussions |
    Jan 16, 2022 8:08 AM
    1553 views | 2 replies
  • How to name the picture with variables

    Dear JMP admin and users, I would like to name the picture based on variables and I tried to follow some tips in this forum. However, the output files' name is undesried.   TCB = {"TCB218" ; "TCB219" ; "TCB220"}; For( i = 1, i <= N Items( TCB ), i++, k = 1; dt << Select Where( :entitygroup3 == TCB[i] ); TCB[i] = dt << Subset( Output Table( TCB[i] ), Selected Rows( 1 ), Selected column...

    PhamBao PhamBao
    Discussions |
    Jan 16, 2022 3:22 AM
    834 views | 1 replies
  • JMP 14.2 - JSL - Graph Builder Size Ignored Inside Boxes Sent to Journal

    Full disclosure - I'm a bigger fan of the older graph plotting routines in JSL than Graph Builder but I'm making some honest attempts to switch. I'm running into a problem where I'm dynamically adding graphs to a Journal and I'm trying to very tightly control the graph sizes so axes and values line up horizontally. I'm building an H List Box in JSL with several items, sending that H List Box to th...

    jsrmfh jsrmfh
    Discussions |
    Jan 15, 2022 8:52 PM
    2351 views | 4 replies

Latest Discussions

  • Factor Screening Design of Experiment with Nominal Response?

    Hi all, I was wondering if there is a good strategy for designing a set of experiments to find the factors with the most effect on the response, which is nominal (yes/no, pass/fail type of response) instead of the typical continuous response? While for nominal response a logistic regression can be performed on available data, I doubt the usual factorial/fractional factorial design still works in t...

    yyang yyang
    Discussions |
    Jan 16, 2022 8:08 AM
    1553 views | 2 replies
  • How to name the picture with variables

    Dear JMP admin and users, I would like to name the picture based on variables and I tried to follow some tips in this forum. However, the output files' name is undesried.   TCB = {"TCB218" ; "TCB219" ; "TCB220"}; For( i = 1, i <= N Items( TCB ), i++, k = 1; dt << Select Where( :entitygroup3 == TCB[i] ); TCB[i] = dt << Subset( Output Table( TCB[i] ), Selected Rows( 1 ), Selected column...

    PhamBao PhamBao
    Discussions |
    Jan 16, 2022 3:22 AM
    834 views | 1 replies
  • JMP 14.2 - JSL - Graph Builder Size Ignored Inside Boxes Sent to Journal

    Full disclosure - I'm a bigger fan of the older graph plotting routines in JSL than Graph Builder but I'm making some honest attempts to switch. I'm running into a problem where I'm dynamically adding graphs to a Journal and I'm trying to very tightly control the graph sizes so axes and values line up horizontally. I'm building an H List Box in JSL with several items, sending that H List Box to th...

    jsrmfh jsrmfh
    Discussions |
    Jan 15, 2022 8:52 PM
    2351 views | 4 replies
  • Is there a way in JMP16 to provide a user-defined reference distribution for a one-sample KS test?

    Hello JMP users, I'm trying to analyze the distribution of fluorescent cellular features, such as nuclei, along a linear scan through a layered tissue.  In healthy tissue there is a highly reproducible pattern but in diseased areas the pattern is altered.  I'd like to test statistically whether the pattern in a selected region is different than that of healthy tissue. The Kolmogorov-Smirnov test h...

    MPK MPK
    Discussions |
    Jan 15, 2022 6:03 PM
    1640 views | 3 replies
  • autoscaling of graphs in dashboard

    Hi,I am relatively new to scripting.I want to create a dashboard with a few reports and I would like to run it every week  with the updated data table (it is weekly analysis report). I have managed to  autoscale the axis of the graphs (x axis is week , y axis is count) by removing min and max values in the script, and it works well with the updated data table when I run the graph builder script it...

    gudubet55 gudubet55
    Discussions |
    Jan 15, 2022 1:13 PM
    1433 views | 1 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
    908 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
    708 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
    872 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