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

  • JMP Application builder - Save preference option for user

    Hi all, I have created a jmp app using the application builder. I want to know if there is any possibillity to have ''Save Preference'' option for the user in the developed application. To give context i want user to save a preffered directory to export. if user selects a directory i want to use that as default directory whenuser accesses this application again. is it possible to use that value ov...

    ComplexNerd ComplexNerd
    Discussions |
    Apr 9, 2024 12:42 AM
    572 views | 1 replies
  • Adding Formula Columns based on Column Name List

    Hi there! I'm trying to create a script that will generate Formula columns based on if a Column Name contains the right keyword. I think I'm misusing the way lists translate strings into other functions. Currently using JMP 17 Ptable = Current Data Table (); col list = Ptable << Get Column Names(String); if(debug == 1, Print(col list)); For(i=1, i<ncols(Ptable), i++, If( Contains( col list[i],...

    BatteryTamer359 BatteryTamer359
    Discussions |
    Apr 8, 2024 12:53 PM
    1409 views | 4 replies
  • Making Subsets Smarter - Help Needed

    Hi Hive Mind, I quite often make a subset of my data table. My current method isFind a value that is representative of my subsetRight click -> Select matching cellsTables -> Subset à selected rows, all columnsSave fileAlternatively, I willUse “Save as” to create a new fileFind a value that is representative of my subsetRight click -> Select matching cellsInvert selectionDelete Rows I do this many ...

    Stats_Like_Jazz Stats_Like_Jazz
    Discussions |
    Apr 8, 2024 7:03 AM
    2135 views | 8 replies
  • Extract confidence interval values from a graph to data table - help needed please

    Hi All I'm looking to extract the CI data that is computed from JMP17 and shown in the graph. When fitting y by x model and getting CI from there, it seems like the values do not match what is shown in the graph (but I appreciate I'm eyeballing the graph data hence may be mistaken here..).Could someone provide an advice please? I don't seem to find applicable answer here.   CheersAgnieszka Note: I...

    AgnieszkaL AgnieszkaL
    Discussions |
    Apr 8, 2024 5:50 AM
    1689 views | 6 replies
  • doe - 10 suppliers of the active material

    Hi ,I'd like to design an experiment to investigate the relationship between active material concentration and the final particle size. I want to test 10 different active material suppliers and see how the active material concentration affects the resulting particle size.Since the materials are very expensive, I'm looking for an efficient experimental design that can provide meaningful insights wh...

    YanivD YanivD
    Discussions |
    Apr 8, 2024 3:11 AM
    1634 views | 4 replies

Latest Discussions

  • JMP Application builder - Save preference option for user

    Hi all, I have created a jmp app using the application builder. I want to know if there is any possibillity to have ''Save Preference'' option for the user in the developed application. To give context i want user to save a preffered directory to export. if user selects a directory i want to use that as default directory whenuser accesses this application again. is it possible to use that value ov...

    ComplexNerd ComplexNerd
    Discussions |
    Apr 9, 2024 12:42 AM
    572 views | 1 replies
  • Extract confidence interval values from a graph to data table - help needed please

    Hi All I'm looking to extract the CI data that is computed from JMP17 and shown in the graph. When fitting y by x model and getting CI from there, it seems like the values do not match what is shown in the graph (but I appreciate I'm eyeballing the graph data hence may be mistaken here..).Could someone provide an advice please? I don't seem to find applicable answer here.   CheersAgnieszka Note: I...

    AgnieszkaL AgnieszkaL
    Discussions |
    Apr 8, 2024 5:50 AM
    1689 views | 6 replies
  • steepest descent/ascent

    Dear JMP community users,I would like to How can I perform steepest ascent/descent using JMP. Does JMP has an Option for that.

    Statexplorer Statexplorer
    Discussions |
    Apr 7, 2024 4:29 PM
    2212 views | 7 replies
  • Plot only the filtered data from a given column on a dashboard

    Hi,I am trying to build a dash board that will plot relevant graphs.My current issue is that it plots the entire data on one graph, highlights the filtered data and the rest is grayed out. I want to graph to be build only with the data of the relevant rows of the given column. 
    For example, if I want to plot height as a function of age, and I have a column for "sex" which holds 'M' and 'F', so I ha...

    Avshish Avshish
    Discussions |
    Apr 6, 2024 8:14 AM
    1098 views | 4 replies
  • Process Screening Chart Options - Show spec limits

    So it looks like this is only available for I-MR and not Xbar-R/S, do I have that correct?  If so does anyone know why?  I can see that spec limits are more valuable when looking at I-MR but its still helpful for xbar charts as well.

    emorris1000 emorris1000
    Discussions |
    Apr 5, 2024 1:59 PM
    2417 views | 8 replies

Latest Discussions

  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    418 views | 0 replies
  • Multiple imputation of ordinal data

    HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance! 

    CovariateFilter CovariateFilter
    Discussions |
    Mar 28, 2024 10:00 AM
    472 views | 0 replies
  • How to categorize the same ID in row with other columns?

    Hi, I have the data set that the same ID in multiple rows. Each rows had 1 to 3 categories. The columns represent costA to costZ that I need to stack in the same Cost column. However, I need to generate group by category 1 ( 1 if category 1 < 2000, 2 if category 1 = 2000 - 4000, 3 if category 1 = 4000 - 6000, 4 if category 1 = 6000 - 10000, 5 if category 1 > 10000). However, I need to delete categ...

    doraemengs doraemengs
    Discussions |
    Mar 25, 2024 9:12 PM
    651 views | 0 replies
  • LCA appears to treat ordinal variables as nominal

    When I run cluster analysis --> LCA with ordinal variables (numeric, ordinal), the probability formula appears to be treating the variables as nominal, rather than ordinal. For each variable, there are 5 levels (i.e., 1-5). If being treated as ordinal, wouldn't the probability formulas reflect an order for each level where 1 may have the smallest probability and 5 the largest? As you can see below...

    AutoMethodsBee1 AutoMethodsBee1
    Discussions |
    Mar 25, 2024 12:41 PM
    406 views | 0 replies
  • RSS, TSS, precent of residual sum of squares

    Is it possible to calculate RSS and TSS and precent of residual sum of squares for a linear calibration curve in JMP?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 25, 2024 3:29 AM
    656 views | 0 replies
view all discussions