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

  • Name Unresolved: Framebox and other properties

    Hi all,I tried creating a function but it keeps getting an error with the framebox, axisbox and outline box. I don't understand the well what is wrong with the function. Please help and explain Name Unresolved: Framebox in access or evaluation of 'Framebox' , Framebox( 1 ) /*###*/bivplot = Function( {x_param, y_param, int1, int2 }, biv = Bivariate( X( Column( x_param ) ), Y( Column( y_param ) ), ...

    UserID16644 UserID16644
    Discussions |
    Aug 17, 2022 1:15 AM
    2593 views | 6 replies
  • How to apply mathematical operations to selected rows only?

    Hello,           I am new to JMP and struggling to calculate % change in current for 5 different devices after 72hrs of stress testing as shown in the table below. The % change in current is calculated as = (current @ a given stress duration - current @ 0hr)/current @0hr*100This operation is quite straightforward in Excel but not sure how to apply the formula to selective rows? Any help will be gr...

    Bluegalaxy Bluegalaxy
    Discussions |
    Aug 16, 2022 7:54 PM
    1410 views | 2 replies
  • How to script an aggregate column from a variable list of column references

    I have a list of columns that I need to aggregate automatically. Currently, what I'm trying is something like this, which isn't yielding any results.cols = {:col1, :col2, :col3} Eval(Eval Expr( dt << New Column( Formula(Minimum(Expr(cols)) ) )I've also tried generating this interactively and saving the column formula. It works, but gives me Minimum(:col1, :col2, :col3)which I'm not sure h...

    jconte jconte
    Discussions |
    Aug 16, 2022 1:47 PM
    2780 views | 7 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
    3953 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
    1945 views | 4 replies

Latest Discussions

  • 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
    3953 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
    1945 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
    4315 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
    1882 views | 2 replies
  • generalized least squares?

    I'm looking to run a generalized least squares (GLS) model to replace my OLS model. I believe the residuals of the OLS model have spatial autocorrelation (I'm not positive, but the map definitely looks so). I read that GLS models correct for autocorrelation (any kind?) of residuals. I don't see GLS as an option under the Generalized Regression platform. I don't have Arc or QGIS, R, or SAS. Suggest...

    fever fever
    Discussions |
    Aug 16, 2022 7:28 AM
    2304 views | 3 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
    721 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
    1097 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
    1010 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
    662 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