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

  • get selected item from a List Box()

     I have a GUI where _cbFilters is poupulated in from different list. Once the List Box is populated, I want to select the variable and pass it for some other us. But unable to do that. I tried get text() get selected etc...e..Button Box( "Get DataBase Filter Column", _cbFilters << Remove all; Database_column_type = radio << getSelected; if(Database_column_type == "AN_CDS", ...

    Dib-Dey Dib-Dey
    Discussions |
    Mar 10, 2020 5:59 AM
    2817 views | 2 replies
  • Response surface final equation in terms of actual factors

    HiI am very new to JMP and recently im using DOE for response surface methodology.My question is; the equation in the softwear is given in terms of coded factors, how i can use this softwear to convert the equation with actual factors?  Many thanks Yang

    Yang Yang
    Discussions |
    Mar 9, 2020 11:59 PM
    14672 views | 7 replies
  • Remove and Store Column Values as LIst

    How do i remove the highlighted and get all the names in column 1 but without the mean(".....") part?

    viskovicz00012 viskovicz00012
    Discussions |
    Mar 9, 2020 11:05 AM
    1415 views | 2 replies
  • FIT Spline in Loop Function

    I am using below loop function to create Bivariate charts by Column " MEASUREMENT_FLAG_NOCHAMBER". However , I want to add more FIT Spline grouping by " WLT_COMPONENT" but fail again and again. anybody can help check what I can do for below script ?  dt = Current Data Table();Summarize( dt, byVals = by( :MEASUREMENT_FLAG_NOCHAMBER ) );Bi = Bivariate( X( :LOT_DATA_COLLECT_DATE ), Y( :CHART_VALUE ),...

    yu629xiao yu629xiao
    Discussions |
    Mar 9, 2020 10:57 AM
    1237 views | 1 replies
  • Displaying data values from Graph Builder

    I am looking for some help in extracting data values at a specific point on a -x-y plot and putting them into a table to add to a presentation. I have attached a picture of a plot and if you notice there are 4 Ref Lines ( 8, 11, 14.5, and 17.5). I would like to get get the exact value for each device at that specific point and put them into a table. I have tried Summary & Tabulate but I can't seem...

    Yngeinstn Yngeinstn
    Discussions |
    Mar 9, 2020 10:43 AM
    5370 views | 8 replies

Latest Discussions

  • get selected item from a List Box()

     I have a GUI where _cbFilters is poupulated in from different list. Once the List Box is populated, I want to select the variable and pass it for some other us. But unable to do that. I tried get text() get selected etc...e..Button Box( "Get DataBase Filter Column", _cbFilters << Remove all; Database_column_type = radio << getSelected; if(Database_column_type == "AN_CDS", ...

    Dib-Dey Dib-Dey
    Discussions |
    Mar 10, 2020 5:59 AM
    2817 views | 2 replies
  • Remove and Store Column Values as LIst

    How do i remove the highlighted and get all the names in column 1 but without the mean(".....") part?

    viskovicz00012 viskovicz00012
    Discussions |
    Mar 9, 2020 11:05 AM
    1415 views | 2 replies
  • FIT Spline in Loop Function

    I am using below loop function to create Bivariate charts by Column " MEASUREMENT_FLAG_NOCHAMBER". However , I want to add more FIT Spline grouping by " WLT_COMPONENT" but fail again and again. anybody can help check what I can do for below script ?  dt = Current Data Table();Summarize( dt, byVals = by( :MEASUREMENT_FLAG_NOCHAMBER ) );Bi = Bivariate( X( :LOT_DATA_COLLECT_DATE ), Y( :CHART_VALUE ),...

    yu629xiao yu629xiao
    Discussions |
    Mar 9, 2020 10:57 AM
    1237 views | 1 replies
  • Exclude outlier in box plot

    Hello,I'm comparing two parameter sets in a box plot. Each set includes has 10 reps for statistics. And obviously there is one outlier in it (see attached file). Is there a way to include the outlier in the graphic, but exclude it from the statistics? I tried the "exclude" status for the row, the statistics are corrected then, but the outlier disapears (it works for the points plot, but I would li...

    JL_LZH JL_LZH
    Discussions |
    Mar 9, 2020 3:15 AM
    4843 views | 2 replies
  • HELP WITH FRACTIONAL FACTORIAL DESIGN OF EXPERIMENT

    How do I carry out a fractional factorial design of experiment. I have watched some videos but they did not explain the basics to me very well. I have a data I need to analyse but I am new to design of experiment, yet, I don't have time to spare. I will prefer an interactive explanation.I greatly appreciate any help provided

    JesusJewel JesusJewel
    Discussions |
    Mar 8, 2020 6:55 AM
    3681 views | 5 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    1629 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1486 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1325 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1287 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1399 views | 0 replies
view all discussions