cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Adding line to split data on graph builder

    Hi,  I have the following data set below where red data points are some fails that I would like to screen out. Right now the way I am doing this is roughly calculating a trend line (see image below) and finding its equation. Then I create a new column and use JMP formula to basically check if data point is below line and if it is it updates the new column with a 1 and if it is above it marks new c...

    tarkan_bih tarkan_bih
    Discussions |
    Nov 24, 2020 10:05 AM
    4835 views | 9 replies
  • JSL to add event handler

    I'm trying to add an event handler column property using the following code but it isn't working.  I can manually apply the property, but can't figure out a script based method.  Can this be done by JSL?   // Create hyperlink for URL column :Current Firmware URL << Add Column Properties( Event Handler, Function( {thisTable, thisColumn, iRow}, Web( Char( thisTable:thisColumn[iRow] )...

    terapin terapin
    Discussions |
    Nov 24, 2020 9:05 AM
    2348 views | 3 replies
  • How does JSL automatically get data for each cell in the selected range of the cursor?

    For example, "Big class.jMP "has selected column 1, and column 2 has already selected row 6
    How can write JSL to automatically write the cell values of the selected range into a variable?It looks like this:
    s1="TIM"
    s2=12 Thanks! 

    lwx228 lwx228
    Discussions |
    Nov 24, 2020 2:32 AM
    1497 views | 2 replies
  • Copy Frame Contents

    Hello, When I Copy Frame Contents, the copied content reverts to the graph that it was being copied to. Is there a way on how to keep the original copied contents? Please look at the figure below:  

    ricelleacob ricelleacob
    Discussions |
    Nov 23, 2020 1:54 PM
    3868 views | 9 replies
  • Process capability within sigma estimation for different number of subgroup sizes

    Dear JMP & Community,   I'm trying to better understand how JMP estimates the within sigma for different subgroup sizes -- in particular a subgroup of size 1. The online help is somewhat helpful, but I'm hoping to see the equations or have a more clear explanation, as I don't quite see how JMP does it from the description in the online help.   In the Distribution platform, one has the option of do...

    SDF1 SDF1
    Discussions |
    Nov 23, 2020 11:49 AM
    6407 views | 2 replies

Latest Discussions

  • Use of goodness of fit statistics in Poisson GLM

    I'm using JMP Pro 15 to run a generalized linear model with a Poisson distribution and log link function. I was told to use Poisson because I have count data with values ranging from a min of 1 to a max of 118 with most falling in the 5 to 50 range. The model shows 2 goodness of fit statistics (pearson, deviance) that both have p-values less than 0.05. Does this mean that the model results are inv...

    IK1 IK1
    Discussions |
    Nov 23, 2020 10:06 AM
    4257 views | 5 replies
  • Fitting Poisson distribution

    Dear all, I am using JMP 15. When I aim to fit the Poisson or Negative binomial as the distribution and plot it on top of count data, I get the error:'Exception in platform popup command'.  I have the Fitted Poisson Distribution parameters appearing, but here I can only add Normal curve, not the Poisson. Does anybody know why?  Thank you. 

    dainius dainius
    Discussions |
    Nov 23, 2020 6:31 AM
    3726 views | 6 replies
  • How to display the last tab in the window by using the Tab Box?

    Hello Everybody,I have the following issue: I am creating a series of tabs within the Param_Overview window. Those tabs are generated in "for" loop. After the last tab, however, I would like to create one more tab created outside the for loop. The generation of tabs from the "for" loop works well but the addition of the last one does not. If I select by hand the code of the last tab and execute it...

    lukasz lukasz
    Discussions |
    Nov 23, 2020 6:30 AM
    1552 views | 2 replies
  • Truncate or Split

    I have a large dataset and I would like to split with the first 7 characters in a new column. I am trying to use the left function, but I am getting an error.      

    riksmith riksmith
    Discussions |
    Nov 22, 2020 1:32 PM
    1712 views | 2 replies
  • Determination of product specs by Stability Results

    I would ask an help for the following problem.
    I got data from a stability study of my product.
    By using the tool Reliability and survivor> Degradation I got a prediction of the expiration date based on the spec that I have now.
    In order to extend this expiration data I cuould need to change the spec.
    For example
    -my product spec say: not less than 100 Pa
    -I have product in stability that at time 0 have...

    isurano isurano
    Discussions |
    Nov 20, 2020 5:03 AM
    4128 views | 7 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1558 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1347 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    845 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1055 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1295 views | 0 replies
view all discussions