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

  • Exclude rows from linked Summary table

    Hello,   I have a linked summary table that I am trying to exclude rows based on some criteria of the cell contents for specific columns.  The objective is for the rows in the linked table to also become excluded.  I know it is possible to do this outside of JMP scripting but for some reason I get an error in JSL.   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dtSummary =...

    RyMcQeN RyMcQeN
    Discussions |
    Feb 28, 2018 12:33 PM
    5203 views | 2 replies
  • Graphs repeated measures ANOVA

    Hi, I am doing a repeated measures analysis and while making the graphs for one of the variables got stuck. So this graph has a group variable on the X axis(nominal) and the Y axis has 4 values of DNA (continuous) at 4 different time points. I got the graph neat and nice but the x axis shows values for both groups separately while I want them side by side. e.g. day 0 DNA both groups together, Day ...

    QS QS
    Discussions |
    Feb 28, 2018 11:49 AM
    3111 views | 2 replies
  • How to add reference lines from a reference line table into a control charts or variability charts?

    Hello, I am trying to create a table that holds the reference lines for each model. Each reference line is the yield expectation for each model. I intend to have a script that can import the reference lines from the central table and plot the reference line on the control charts or the variability charts when trending yields of each model. Here is a my dummy data for the yield tableModelWaferIDYie...

    bharathu bharathu
    Discussions |
    Feb 28, 2018 10:46 AM
    14706 views | 5 replies
  • How to predict an output on a table of inputs based on a Gaussian Process model ?

    Hi,I am a new user of JMP and I have done a design of experiment (Latin Hypercube) that gives me the values of an output (Y) depending on 3 inputs (X1, X2, X3).I have then analyzed this (X, X2, X3, Y) table with a Gaussian process model. I now would like to use this model to predict Y on a dedicated table of (X1, X2, X3) values.Is this possible ?In the model I can predict Y at one (X1, X2,X3) usin...

    adroit adroit
    Discussions |
    Feb 28, 2018 8:31 AM
    3352 views | 1 replies
  • Count by month

    I have a column of dates indicating when a particular event happened.  I want to make a graph showing the count of those events per year-month.  I tried the chart object with my statistic being N(DateOfEvent) and the Additional Role being Grouping Month Year[DateofEvent}, but I get an error about too many points.   

    MikeFromEdwards MikeFromEdwards
    Discussions |
    Feb 28, 2018 8:07 AM
    6060 views | 3 replies

Latest Discussions

  • Graphs repeated measures ANOVA

    Hi, I am doing a repeated measures analysis and while making the graphs for one of the variables got stuck. So this graph has a group variable on the X axis(nominal) and the Y axis has 4 values of DNA (continuous) at 4 different time points. I got the graph neat and nice but the x axis shows values for both groups separately while I want them side by side. e.g. day 0 DNA both groups together, Day ...

    QS QS
    Discussions |
    Feb 28, 2018 11:49 AM
    3111 views | 2 replies
  • How to predict an output on a table of inputs based on a Gaussian Process model ?

    Hi,I am a new user of JMP and I have done a design of experiment (Latin Hypercube) that gives me the values of an output (Y) depending on 3 inputs (X1, X2, X3).I have then analyzed this (X, X2, X3, Y) table with a Gaussian process model. I now would like to use this model to predict Y on a dedicated table of (X1, X2, X3) values.Is this possible ?In the model I can predict Y at one (X1, X2,X3) usin...

    adroit adroit
    Discussions |
    Feb 28, 2018 8:31 AM
    3352 views | 1 replies
  • Line graphing with error bars

    I am trying to create a line graph that utilizes error bars for standard error.  I have gone into my data and made a column for the error above and below the mean, and followed the instructions for getting an interval style from the bar graph, but when I go to overaly the line onto the graph it does not go through the center points for the interval bar. The line is slightly off from the points.  I...

    Alec1293 Alec1293
    Discussions |
    Feb 28, 2018 7:04 AM
    7630 views | 3 replies
  • How to set Axis Labels for Graph box in JMP application?

    Hi all,   I am using JMP application for plotting a test result. I am using the below script lines to set values to the graph,   Results1 << Set Title ("WFM"); Result Graph << Set X Axis ({Min(0), Max(Res_x_max), Format("Best", 9)}); Result Graph << Set Y Axis ({Min(Res_y_max), Max(Res_y_min), Format("Best", 9)}); Result Graph << Set Graphics Script (Marker (Res_x,Res_y)); My problem is I want to ...

    Saravana Saravana
    Discussions |
    Feb 26, 2018 2:02 PM
    2319 views | 1 replies
  • System.Reflection.TargetInvocationException

    Hello, has anybody else encountered the error below before?  If yes, how did you troubleshoot?  I desperately need a quick resolution.JMP has experienced a problem and must now terminate:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.Additional information about the problem will be written to "C:\Users\Z656540\Documents\JMPManagedExcept 2015-0...

    ellen_cain ellen_cain
    Discussions |
    Feb 23, 2018 8:05 AM
    6997 views | 3 replies

Latest Discussions

  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2275 views | 0 replies
  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3767 views | 0 replies
  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2649 views | 0 replies
  • Confirmation of Repeated Measures Analysis, when sphericity if voilated

    Hi Everyone,    I would like confirmation on the appropriate analysis to run on a repeated measures design.Experimental design:Independent variable: Nutrient treatment (Control, Low, Med, High),Dependent variable: basal diameter, 5 replicates (plants)Repeated measurements were taken at Weeks 0, 1, 4, 7, 10, & 12Split data-> Fit Model-> Y: basal 0, basal 1, 4, 7, 10, 12, Add: Nutrient treatmentPers...

    uamiller uamiller
    Discussions |
    Oct 23, 2017 8:07 AM
    2753 views | 0 replies
  • Cox Proportional Hazard - adjusting risk ratio with std dev

    I'm working with someone who is using SAS and I'm trying to do the same analysis in JMP.  When I  questioned their hazard ratio they said it was adjusted by the standard deviation. They commented:In order to obtain results in units of 1 standard deviation – you simply get the standard deviation value for parameter of interest and introduce it in the PH regression statement, for example:proc phreg ...

    Maureen Maureen
    Discussions |
    Aug 22, 2017 1:18 PM
    3359 views | 0 replies
view all discussions