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

  • DOE approach

    Hi,
    Recently i have been asked if there is a reference for the following statement :
    DOE approach is the optimal (best/only effective?) way to conduct experiments that will lead to data that can be analyzed and to a model or correlation and introductions.

    Would appreciate it if someone can share an academic reference for thia kind of statement.

    Thanks

    YanivD YanivD
    Discussions |
    Oct 13, 2022 6:57 AM
    1934 views | 5 replies
  • Power calculations to determine sample and replication of population

    I am working on a research design and the experimental population needs to be replicated in specific numbers of groups. While analyzing the power of the experiment to determine sample size via power explorer for two independent sample means, I only get the sample size for both groups. What to do if I want to convert that sample size in an appropriate number of replicates?

    TUBARIAZ TUBARIAZ
    Discussions |
    Oct 13, 2022 6:32 AM
    1058 views | 1 replies
  • Banking and Financial Examples

    I looking for examples of JMP being used to solve financial problems.  If you have any examples and the data I would greatly appreciate if you could share.  Thanks

    AZBillsBuff AZBillsBuff
    Discussions |
    Oct 12, 2022 3:09 PM
    1738 views | 3 replies
  • Simplify JSL in transpose column #

    Hi I am trying to reduce the transpose JSL columns. Currently, when transpose col from col (3) to col (8), each col needs to be listed specifically. Can I convert it to transpose between col (3) and col (8)? without list each column name. Thanks dt = Current Data Table(); dt << Transpose( columns( Column( 3 ), Column( 4 ), Column( 5 ), Column( 6 ), Column( 7 ), Column( 8 ) ) );

    Stokes Stokes
    Discussions |
    Oct 12, 2022 12:44 PM
    1501 views | 3 replies
  • Prediction interval for DOE model- Mutiple regression model

    Hi all,  I'm good with using intervals of simple regression models like: confidence intervals (to predict mean of future samples) & prediction interval (Predict all future observations- single pcs)But a question when working with DOE-multiple regression model & Prediction interval For example, I have a model when build by DOE 3 factors. What did I do is for each run, I repeat by building 10 sample...

    Justin_Bui Justin_Bui
    Discussions |
    Oct 12, 2022 7:38 AM
    3526 views | 4 replies

Latest Discussions

  • Power calculations to determine sample and replication of population

    I am working on a research design and the experimental population needs to be replicated in specific numbers of groups. While analyzing the power of the experiment to determine sample size via power explorer for two independent sample means, I only get the sample size for both groups. What to do if I want to convert that sample size in an appropriate number of replicates?

    TUBARIAZ TUBARIAZ
    Discussions |
    Oct 13, 2022 6:32 AM
    1058 views | 1 replies
  • JSL auto suggestions: waiting time

    Typing object << xyand pressing CTRL + space is a really convenient way to get a list of all possible messages which start with "xy" and can be sent to the specific object. I often use this shortcut to get a list of all possible commands that can be sent to a specific object:
    by pressing CTRL + space right after the << But there is one problem:
    If the object is not yet defined (because the code was ...

    hogi hogi
    Discussions |
    Oct 12, 2022 7:37 AM
    1222 views | 2 replies
  • Box-Cox Question

    Hello,I tried to perform a Box-Cox transformation, but got an error because I have 0 values in some of my Y column. My data is tree regeneration density (stems/ha), so some plots had 0 stems in them. Is there a way around this error?   

    Kenkun Kenkun
    Discussions |
    Oct 12, 2022 6:08 AM
    976 views | 1 replies
  • Problem with script to delete redundant measurements specific to certain conditions

    I have a data table that is made up of multiple rows of individual measurements in-series that I am trimming before doing a table split function on, however I have a problem with some redundant measurements that I would like to remove but the current code I'm using is extremely slow and likely inefficient for what I need. Background Information:Each row is the result of an individual automated mea...

    FreshUser FreshUser
    Discussions |
    Oct 11, 2022 12:54 PM
    2195 views | 4 replies
  • Measurement System Analysis Bias Comparison vs ANOM decision limits

    I'm curious why the decision limits for the Bias comparison ANOM in the MSA tool are narrower than those generated by fit Y by X. From MSA Same data but from the Y/X tool:The Y/X limits are 2X wider than the MSA limits. Both charts are using a sample size of 30.   I believe these are the ANOM decision limit equations since they are referenced in JMP helpAlpha level, subgroup size, and within subgr...

    Josh1 Josh1
    Discussions |
    Oct 11, 2022 12:43 PM
    1190 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
    578 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
    623 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
    654 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
    719 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
    721 views | 0 replies
view all discussions