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

  • Contour map creation in JSL brings up MIN/MAX/#LAYERS diaglog for each graph

    directory = "C:\TEST\"; fileNames = Files In Directory( directory ); For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; If( Ends With( filename, ".csv" ), dt = Open( directory || filename ); max = Col Max(Column( dt,4)); min = Col Min(Column( dt,4)); dt:DC_0VDC << Format( "Engineering", 12 ); dt:DC_1VDC << Format( "Engineering", 12 ); dt:DC_3VDC ...

    ChesterKnurek ChesterKnurek
    Discussions |
    Aug 18, 2022 7:33 AM
    1432 views | 2 replies
  • Row States markers & colors disappear when selected in 'data filter source box()'

    I'm trying to use a graph as a filter for another graph using 'data filter source box()' (see script below).  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Window( "Selection Filter", Data Filter Context Box( H List Box( DFSB = Data Filter Source Box( Graph Builder( Size( 208, 207 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X(...

    Djtjhin Djtjhin
    Discussions |
    Aug 18, 2022 6:01 AM
    2046 views | 2 replies
  • Is the power analysis for my full factorial is too low?

    Hello everyone, I did a screening design and the two resulting main factors are temperature (continuous) and solvent (categorical). I would like to do a full factorial with these two factors at 3 levels.I decided to opt for a full factorial since the total number of experiments is very manageable (9), but when I check the poweranalysis, I feel that it might be too low? I was reading that you want ...

    DashNap DashNap
    Discussions |
    Aug 17, 2022 11:41 PM
    1772 views | 1 replies
  • How to rearrange column header using JSL script

    Hi,I want to save my analysis table into Excel file (for others to see).Because of new columns/ reference column added during my analysis using JMP, I couldn't delete the column before save in Excel.How can I reorder the column so that those "less important column" for viewers move at the back. Below is what I want:Current Column Arrangement  ABCDEWanted Column Arrangement  ADEBC It seems easy but...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Aug 17, 2022 11:20 PM
    1027 views | 1 replies
  • How to define for loop with incremental date

    Hi!   I am trying to adjust total inspection quantity per day based on the "Single Count?" column. Created a new inspection quantity column Inspected_TTL_New. If the input in this column is "F", Inspected_TTL should be same as Inspected_TTL_New. But if it is "T", Inspected_TTL_New column should be the Inspected_TTL quantity for "F" on the same day.    This is how far I got: inspected_ttl_temp = 0;...

    PanelEdgesPony7 PanelEdgesPony7
    Discussions |
    Aug 17, 2022 6:03 PM
    1623 views | 2 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
    3955 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
    1946 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
    4317 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
    1885 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
    2307 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
    1011 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
    663 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
    783 views | 0 replies
view all discussions