cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • 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
    2032 views | 7 replies
  • GUI not consistently responding. Have to "Resize JMP window" to see a response.

    I recently installed JMP and I think I ought to have set up the license properly. However upon going to through the tutorial I noticed something that I really ought to fix and is unfortunately, not addressed in most newbie guides I can find. 

    When I clicked the trial Columns and began to cast them I found that apparently, there was not any response from JMP. I could click and drag, I could double c...

    LatinCHAIDMoose LatinCHAIDMoose
    Discussions |
    Jun 17, 2022 7:11 AM
    2084 views | 4 replies
  • Insert user input into a basic calculation in jsl

    Hi all,I want to ask user to insert number of months for analysis. This value will be used in equation to select the last "insert months" of rows and then subset.I prepared following part at the beginning, but this leads to an error. Names Default To Here( 1 ); nw = New Window("", <<Modal, <<Return Result, HListBox( Panel Box("How many months would you like to analyze?", Lineup Box( 2, ...

    Metin_Tueluemen Metin_Tueluemen
    Discussions |
    Jun 17, 2022 6:18 AM
    984 views | 2 replies
  • What is the best way to graph catch/pot in relation to east-west and inshore-offshore vessel groupings?

    The table is a modified (i.e. it has had extra columns added to delimit the data) output table from an individual based model of the South Devon crab fishery. This is executed by 20 vessels each of which has a variable number of pots set to catch crabs. The crabs move from east to west through the modelled area. I am mostly interested in determining the differences in catch per pot in the west of ...

    hartpjb hartpjb
    Discussions |
    Jun 17, 2022 6:13 AM
    1923 views | 4 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
    1591 views | 5 replies

Latest Discussions

  • 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
    2032 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
    1591 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
    1010 views | 2 replies
  • How to change order on a "compare means" chart

    Hey everyone,  Im trying to change the order on a Tukey-Kramer compare means chart and cannot figure out how.Our response variable is a swell property, where lower swell is desired. How do I get my charts to show the lowest values at the top and largest at the bottom (specifically for a connecting letters report)? I've tried hitting 'reverse' on the value order on the columns of said variable, to ...

    CriticalDoe368 CriticalDoe368
    Discussions |
    Jun 14, 2022 11:12 AM
    710 views | 1 replies
  • X Bar & R chart Tool tip

    How to see the serial number of each point on the chart when placing the mouse over it? I would like the chart to tell which data point each dot refers to. Thanks. 

    XN XN
    Discussions |
    Jun 14, 2022 7:25 AM
    1065 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
    618 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
    484 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
    625 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
    781 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
    554 views | 0 replies
view all discussions