cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • Split the information from one column and put them into several columns

    Hello JMP Users, I need your help to split the infomation from Column 1 and put them into several columns. Regards,Chandan   

    chandankishor66 chandankishor66
    Discussions |
    Sep 28, 2022 9:43 AM
    709 views | 2 replies
  • Freshly made Definitive Screening Design does not have foldover or center points

    I have designed an DSD with 7 continuous variables and a one categoric variable. 18 runs + 4 extra runs. some of the runs however failed, because of a reactive interaction of the solvent with the high temperature, we decided to skip them, thatfore replicate some other important ones. Now, when the results are there and I am about to analyze by the DSD method - 8 runs for some reason are not center...

    EdwardN EdwardN
    Discussions |
    Sep 28, 2022 6:12 AM
    1725 views | 6 replies
  • Best way to plot GraphBuilder plot with multiple Y variables using JSL

    All,  I'd like to ask for an input on the best way to script a GB plot with multiple parameters.Let's say I have a table like this:New Table( "Untitled 140", Add Rows( 12 ), New Column( "Category", Character, "Nominal", Set Values( {"A", "A", "A", "B", "B", "B", "C", "C", "C", "D", "D", "D"} ) ), New Column( "Value1", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [1, 4...

    miguello miguello
    Discussions |
    Sep 27, 2022 5:45 PM
    2882 views | 6 replies
  • How to center columns in Tabulate?

    Hello All! I am a fairly new user and would love to know if we can center the columns when we are using the "Tabulate" function.  I have tried:- highlighting/right clicking- adjusting the properties to "center"- looking at the format settings- input "center" into the "Set Format( Uniform Format ( 10, 1 ) )" and adding ",center"- looking at my overall JMP preferences-->Tables  Thank You!

    Maerawlings Maerawlings
    Discussions |
    Sep 27, 2022 2:30 PM
    1468 views | 2 replies
  • update table using JSL without adding missing columns

    I'm trying to update the values of a specific column in a data table using values in another data table. The update function seems like the logical choice but it always seems to add extra unmatched columns to the updated table. From the update utility there is an option for this However there isn't any mention of this in either the scripting index or in the help search. I've tried     dt << upda...

    tom_e_dunn tom_e_dunn
    Discussions |
    Sep 27, 2022 2:04 PM
    15317 views | 3 replies

Latest Discussions

  • Split the information from one column and put them into several columns

    Hello JMP Users, I need your help to split the infomation from Column 1 and put them into several columns. Regards,Chandan   

    chandankishor66 chandankishor66
    Discussions |
    Sep 28, 2022 9:43 AM
    709 views | 2 replies
  • Best way to plot GraphBuilder plot with multiple Y variables using JSL

    All,  I'd like to ask for an input on the best way to script a GB plot with multiple parameters.Let's say I have a table like this:New Table( "Untitled 140", Add Rows( 12 ), New Column( "Category", Character, "Nominal", Set Values( {"A", "A", "A", "B", "B", "B", "C", "C", "C", "D", "D", "D"} ) ), New Column( "Value1", Numeric, "Continuous", Format( "Best", 12 ), Set Values( [1, 4...

    miguello miguello
    Discussions |
    Sep 27, 2022 5:45 PM
    2882 views | 6 replies
  • How to center columns in Tabulate?

    Hello All! I am a fairly new user and would love to know if we can center the columns when we are using the "Tabulate" function.  I have tried:- highlighting/right clicking- adjusting the properties to "center"- looking at the format settings- input "center" into the "Set Format( Uniform Format ( 10, 1 ) )" and adding ",center"- looking at my overall JMP preferences-->Tables  Thank You!

    Maerawlings Maerawlings
    Discussions |
    Sep 27, 2022 2:30 PM
    1468 views | 2 replies
  • stepwise regression on nonlinear data

    Hi,  I have a datasets with a research question: Is X contributing additional variance in Y in addition to Age? Based on the data, Age account for significant variance in both X and Y, but the relationship is nonlinear (When Age increase, Y decrease exponentially, and X increase exponentially). So when I fit Y by X (using 0 degree correlation), the relationship between X and Y looks linear. So to ...

    yuhanmc yuhanmc
    Discussions |
    Sep 27, 2022 6:17 AM
    861 views | 1 replies
  • Discrepancy measure for space filling design

    Hello, how is the "discrepancy" measure calculated? I read in the docs that "The discrepancy value shown below the table is the integrated difference between the design points based and a uniform distribution." Is this the L1 distance? or something else? The DiceDesign R package has a boatload of different (L2) discrepancy measures. Any help appreciated.  

    John3 John3
    Discussions |
    Sep 27, 2022 1:36 AM
    1067 views | 1 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    414 views | 0 replies
  • wrap: hide sub-titles?

    In GRaph Builder, "wrap" is a nice option to split a data set into small pieces and generate many sub-plots.
    But sometimes, the window is just filles with the "titles" of the sub-plots an there is no space left for the plots.
    Is there an option to hide the titles of the subplots?
    In the "wrap" context menu, there is an option to remove the "title" (here: "data"), but not the sub-titles.
    And in the red...

    hogi hogi
    Discussions |
    Sep 11, 2022 8:53 AM
    485 views | 0 replies
  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    517 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    565 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    573 views | 0 replies
view all discussions