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

  • Add final result column for different test conditions.

    I did asked similar question earlier but that, that solution doesn't work when I have different number of test station for a same run. if run 1 has 2 tests and run 2 has 3 tests than this solution doesn't work. <JSL>If( Col Max( Col Sum( :Bin == "Pass", :SN, :Run ), :SN ) == Col Number( 1, :SN, :Run ),
    "Pass",
    :Bin[Col Min( If( :Bin != "Pass", Row(), . ), :SN )]
    ) https://community.jmp.com/t5/Discuss...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Feb 21, 2025 5:12 PM
    487 views | 1 replies
  • Are SE of Total effect in Generalized Regression scaled?

    It is my understanding that Total Effects as determined using Generalized Regression: Standard Least Squares: Prediction Profiler: Variable Importance: Independent Resampled Inputs, are scaled to sum to 1.  Are the SE of each total effect also scaled?I am using JMP Pro 17.Thanks for your help

    olddabbler olddabbler
    Discussions |
    Feb 21, 2025 11:14 AM
    765 views | 2 replies
  • Need help with a script for broadcasting the Y axis lines on Graph Builder when using the "Page" layout function and keeping the Y axis Independant

    Hey everyone,While the new ability to stack the panels in Graph Builder is amazing a key to this amazingness is keeping the Y axis Independent of each other.  However, when you have a lot of panels(levels) and want to add in Y axis grid lines you have to do them one by one, which is horrible.  Any ideas on a  script that would allow you to index through each panel and add grid lines independently?...

    shampton82 shampton82
    Discussions |
    Feb 21, 2025 10:35 AM
    817 views | 2 replies
  • Counting how many IDs have a certain variable

    I'm fairly new to JMP so apologies if this is a basic question. I am working on a research project where we are trying to determine how exposure to certain metals affects cognition. I am trying to figure out how many people have data for both of our variables of interest, because some participants only have metal exposure data while others only have cognitive data. Is there a way to get a count fo...

    bellhasaring2it bellhasaring2it
    Discussions |
    Feb 21, 2025 9:16 AM
    805 views | 4 replies
  • I need to group columns using contain function of column name.

    I am trying to group a Column by a contain function of column name. I need to group every column that contain "ID". Here is what I came up with. What am I doing wrong?   <JSL> Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\Air Traffic.jmp" ); Data Table( "Air Traffic" ):Event << Set Name( "ID" ); col = dt << get column names( "String"); nc = N Items( col ); colList = {}; For( i = 1, i <...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Feb 21, 2025 8:05 AM
    603 views | 2 replies

Latest Discussions

  • Add final result column for different test conditions.

    I did asked similar question earlier but that, that solution doesn't work when I have different number of test station for a same run. if run 1 has 2 tests and run 2 has 3 tests than this solution doesn't work. <JSL>If( Col Max( Col Sum( :Bin == "Pass", :SN, :Run ), :SN ) == Col Number( 1, :SN, :Run ),
    "Pass",
    :Bin[Col Min( If( :Bin != "Pass", Row(), . ), :SN )]
    ) https://community.jmp.com/t5/Discuss...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Feb 21, 2025 5:12 PM
    487 views | 1 replies
  • Counting how many IDs have a certain variable

    I'm fairly new to JMP so apologies if this is a basic question. I am working on a research project where we are trying to determine how exposure to certain metals affects cognition. I am trying to figure out how many people have data for both of our variables of interest, because some participants only have metal exposure data while others only have cognitive data. Is there a way to get a count fo...

    bellhasaring2it bellhasaring2it
    Discussions |
    Feb 21, 2025 9:16 AM
    805 views | 4 replies
  • How do I select the correct SPC chart in Process Screening

    I have a data set that includes the percentage of patients seen within 13 weeks, pre and post a kaizen event.I selected Process Screening which produced the following...   The pre selected SPC is I-MR.  Should it not be a P chart?  It doesn't seem to allow me to change this.Is there a function in Process Selection that allows me to visually display the changes more effectively in a presentation?Th...

    Noeleen20350465 Noeleen20350465
    Discussions |
    Feb 20, 2025 9:54 PM
    1727 views | 8 replies
  • How to exclude headers and footers while importing multiple txt files via Import Multiple Files Wizard?

    I am trying to import multiple *.txt data files from folders and subfolders. All data files have headers and footers (both starting with !). Headers are from line 1 to line 21. Line 22 has the test parameter names while test data starts from line 23. When data ends, the footer information starts (with !). All data is tab separated. 1. I am unable to get data imported with parameter names as column...

    Neo Neo
    Discussions |
    Feb 20, 2025 10:07 AM
    918 views | 4 replies
  • Setting Default Selected Item in a Combo Box

    When using a combo box, how can I set it to display the currently selected item by default? For example, if the default is the first item, which is "1", what should I do to have the combo box show "7" as the currently selected item by default, as shown in the image below? a = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0"}; New Window( "Test", testCB = Combo Box( a, ) );  

    BabyDoragon BabyDoragon
    Discussions |
    Feb 20, 2025 4:31 AM
    541 views | 2 replies

Latest Discussions

  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    395 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    486 views | 0 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    705 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    527 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    551 views | 0 replies
view all discussions