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

  • Rosner's Outlier Test

    Good afternoon,is it possible to perform the Rosner's Outlier Test in JMP? Thanks

    RandomFed RandomFed
    Discussions |
    Aug 19, 2022 5:40 AM
    1619 views | 2 replies
  • Obtaining 95% CI from predicted P (logistic)

    Hello, I'm doing logistic regression in JMP 16. I would like to obtain the 95% CI around predicted P for some independent variables using the P as a measure of strength of association. I know the math to calculate the 95% CI from linear predictors but I need help pulling out the necessary information once I run the model. I can obtain the linear predictor by saving to a new column, but I also need...

    fishguy fishguy
    Discussions |
    Aug 18, 2022 11:24 PM
    3141 views | 6 replies
  • Mathematical Equation to Forcecast with SARIMA Model

    Hi .... I am new here and need your help. I am developing a SARIMA model  The model is predicting the following Formula:- ARIMA Forecast( :Actual MS, 120, Seasonal ARIMA( 2, 1, 1, 1, 1, 3, 12 ), {AR Coefficients( {-0.0941622870204595, -0.0767935781741432} ), MA Coefficients( {0.550123670174196} ), Seasonal AR Coefficients( {-0.0631251223075085} ), Seasonal MA Coefficien...

    StarIconMatrix2 StarIconMatrix2
    Discussions |
    Aug 18, 2022 10:47 PM
    6418 views | 8 replies
  • Writing Excel formula in JSL script (Formula in attached excel file)

    Hi,I am trying to replicate formulas that are currently in the attached excel sheet.Where, DSA_Step_Size(dB) = ABS(of delta of :RESULT rows when ATT1 values are decreasing for the same :FREQUENCY value).The formula is in excel sheet if my explanation is confusing. DSA Range(dB) = ABS(of delta of :RESULT rows when ATT1=63 and ATT1=0 for each :FREQUENCY). I am trying to use for loops in the formula....

    LearningJMP LearningJMP
    Discussions |
    Aug 18, 2022 6:17 PM
    1762 views | 2 replies
  • select a row then reselect Scriptiing

    In this sample table, I am trying to select the row that has a value of 2 in :Number, grab the value "A" from :Letter, then select all the rows contains "A" in :Letter. I wrote this script but it is not working. dt= current datatable(); dt <<select where (:"Number" == 2); s=Column(dt, "Letter")<<get Values; show (s); dt<<select where(contains(s,:"Letter"));looking at the log s = {"A", "A", "A",...

    GroupSquareWolf GroupSquareWolf
    Discussions |
    Aug 18, 2022 10:29 AM
    1172 views | 2 replies

Latest Discussions

  • Writing Excel formula in JSL script (Formula in attached excel file)

    Hi,I am trying to replicate formulas that are currently in the attached excel sheet.Where, DSA_Step_Size(dB) = ABS(of delta of :RESULT rows when ATT1 values are decreasing for the same :FREQUENCY value).The formula is in excel sheet if my explanation is confusing. DSA Range(dB) = ABS(of delta of :RESULT rows when ATT1=63 and ATT1=0 for each :FREQUENCY). I am trying to use for loops in the formula....

    LearningJMP LearningJMP
    Discussions |
    Aug 18, 2022 6:17 PM
    1762 views | 2 replies
  • How to create an application with a data filter in the launch module?

    I'm trying to create an application to produce reports based on user input. I have some experience with writing scripting, but am getting stuck and I haven't used Applications before.I have tried to modify one of the example Applications that come with JMP, but none of these have a data filter in the launch module and what I have tried to do isn't working.Does anyone have an example of a simple ap...

    ckronig ckronig
    Discussions |
    Aug 16, 2022 11:41 AM
    3933 views | 10 replies
  • JSL select rows near the maximum value of a column

    Hi,I have a data series shown in the screenshot below, and try to select only the data in the range of "x +/- 0.3" with the center at the maximum value of "y".I got an error message "The argument to SelectWhere did not evaluate to true or false, it is [0]..." from the highlighted line, as shown below. What is puzzling is that the last line worked when only 1 condition is applied.What is wrong with...

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Aug 16, 2022 10:45 AM
    1941 views | 4 replies
  • How do you import JSONs that contain double nested arrays?

    I'm trying to import a number of JSON files that contain double nested arrays (see example below). The arrays don't follow a consistent format, there could be numerous objects in each array or none at all. I want to have one score per row as shown below.How can I get the data in this format using the import tool? Also, the name of the prediction is not always spelt the same e.g. sometimes it's "Sm...

    BagOfMiningLion BagOfMiningLion
    Discussions |
    Aug 16, 2022 9:41 AM
    4311 views | 6 replies
  • Option for Duncan post-hoc analysis

    Hello, Is there a way to perform Duncan post-hoc test in JMP? Thank you.

    billi billi
    Discussions |
    Aug 16, 2022 8:25 AM
    1877 views | 2 replies

Latest Discussions

  • 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
    720 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1092 views | 0 replies
  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1004 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    661 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    782 views | 0 replies
view all discussions