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

  • Build Error Bars with 3 standard deviations from the mean using 'Graph Builder'

    How do I build a line graph with a 3 standard deviation from mean instead of 1 standard deviation?   

    PowerPlatypus37 PowerPlatypus37
    Discussions |
    Jan 22, 2024 5:15 AM
    2218 views | 4 replies
  • help with model comparsion: DOE vs ANN boosted

    Good morning guys! 1) I have a DOE and some boosted neural network models that I would like to compare their respective Rsquared (largest), RASE (smallest) and AAE (smallest) to select the best optimized models from my experiments. I saw that in the "Model Comparison" tool, through the predictive formulas saved in the experiment spreadsheet, I can make the selection according to the criteria above...

    ivanpicchi ivanpicchi
    Discussions |
    Jan 22, 2024 3:24 AM
    3050 views | 5 replies
  • Liket scale with subscales

    I have 3 Likert scales, and 2 have subscales. How do I first find the sum of each survey and then the individual subscales to make a new variable to test SLR for mediations..

    SeasonalShark96 SeasonalShark96
    Discussions |
    Jan 22, 2024 1:01 AM
    1252 views | 2 replies
  • JSL ignores white-spacing for names, most people don't take advantage of this!

    Not an important question, but I've often wondered why. At my company there are many casual scripters in JSL and a few heavy-weights.  I'm a voracious consumer of other peoples code (reading) and have read a great deal of code from more than 20 people here.  Also, I've seen many examples of code posted here in the community forums. Almost universally I see that the code authors do not take advanta...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 22, 2024 12:11 AM
    4144 views | 9 replies
  • Discrete Choice Experiments - Adding Weightings to Choices

    Hi there, I'm designing a choice experiment and before I collect any responses I want to check if it would be useful to ask respondents how much they prefer one choice over another, as a percentage. For example, if a respondent chooses Choice 1 over Choice 2, I could then ask them, "as a percentage, how much more do you prefer Choice 1 over Choice 2?" Would collecting this weighting associated wit...

    Alicia Alicia
    Discussions |
    Jan 21, 2024 9:59 AM
    1533 views | 3 replies

Latest Discussions

  • Build Error Bars with 3 standard deviations from the mean using 'Graph Builder'

    How do I build a line graph with a 3 standard deviation from mean instead of 1 standard deviation?   

    PowerPlatypus37 PowerPlatypus37
    Discussions |
    Jan 22, 2024 5:15 AM
    2218 views | 4 replies
  • help with model comparsion: DOE vs ANN boosted

    Good morning guys! 1) I have a DOE and some boosted neural network models that I would like to compare their respective Rsquared (largest), RASE (smallest) and AAE (smallest) to select the best optimized models from my experiments. I saw that in the "Model Comparison" tool, through the predictive formulas saved in the experiment spreadsheet, I can make the selection according to the criteria above...

    ivanpicchi ivanpicchi
    Discussions |
    Jan 22, 2024 3:24 AM
    3050 views | 5 replies
  • Liket scale with subscales

    I have 3 Likert scales, and 2 have subscales. How do I first find the sum of each survey and then the individual subscales to make a new variable to test SLR for mediations..

    SeasonalShark96 SeasonalShark96
    Discussions |
    Jan 22, 2024 1:01 AM
    1252 views | 2 replies
  • Discrete Choice Experiments - Adding Weightings to Choices

    Hi there, I'm designing a choice experiment and before I collect any responses I want to check if it would be useful to ask respondents how much they prefer one choice over another, as a percentage. For example, if a respondent chooses Choice 1 over Choice 2, I could then ask them, "as a percentage, how much more do you prefer Choice 1 over Choice 2?" Would collecting this weighting associated wit...

    Alicia Alicia
    Discussions |
    Jan 21, 2024 9:59 AM
    1533 views | 3 replies
  • Custom Binning - how to edit the bins?

    Wow, custom binning even works with dates, cool! There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?

    (view in My Videos) dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" ); d...

    hogi hogi
    Discussions |
    Jan 21, 2024 2:33 AM
    849 views | 0 replies

Latest Discussions

  • Custom Binning - how to edit the bins?

    Wow, custom binning even works with dates, cool! There is even a possibility to edit the binning. But: quite uncomfortable to type in the dates in seconds and to correct the labels manually.What do I have to change in my workflow to be able to enter the "dates" in a usual format - and to get the labels adjusted automatically?

    (view in My Videos) dt = Open( "$SAMPLE_DATA/Aircraft Incidents.jmp" ); d...

    hogi hogi
    Discussions |
    Jan 21, 2024 2:33 AM
    849 views | 0 replies
  • Custom Binning - how to edit Transform Column settings?

    In Jmp16, Custom binning was introduced: Interactive Binning - New in JMP 16 Very useful, thanks a lot to the developers! There are 3 ways (or more?) to use this feature:In the data table, via the menu:  Col/Utilities/Make Binning Formula ...
    or via right click / New Formula Column/Distributional */Custom Binning ...


    for plot modes like Overlay, Color, X/Y Group, Page:
    via right click/Levels/Custom L...

    hogi hogi
    Discussions |
    Jan 19, 2024 10:50 PM
    677 views | 0 replies
  • Data Table for Multiple Users

    Hi JMP Community, I created a data table that will used by a few colleagues to update table rows with new weekly data and to pull charts & graphs from. The file is stored on a SharePoint folder so we can all access it. The problem is if one user has the file open and another user opens the file, it will create a copy with that users computer ID.

    Is there a way for multiple users to access this file...

    CTrahon0526 CTrahon0526
    Discussions |
    Jan 19, 2024 9:45 AM
    792 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    657 views | 0 replies
  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Jan 15, 2024 12:01 PM
    736 views | 0 replies
view all discussions