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

  • How can use JSL to save the results of each download in a different variable in this textual manner? Hello!

    Hello!
    Set this URL can increase the serial number in a circular way can download different data, how to realize the automatic generation of different variables to save each different download results?
    Thanks!For( i = 1, i <= 60, i++, u = "" || Char( i ); rs = New HTTP Request( Url( u ), Method( "GET" ) ); Eval( Parse( "txt" || Char( i ) || "=" || rs << Send ) );//?? Show( txt1 ); //txt1 = rs <...

    lala lala
    Discussions |
    May 19, 2023 6:35 PM
    1851 views | 5 replies
  • Open multiple Files

    I want to open multiple measurement files and concatenate them to a single file.Unfortunately, due to the strange header of the files, it's not straightforward to use Import Multiple Files ... So, I set up a for loop and load every file via open() ..., process it one by one, and then concatenate them. It's astonishing how much slower for( open(...))  is compared to MFI.Some tricks that I tried:- l...

    hogi hogi
    Discussions |
    May 19, 2023 1:58 PM
    8110 views | 11 replies
  • Indexing Characters?

    Is there a way to use an index argument with characters like one can do with numerals?  For example, while  1::5 would yield {1,2,3,4,5}, is there an efficient method to do X8::Y2 or am I stuck having to write out {"X8", "X9", "Y0", "Y1", Y2"}?Thanks!

    Pertussic Pertussic
    Discussions |
    May 19, 2023 12:15 PM
    1802 views | 4 replies
  • JSL - Pulling in files with headers in different rows

    I am trying to write JSL to pull in multiple files and concatenate them together, but I have some files where the headers start in row 2 and some files where the header starts in row 3.  I am unaware of which files have headers in different rows and I am trying to avoid having to open them all to find out.  Is there a way to write JSL to look for the first column header (Time) and start reading th...

    AmandaStone AmandaStone
    Discussions |
    May 19, 2023 10:20 AM
    2354 views | 4 replies
  • Outlier screen for automotive PAT(part average testing)

    Hi Team,   I am using the Robust Fit outlier - quartile, the result is for both high & low screen , mean +/- 6 K(Sigma). Now I am watching the leakage part only. I just need the outlier for mean + 6 K (Sigma). Please tell me how to make it happen from JSL. Thanks. Explore Outliers( Y( :icc_aux10_total_vcc_1.000, :icc_aux10_VCCAUX10_vcc_1.000, :icc_aux18_total_vcc_1.000, :icc_aux18_VCCAUX18_vc...

    Lichun Lichun
    Discussions |
    May 19, 2023 7:09 AM
    3212 views | 6 replies

Latest Discussions

Latest Discussions

  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1194 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    770 views | 0 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    984 views | 0 replies
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    654 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    697 views | 0 replies
view all discussions