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

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 to check categorical to categorical correlations in data

    Hi,

    I have data like this and I would like to correlation between fail column to other categorical columns.

    What is stat test in jmp and how can we apply that? 
    Any suggestions?  

    joshua joshua
    Discussions |
    Dec 25, 2020 12:14 PM
    4253 views | 4 replies
  • Definitive Screen Design (DSD) Model confirmation

    Hi all, I designed a DSD with the following info:- Design: 7 continuous and 1 categorical factors, 22 run- Design Evaluation on power and correlation: very good- Fit model via Fit Definitive Screening: excellentRMSE = 0.2803, RSq =0.997, PValue<0.001)Lack of Fit: no (F Ration 191, Prob > F = 0.0561)Residual and Studentized Residuals are all good- Model structure: Contains 5 main, 4 quadratic and 1...

    ZenCar ZenCar
    Discussions |
    Dec 24, 2020 12:54 PM
    5083 views | 12 replies
  • Parallel Assign concatenating JMP tables inside a for loop

    I have several folders and inside each folder there are several CSV files. Each CSV file has around 500,000 rows. I use a JSL script to concatenate all csv files inside each folder into one JMP table. This process is repeated on each folder and hence in the end there are as many concatenated JMP tables as the no of folders. But it takes a lot of time.I searched for parallel programming in JSL and ...

    rverma rverma
    Discussions |
    Dec 24, 2020 11:06 AM
    1807 views | 2 replies
  • Selecting Duplicate Rows in a Data Table

    I'm sure this must have been tackled before but I can't find it on the forum so apologies if the answer is blindingly obvious.

    I have a large data table that I know contains duplicate rows. What I want to do is to easily select these duplicates and either delete or exclude from further analysis. Is there a script that can do this in v8 & v9 of JMP?

    Discussions |
    Dec 24, 2020 9:54 AM
    23933 views | 8 replies
  • ファイルサイズの大きいテキストデータの読み込み方法について

    約120GBのテキストデータを読み込む場合、メモリが不足して読み込むことができません。
    分割して読み込むなど、何か対処方法があれば、教えていただけないでしょうか。

    Yu1 Yu1
    Discussions |
    Dec 24, 2020 4:27 AM
    1953 views | 1 replies

Latest Discussions

  • How to check categorical to categorical correlations in data

    Hi,

    I have data like this and I would like to correlation between fail column to other categorical columns.

    What is stat test in jmp and how can we apply that? 
    Any suggestions?  

    joshua joshua
    Discussions |
    Dec 25, 2020 12:14 PM
    4253 views | 4 replies
  • Definitive Screen Design (DSD) Model confirmation

    Hi all, I designed a DSD with the following info:- Design: 7 continuous and 1 categorical factors, 22 run- Design Evaluation on power and correlation: very good- Fit model via Fit Definitive Screening: excellentRMSE = 0.2803, RSq =0.997, PValue<0.001)Lack of Fit: no (F Ration 191, Prob > F = 0.0561)Residual and Studentized Residuals are all good- Model structure: Contains 5 main, 4 quadratic and 1...

    ZenCar ZenCar
    Discussions |
    Dec 24, 2020 12:54 PM
    5083 views | 12 replies
  • ファイルサイズの大きいテキストデータの読み込み方法について

    約120GBのテキストデータを読み込む場合、メモリが不足して読み込むことができません。
    分割して読み込むなど、何か対処方法があれば、教えていただけないでしょうか。

    Yu1 Yu1
    Discussions |
    Dec 24, 2020 4:27 AM
    1953 views | 1 replies
  • Technical Details of Variable Importance Calculations

    I am looking for more technical details (beyond what is stated in the JMP documentation) about how Variable Importance is calculated (available under the Prediction Profiler options). I have read the two reference papers listed in the documentation (Sobol (2001) and Saltelli (2002)).  I think I get the general idea, but I what I want to know is more of the gritty details on how the monte carlo sim...

    MathStatChem MathStatChem
    Discussions |
    Dec 23, 2020 3:50 PM
    1369 views | 1 replies
  • Unable to save file to Sharepoint

    Hi all. At the end of what has been (to me) a complex script to extract specific data from an Excel file stored on Sharepoint, then perform necessary analysis, and save as an interactive HTML file, I seem to be struggling with what should be a very basic step. I can no longer see the wood for the trees. Am I missing something here?   This format works for saving to my desktop or any drive on my PC...

    kom kom
    Discussions |
    Dec 23, 2020 7:31 AM
    3965 views | 4 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1519 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1326 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    830 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1039 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1269 views | 0 replies
view all discussions