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

  • How can i choose the same observation to calculate a ratio for a series of observations?

    Hello, I am pretty new to jmp, but I have a question regarding creating a function column. So I have a dateset where I have recorded physiological data for the same 6 heart rate values in 16 mice. I want to choose two of these physiological variables to calculate a ratio - and I want the numerator to be the phys. value for the corresponding highest heart rate, and the denominator for another phys....

    PercentileBird2 PercentileBird2
    Discussions |
    Mar 5, 2025 5:37 AM
    2731 views | 4 replies
  • How can get the LearnBot assistant plug-in in JMP?

    Has it been publicly released? Thanks!

    lala lala
    Discussions |
    Mar 5, 2025 12:09 AM
    2103 views | 3 replies
  • Set Scroll Position for Data Table

    Is there a way to set the scroll position for a data table?  I'm creating a table with an assortment of images in the first couple columns, but as I run my script (updating and editing different tables) the final resulting table ends in a scroll position (vertically and horizontally) somewhere in the middle of the table.  I'm aware of the SetScrollPosition function, but that doesn't seem to do wor...

    joh13213 joh13213
    Discussions |
    Mar 4, 2025 9:48 PM
    1082 views | 1 replies
  • Add script stored in variable to data table

    How can I add a script to create a data table to another data table?  I have tried different combinations of Get Script, New Script, and Eval without success.  I am using JMP 18.1.2. // Example dt_1; // Starting table 1. dt_2; // Starting table 2. dt_2_script = dt_2 << Get Script; // None of these work: dt_1 << New Script( "dt_2 Script", dt_2_script ); dt_1 << New Script( "dt_2 Script", Eval( dt...

    robot robot
    Discussions |
    Mar 4, 2025 12:50 PM
    1496 views | 2 replies
  • Bootstrap Forest Platform > "validation" column vs "validation" portion

    2 (basic?) questions about Bootstrap forest platform:- So I can specify a validation column, tagging the records as "training", "validation" or "test" (60%,20%,20%).
    But there is also a "validation Portion" option (default as 0). What is this portion ? And is it discarded if validation column is specified ? - I provide validation records, so I assume the platform will run hyperparams optimization. ...

    LargeDormouse25 LargeDormouse25
    Discussions |
    Mar 4, 2025 12:40 PM
    2128 views | 3 replies

Latest Discussions

  • How can i choose the same observation to calculate a ratio for a series of observations?

    Hello, I am pretty new to jmp, but I have a question regarding creating a function column. So I have a dateset where I have recorded physiological data for the same 6 heart rate values in 16 mice. I want to choose two of these physiological variables to calculate a ratio - and I want the numerator to be the phys. value for the corresponding highest heart rate, and the denominator for another phys....

    PercentileBird2 PercentileBird2
    Discussions |
    Mar 5, 2025 5:37 AM
    2731 views | 4 replies
  • Github Copilot ?

    Can I enable Github Copilot in the JSL and Python Editor of JMP?

    hogi hogi
    Discussions |
    Mar 4, 2025 10:54 AM
    3213 views | 6 replies
  • Select Previous Year

    I'm in the process of automating some monthly reports, and am having trouble selecting the data I need. Suppose there is a column of dates. I would like a JSL script that selects the previous 12 months of data, based on the current month.
    Example: We are in August 2021. I would like the script to select all dates from August 2020 to present. Next month when it is September I would like it to select...

    benc benc
    Discussions |
    Mar 4, 2025 9:35 AM
    2502 views | 3 replies
  • How to Properly Specify a Mixed Model

    Hello,I am currently analyzing EEG beta power data using a mixed model in JMP and would like to ensure that I am specifying the model correctly. My dataset is structured in long format, where each row represents a single observation with the following variables: SubjectGroupStimulusElectrodeTimePower1AXCz-0.41.231AXCz-0.21.451AXPz-0.40.56..................1AYCz-0.42.91..................2BXCz-0.41....

    RMSJaguar755 RMSJaguar755
    Discussions |
    Mar 4, 2025 7:24 AM
    2324 views | 4 replies
  • calculate the Margin of Difference for the TOST

    HiI'm currently working on comparing data for the same lot of material through a test method transfer between two different labs. To complete the TOST analysis, I need to determine the appropriate level of difference margin to use.Could you please provide guidance on calculating this margin using historical datasets before proceeding with the transfer study?

    danielf danielf
    Discussions |
    Mar 4, 2025 2:19 AM
    1439 views | 1 replies

Latest Discussions

  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    752 views | 0 replies
  • 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://[email protected] 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    826 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
    947 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
    1254 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
    981 views | 0 replies
view all discussions