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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Value label not preserved in journal

    I have a script that uses the bivariate platform to produce a plot of data over discrete time units (e.g. 202101 for 1st week of 2021). The time units used are not negotiable and do not space correctly if treated as continuous: the distance between 202052 and 202101 will not be the same as the distance between 202101 and 202102, but these distances should be the same as they are consecutive weeks....

    drew_baumgartel drew_baumgartel
    Discussions |
    Mar 4, 2021 5:11 AM
    2781 views | 4 replies
  • How to automate variability chart plotting?

    I have a table with following information.I have this data for ~40 different tests and upper and lower limit are different for each of the test.How can I automate the variability chart plotting?part_numtest_nummeasured_valueupperlimitlowerlimitFollowing is what I need to automate-Thanks 

    ENTHU ENTHU
    Discussions |
    Mar 4, 2021 5:06 AM
    2899 views | 4 replies
  • Sending the Gui window to background

    so I'm working with JMP 12 and I Made a GUI window that opens a JMP file.but once the file is open, I can't click it unless I close the GUI window first.for example I have this GUI, when I click run script it opens JMP table but every time I try to click, it doesn't open, unless I close the GUI is there a way to be able to look at JMP files will the JMP GUI is open? 

    itzikd itzikd
    Discussions |
    Mar 3, 2021 2:42 AM
    1552 views | 1 replies
  • Default button selection/highlight in modal window

    Is it possible to set specific button as selected button in modal window to allow usage of that button with enter/space press? In the example script I have added I would like to have default selection to be "OK" button of modal window but by default it is set as first selection of radio box (in this case "Option 1") and I haven't figured out how to change it. I managed to do this by creating fake ...

    jthi jthi
    Discussions |
    Mar 3, 2021 12:41 AM
    3445 views | 4 replies
  • Dynamic Display box based on user selection

    How to dynamically update a window based on user selection from either a combo box selection or radio box ? I've gone so far as trying out the script below but instead of replacing the text box, it kept appending new text boxes. How to update the script to change the display based on selection ?I'm planning to incorporate more things beyond just text boxes (i.e. button boxes, col list boxes, etc)....

    Djtjhin Djtjhin
    Discussions |
    Mar 2, 2021 10:42 PM
    3302 views | 2 replies

Latest Discussions

  • How to automate variability chart plotting?

    I have a table with following information.I have this data for ~40 different tests and upper and lower limit are different for each of the test.How can I automate the variability chart plotting?part_numtest_nummeasured_valueupperlimitlowerlimitFollowing is what I need to automate-Thanks 

    ENTHU ENTHU
    Discussions |
    Mar 4, 2021 5:06 AM
    2899 views | 4 replies
  • Error in estimating interactions using Fit Model:Contrasts

    I teach stats in my graduate psychology program, and my approach is to use orthogonal contrasts to analyze ANOVA designs. (See this book among others.) The "LSMeans Contrasts" option in the right-most section of the output is a fantastic way to analyze the data this way without actually having to built contrast codes in JMP columns. I start with the main effect contrasts and then figure out how to...

    profjmb profjmb
    Discussions |
    Mar 2, 2021 4:48 AM
    1685 views | 1 replies
  • How to append data to a file without opening it?

    I need to append new data to a file on a weekly basis.  Is there a way for me to do so without opening/loading the file in JMP script? dt = open("my.csv"); dt<< Concatenate(Data Table ("New data") , append to first table); dt << Save("my.csv", Replace(1));  Thanks!

    Dawn_Lun Dawn_Lun
    Discussions |
    Mar 1, 2021 4:08 AM
    3187 views | 2 replies
  • k-NN visualization in JMP

    Hi folks, Longtime JMP Pro user here but fairly new to working with the k-Nearest Neighbors classification module.  I'm working with a visible reflectance spectroscopy data set for a geological material classification (two-class) problem.  I have a fairly well-optimized k-NN model at this point with a low misclassification rate on my test set.  So far, so good.  However, I am looking for a way to ...

    redrock redrock
    Discussions |
    Mar 1, 2021 4:00 AM
    2918 views | 3 replies
  • Looking for a sample size calculator for defect proportions that can help me optimize the sample size with a minimum proportion to detect and the CIs for computed proportions.

    Use case: 35,000 defects detected by a machine on one wafer. An operator samples 1500 images and sorts them into 10 categories. The percentages of the defect categories are meant to reflect the defects in the population of 35,000. In this case 1500 images were used but what happens when the 5000 images are used? What does that do to the confidence intervals on the proportions. As the sampling gets...

    students_t students_t
    Discussions |
    Feb 27, 2021 12:38 PM
    5042 views | 4 replies

Latest Discussions

view all discussions