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.

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

Latest Discussions

  • Need help with JSL script for multi segments partition selection

    The following code helps to create new tables with good but only one selection can be chosen for bad population with the partition window open. I want the partition screen to be open but the user can select more than one leaf nodes for the bad population and rest will go to good population. Is there a way to do this?dt = Open("$SAMPLE_DATA\semiconductor capability.jmp"); filepath = "$Desktop"; nw...

    shasha_2 shasha_2
    Discussions |
    Jun 30, 2022 12:57 PM
    906 views | 1 replies
  • Reference lines vanish when using column switcher or local data filter

    Hello, I'm manually assigning reference lines in visualizations by double clicking on an axis and assigning a value and label and adding them to visualizations.  When I use the local data filter or column switcher feature (only similar data is being switched) the reference lines vanish, even if I return to the original variable shown on the visualization when I first assigned the reference lines o...

    StarfruitBob StarfruitBob
    Discussions |
    Jun 30, 2022 12:52 PM
    1332 views | 3 replies
  • Can't Tracking My Progress for the online course: Statistical Thinking for Industrial Problem Solving

    When I took the online course: Statistical Thinking for Industrial Problem Solving, it can't tracking my progress even I studied one hour ago. 

    ScaleReindeer71 ScaleReindeer71
    Discussions |
    Jun 30, 2022 11:11 AM
    755 views | 1 replies
  • Manage spec limits

    Hi, I am trying to get write a jsl code which will disable the manage spec limits but there seems be an error. Need some adviseIt works well if number of columns are less but not with larges data sets with more columns dt2= current data table(); dtx = dt2 << Get Column Group( "Tests" ); new window("", modal, ob = Check Box( {"Check to hide limits"}, ou = ob << ge...

    Jackie_ Jackie_
    Discussions |
    Jun 29, 2022 10:03 PM
    867 views | 1 replies
  • Update/refresh a JMP table from csv file

    Hi there,I am working with a csv file that I have imported to JMP for analysis (I like the graphs and statistical analyses that I can perform with JMP). However, the file is rather large, and I execute a lot of code in R. At the end of my R script, I export the data to a csv, upload it to JMP, and perform my analyses. This works great until I need to go back into R to change an equation. I end up ...

    drewb drewb
    Discussions |
    Jun 29, 2022 12:42 PM
    4108 views | 7 replies

Latest Discussions

  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    784 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    777 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    998 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    701 views | 0 replies
view all discussions