cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Fit Model with >1 factor results in NonEstimable Std Error?

    When I run a Fit Model with one factor, I get an output that includes Std Error estimates from which I could calculate confidence limits. When I run a Fit Model with more than 1 factor, I get an output with Std Error blank and a column that says "NonEstimable". Why is that? I'd like to know confidence limits on the parameter estimates! 

    bayesfactor1 bayesfactor1
    Discussions |
    Apr 5, 2021 9:22 AM
    1380 views | 2 replies
  • day difference in the same column of different scenarios

    Hi, I have questions for different scenarios as below. Really appreciate any help!Scenario A: I want to add this last column, calculating for that userID, what's the day difference from first web to first booking date. If he had no web action prior to booking action, then leave it empty. Could someone help me with what the formula should look like using the function but not jsl?userIDactiondatefir...

    joann joann
    Discussions |
    Apr 5, 2021 8:04 AM
    3201 views | 7 replies
  • Why am I getting no K-fold validation for my linear regression? It only shows "."

    Doing a linear regression, and both in stepwise and in the final model output it only shows "." under K-fold cross-validation? Why? I recall seeing a K-fold # for my previous model, though I don't remember the exact section or screen. 

    chriscic42 chriscic42
    Discussions |
    Apr 5, 2021 5:36 AM
    1319 views | 1 replies
  • 如何排列因素做主成分的腳本

      大家好,我在腳本說明書中好像找不到關於排列組合的資訊,我需要一點方向,因為也是重複執行,會是使用"FOR"函數嗎? 比如我有6個因子( :pH, :ORP, :EC, :DO, :TN, :TP ),我需要執行3~6個不同組合因子且不排序的主成分,全部結果會有42種。 另外報告中滑鼠右鍵的''save principal components''有辦法使用腳本執行嗎?以下是我嘗試的腳本,顯然是不成功的。 任何建議都表示感謝。 names default to here(1); dt = Current Data Table(); dto = New Table("Output", New Column("PCA"), Add Rows(1), ); pca = dt << Principal Components( Y( :pH, :ORP, :EC, :DO, :TN, :T...

    Chang114 Chang114
    Discussions |
    Apr 4, 2021 8:12 AM
    3989 views | 6 replies
  • Setting control as baseline

    Hello!

    I'm trying to create a dose-response curve with 3 drugs and 2 controls (positive and negative). I need to set the positive as 100% and the negative as 0%, but I don't know how to do this and how to alter the data from the 3 drugs to be within the ranges of the controls. 

    I have no experience with JMP and don't understand the script, so are there any basic ways I can do this?

    Thanks so much!

    chanson chanson
    Discussions |
    Apr 3, 2021 10:59 PM
    1430 views | 1 replies

Latest Discussions

  • Fit Model with >1 factor results in NonEstimable Std Error?

    When I run a Fit Model with one factor, I get an output that includes Std Error estimates from which I could calculate confidence limits. When I run a Fit Model with more than 1 factor, I get an output with Std Error blank and a column that says "NonEstimable". Why is that? I'd like to know confidence limits on the parameter estimates! 

    bayesfactor1 bayesfactor1
    Discussions |
    Apr 5, 2021 9:22 AM
    1380 views | 2 replies
  • Why am I getting no K-fold validation for my linear regression? It only shows "."

    Doing a linear regression, and both in stepwise and in the final model output it only shows "." under K-fold cross-validation? Why? I recall seeing a K-fold # for my previous model, though I don't remember the exact section or screen. 

    chriscic42 chriscic42
    Discussions |
    Apr 5, 2021 5:36 AM
    1319 views | 1 replies
  • Setting control as baseline

    Hello!

    I'm trying to create a dose-response curve with 3 drugs and 2 controls (positive and negative). I need to set the positive as 100% and the negative as 0%, but I don't know how to do this and how to alter the data from the 3 drugs to be within the ranges of the controls. 

    I have no experience with JMP and don't understand the script, so are there any basic ways I can do this?

    Thanks so much!

    chanson chanson
    Discussions |
    Apr 3, 2021 10:59 PM
    1430 views | 1 replies
  • Connection error while attempting to connect to WMS server

    In JMP 9.0.1 I get this message when I try to embed a map from a WMS server:"Connection error while attempting to connect to WMS server"Is there a solution?Thanks

    gallardet gallardet
    Discussions |
    Apr 3, 2021 9:48 AM
    3825 views | 8 replies
  • Charles Austion Content

    This is my content <iframe width="800" height="600" src="https://public.jmp.com/packages/bJ5Fggxw_QsSZ9MJrjx9C/embed" class="jmp-live-iframe" style="margin: 0.8em 0px;"></iframe> This is the link:https://public.jmp.com/packages/Urban-population-delta-compared-to-envir/js-p/bJ5Fggxw_QsSZ9MJrjx9C

    caustion caustion
    Discussions |
    Apr 2, 2021 10:09 PM
    1155 views | 1 replies

Latest Discussions

  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1140 views | 0 replies
  • Manipulating data table properties (cell width/height) INSIDE application module

    Hello! I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, ...

    plotMaster plotMaster
    Discussions |
    Mar 27, 2021 3:54 PM
    1391 views | 0 replies
  • What does it mean when the solution path for Elastic Net is not single-valued?

    Dear JMP Community,   (W10, 64-bit, JMP Pro 15.2.1)   I am running a model to assess the active predictors. I am doing this by using the Autovalidation add-in to generate a Null Factor for my data. I then use the GenReg platform to find estimates for each possible X-factor and then Bootstrap those estimates to get a better assessment of the contributions to the response. I came across a very stran...

    SDF1 SDF1
    Discussions |
    Feb 15, 2021 12:35 PM
    1317 views | 0 replies
  • Return number from specified row of calculation column in either a text edit box or number edit box in an add in

    Hello,  I'm attempting to build an application in application builder. I have two modules currently. The first module is a series of number edit boxes and lists that allow the user to input values and make selections.After pushing a button, the inputs and/or list selections update table variables in a data table that subsequently updates column equations. The data table opens in the background so ...

    tys5384 tys5384
    Discussions |
    Feb 15, 2021 7:33 AM
    1167 views | 0 replies
  • generalized regression

    How do I get a whole model significance test when conducting a generalized regression using the negative binomial distribution? I can get the individual effect significance tests, but I do not see where I can get the whole model significance.

    Mrubra Mrubra
    Discussions |
    Feb 3, 2021 2:31 PM
    991 views | 0 replies
view all discussions