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

  • Automatic registration of addin: support for .jmpaddin?

    According to the JMP 18 help you can install one or multiple add-ins by copying the add-ins into one of two folders. However, apparently, this only works for extracted addin folders, not for .jmpaddin files - JMP simply ignores .jmpaddin files that reside in these folders.

    Is there a simple way to force JMP to install a .jmpaddin file without using the JMP GUI? Or is the only way to extract my .jmp...

    inreoh inreoh
    Discussions |
    Feb 26, 2025 4:13 AM
    753 views | 4 replies
  • Comparision of two DoEs and how to include controls

    Dear JMP-Experts, I created two designs which you find in the attachment. I deleted the DoE dialog scripts cause of data security and provide here only the statistical plan for the experiment. Both are DoE plans with RSM modelling. The Design should be used for optimizing based on existing data.

    Plan1: Here, factor settings for a continuuos and a categorical factor are set. However the categorical ...

    DualARIMACougar DualARIMACougar
    Discussions |
    Feb 26, 2025 4:11 AM
    714 views | 3 replies
  • Import CSV file and clean data by removing letters

    Hi JMP Community, 
    I struggle with a csv import. Unfortunatly I get only that weird csv format from my datasource. At the end I want to use actual voltage and actual current and the time as steady values. 

    Can you please give me some hints how to import the csv correctly? 
    Thanks in advanceNorbert

    NickelNorbert NickelNorbert
    Discussions |
    Feb 26, 2025 3:56 AM
    1081 views | 4 replies
  • Is it possible to achieve this type of plotting using JSL?

    Plotting in a specified column: Plotting data from multiple columns in the same row as a graphic within this column.It seems the effect of the new column manager is not like this.Thanks!

    lala lala
    Discussions |
    Feb 26, 2025 1:59 AM
    1819 views | 17 replies
  • Using JSL script to sort a column in a data table using List Check or Value Order property

    Hi all, I'd like to use the List Check feature or the Value Order column property to custom sort a column in a datatable. This data table is created from a subset of another data table, but I am unable to get the property to custom sort the values in the data table. The relevant commands I'm using is as listed below:     dt_summary_table = (Data Table( "Name of table" )) << Make Into Data Table; /...

    JmpStatistician JmpStatistician
    Discussions |
    Feb 25, 2025 9:57 PM
    3868 views | 5 replies

Latest Discussions

  • Comparision of two DoEs and how to include controls

    Dear JMP-Experts, I created two designs which you find in the attachment. I deleted the DoE dialog scripts cause of data security and provide here only the statistical plan for the experiment. Both are DoE plans with RSM modelling. The Design should be used for optimizing based on existing data.

    Plan1: Here, factor settings for a continuuos and a categorical factor are set. However the categorical ...

    DualARIMACougar DualARIMACougar
    Discussions |
    Feb 26, 2025 4:11 AM
    714 views | 3 replies
  • Is it possible to achieve this type of plotting using JSL?

    Plotting in a specified column: Plotting data from multiple columns in the same row as a graphic within this column.It seems the effect of the new column manager is not like this.Thanks!

    lala lala
    Discussions |
    Feb 26, 2025 1:59 AM
    1819 views | 17 replies
  • Ignored preference

    In JMP Pro version 18 (Windows 10 Pro) I've selected a different default color for my histograms under the Distribution Platform, but said histograms appear to ignore this preference and appear with the default (somewhat blah) color.  What am I doing wrong (if anything)?  It works fine on my Mac (which I rarely use).

    sfigard sfigard
    Discussions |
    Feb 25, 2025 8:13 AM
    1071 views | 6 replies
  • Date time stamp form excel failed

    Value original Excelfile format date-time:                     17.09.2021 10:37:24
    Value after JMP-Import type STRING:                           44439,1151041667Value JMP after correcting the type to date/time:  01.01.1904 12:20

    That's a big problem and up to now I haven't found a solution. There are several columns with same issue.
    It would be graet if somebody has a solution or tip.

    Mike_S Mike_S
    Discussions |
    Feb 25, 2025 4:30 AM
    911 views | 4 replies
  • Is it possible to connect to a IBM DB2 database without using ODBC?

    Hello,      We use an IBM DB2 database through an SSL connection. The OCBC connection to the DB works well, but is quite complex to setup for the majority of the users. If a software can use a "type 4 db2 connection", odbc is not required. Only a "connection string" is sent directly to the remote server. The parameters of this string are usually configured directly in the software. A connection co...

    Graudet Graudet
    Discussions |
    Feb 25, 2025 2:57 AM
    1739 views | 6 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
    351 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
    432 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
    673 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
    495 views | 0 replies
  • Logistic regression - confidence bands.

       

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