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

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

  • Repeated measures survival analysis

    Dear Members of the community, I would like to analysis the duration of a process performed 8 repeated times with 30 computers and five different operating systems. as in the attached data file. this data is also censored, when duration was longer than 180 seconds it was just deemed to be a failure.   the main aim is to test the following hypotheses: 1) is there a difference between operating syst...

    ron_horne ron_horne
    Discussions |
    Dec 18, 2020 8:27 AM
    3192 views | 4 replies
  • Function to copy down data based on a selection criteria

    Hi, Would it be possible to create a function, script or column formula to copy over information from a column based on a selection that is made in other columns. Some sort of VLOOKUP function if I would need to describe this. I have attached a JMP table as an example. I would like to populate the Adjusted Time column with data from the Time column. And this should be done in a manner that if Stag...

    RobRobeyns RobRobeyns
    Discussions |
    Dec 18, 2020 7:55 AM
    2079 views | 3 replies
  • JSL > Graph Builder > Graphic script > Text background color and transparency?

    Hi JMP Community, I'm trying to assign a background color and transparency to dynamically added text via a graphic script (see below) but I have not been able to find the right approach to do so. Also, I would like to have the text and its background as the top layer in GB plot to dim out any plot elements overlapping with the text.As you may have seen in a previous post, I thought that drawing a ...

    Thierry_S Thierry_S
    Discussions |
    Dec 18, 2020 4:01 AM
    2093 views | 2 replies
  • Data evaluation

    Hello everybody, I do have a data set with the following columns: - Production Date/time
    - Shift (3 per day)
    - Location of interim storage (10 locations with 75 different options for each location)
    - Batchnumber
    - Product thickness (ranging from 100 to 1000)
    - Product length (1 or 2)
    - Quality inspection at the end of process for each product (Good or Bad) The data of a row represents the data for one p...

    JohannesENS JohannesENS
    Discussions |
    Dec 18, 2020 12:36 AM
    2764 views | 6 replies
  • Force Import Format of Excel columns

    Dear community, I am trying to import data from the attached Excel file "DATA_SAMPLE_TO_IMPORT.xlsx", using following jsl script: Open( ".\DATA_SAMPLE_TO_IMPORT.xlsx", Worksheets( "DATA" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Column( 0 ), Worksheet Settings( 1, Has Column Headers( 1 ), Number of Rows in Headers( 1 ), Headers Start on Row( 1 ), ...

    J_Bonnouvrier1 J_Bonnouvrier1
    Discussions |
    Dec 18, 2020 12:36 AM
    4461 views | 5 replies

Latest Discussions

  • test data STDF to dispay units

    i have an stdf file  from test data  im able to extract a limits table from the file. but i do not have units.  any idea how to get the test limits units from the stdf files ??

    steo45 steo45
    Discussions |
    Dec 17, 2020 4:21 AM
    2398 views | 4 replies
  • Generalized Regression vs Standard Least Squares

    I have a 32 row data set of 6 factors and 1 response from a DOE I just performed. The response data is not normally distributed and should only contain values between 0 and 1. I saw the generalized regression platform in JMP Pro allows you to specify a variety of distributions including the beta distribution where the response is between 0 and 1. However, I also found a function I can use to trans...

    avogadrosmole avogadrosmole
    Discussions |
    Dec 11, 2020 7:26 AM
    2453 views | 4 replies
  • how to the find the logistic variability parameter

    Hello everybody,   I am performing analysis for OK/NOK output, see attached files. I need to find the estimate of gamma, the logistic variability parameter. Where can I find it in the analysis report?   Thank you very much.    

    eldad_galili eldad_galili
    Discussions |
    Dec 9, 2020 9:32 AM
    1006 views | 1 replies
  • Graph Buikder: Using group X with a continuous variable

    Hello everybody, When we put a continuous variable in the Group X area, intervals are automatically created. However I wonder what is the rule to create these intervals. They are not regular and the number of points is not identical in each interval... In addition, is it possible to modify them and to define our own intervals (without creating a new variable)? Thanks in advance for your help!

    anne_sa anne_sa
    Discussions |
    Dec 9, 2020 7:27 AM
    1554 views | 3 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
    1515 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
    1324 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
    828 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
    1039 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
    1268 views | 0 replies
view all discussions