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

  • Time Format of a column: Missing the german style

    Since 2 days ago (my) JMP does not accept the german time/date format (dd.mm.yyy h:mm:ss) any longer. I am converting a lot of the time formats in JSL and also in JMP directly.
    Since some days ago, the german style is no longer suggested (and accepted) by JMP when I format a column:
    column info >> Format >> Time 
    no suggestion on "d.m.y h.m.s". Only the english style "d/m/y h.m.s"  are displayedIn ad...

    MWalther MWalther
    Discussions |
    Jun 20, 2022 11:36 PM
    1322 views | 2 replies
  • word missing

    dt<< New Column( "op status", Character, "Nominal", Set Selected );

    If( Is Missing( Column( dt, "Status Operation" )[x],Word( 1, "PCNF" ) | Word( 1, "CNF" ) ), Column(dt, "op status") == "Q" );
    Hello everyone, I would like to create a new column and in this column, if the words PCNF or CNF do not appear in the column :Status Operation, on this line, put "Q" in the Column :op status but I do not k...

    NetflixCrow956 NetflixCrow956
    Discussions |
    Jun 20, 2022 6:21 AM
    1507 views | 3 replies
  • I have a "Do you want to quit button" with ""Yes" and "No" buttons. How do I close the window along with the main menu from which I press cancel from?

    I was wondering how would I close all windows from pressing on the yes button, im sure its simple... im just not sure on how to write it the most efficient way.

    Andyon98 Andyon98
    Discussions |
    Jun 20, 2022 1:25 AM
    1677 views | 4 replies
  • DSD for 4 continuous factors

    I have four continuous factors. I want to optimized the process that's why I clicked add blocks  with center runs to estimate quadratic effects. I click the script "Evaluate of Design" after making the table. I clicked RSM. The values of 2FI and Quadratic in Power Analysis are small. I also noticed that there is no quadratic term for my 4th factor.      

    Alainmd02 Alainmd02
    Discussions |
    Jun 20, 2022 12:27 AM
    2955 views | 4 replies
  • How to play Windows WAV sound with JSL?

    Can I not use this command?run program(executable(""),options({""})) audio filesC:\Windows\Media\tada.wavThanks!

    lala lala
    Discussions |
    Jun 19, 2022 9:37 AM
    3177 views | 7 replies

Latest Discussions

  • Slope -Liner regression

    I would like to calculate the slope in linear regression fashion. It should be a column formula. And the slope value should be single value (Averaged) for the below table. GroupSubgroupLog[V]Log[T3]Slope1a1.6094387.953736Calculate slope for 1, a1a1.6486596.7774611a1.6863995.2960721b1.6094388.953736Calculate slope for 1, b1b1.6486597.7774611b1.6863996.2960722a1.60943817.95374Calculate slope for 2, ...

    pankajsync pankajsync
    Discussions |
    Jun 18, 2022 8:37 AM
    2503 views | 4 replies
  • Hierarchical regression

    How do I specify blocks of variables in a hierarchical regressionThanks

    emeritus emeritus
    Discussions |
    Jun 17, 2022 12:10 PM
    5835 views | 10 replies
  • continuous factor needs to be treated like a mixture factor

    I have a factor I'd like to treat as continuous in order to assess curvature of response, but I need to restrain "total" to 100% a kin to a mixture setting. linear constraints on mixture dont allow to limit to equal as far as I can tell, rather only less then or greater then or equal too. Thoughts on how to address this problem?

    OrthogonalDoe64 OrthogonalDoe64
    Discussions |
    Jun 17, 2022 7:13 AM
    2897 views | 7 replies
  • How to determine blank columns

    Hi all, How can I write an If Else statement when an existing column is blank, then it will create another column. If it is existing and not blank, then there is no need to create an additional column. Here's a snip of the code:dtcol = dt << get column names( "String" ); If( Contains( dtcol, "Name" ), /* but column is blank, create another column Name2 */ ); 

    UserID16644 UserID16644
    Discussions |
    Jun 17, 2022 12:05 AM
    2292 views | 5 replies
  • Wrap Text in HTML

    Hi Community, The script below creates a journal with wrapped text. However, when I save this as an HTML file, the text is no longer wrapped. How can I maintain formatting from the journal to an HTML file?  win= New Window("Metrics", <<journal, hlb = H List Box( Spacer Box(size(400,1000)), V List Box( Spacer Box(size(10,10)), cb = H Center Box(), Spacer Box() ), Spacer Box(si...

    Awooley Awooley
    Discussions |
    Jun 16, 2022 10:12 AM
    1348 views | 2 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