cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Preferred data format for tables with many rows?

    Apologies, apparently a noob question (again...). We are finally working towards performing some analyses on the online sensor ("tag") data we've been collecting for years in our manufacturing plant. The standard time resolution for these tags is 1'' and there are about 1400 tags to be sifted through for interesting information. But to get to that stage, I believe I need to suggest some data forma...

    Ressel Ressel
    Discussions |
    Jan 31, 2023 7:39 AM
    1313 views | 3 replies
  • Unresolved Column at Row 1 Error

    Hello,  I am new to JMP and have been tasked with generating a control chart. One of the tasks for this is to write scripts that will exclude certain values etc. My issue is a little strange and I can't seem to find a fix for it even after scanning this discussion page. Basically, everytime I go to run my script (attached below) I am met with the error 'Unresolved Column at Row 1'. However, if I o...

    BenWard BenWard
    Discussions |
    Jan 31, 2023 4:05 AM
    1301 views | 2 replies
  • Matrix from variables

    If I defined variables  a=5; b=3;what is the fastest/most elegant way to get?  m = [5,3]Is there something better thanm= Matrix(Eval({a,b}));And why doesm=[Eval(a),Eval(b)]not work?

    Any links to related posts are welcome  

    hogi hogi
    Discussions |
    Jan 31, 2023 3:43 AM
    1611 views | 6 replies
  • Random Noise in the Simulator

    Hi, I want to simulate some responses from a model I have built using the simulator in Fit Model. As I have only fixed factors, I want to generate a distribution of simulated responses by adding random noise to the response. My questions are 1. What exactly is the default random noise value for the response provided by JMP? (On one help page I saw this was the Root Mean Square Error but I'm not su...

    Alicia Alicia
    Discussions |
    Jan 31, 2023 3:02 AM
    4495 views | 14 replies
  • How to Skip charater to import column header

    I am having data in a txt file .What is the best option to read in the data into a JMP table with skipping the # character to get the column names fitting to the data columns?Any recommendations ?   

    mlo1 mlo1
    Discussions |
    Jan 31, 2023 1:16 AM
    3024 views | 7 replies

Latest Discussions

  • Unresolved Column at Row 1 Error

    Hello,  I am new to JMP and have been tasked with generating a control chart. One of the tasks for this is to write scripts that will exclude certain values etc. My issue is a little strange and I can't seem to find a fix for it even after scanning this discussion page. Basically, everytime I go to run my script (attached below) I am met with the error 'Unresolved Column at Row 1'. However, if I o...

    BenWard BenWard
    Discussions |
    Jan 31, 2023 4:05 AM
    1301 views | 2 replies
  • Matrix from variables

    If I defined variables  a=5; b=3;what is the fastest/most elegant way to get?  m = [5,3]Is there something better thanm= Matrix(Eval({a,b}));And why doesm=[Eval(a),Eval(b)]not work?

    Any links to related posts are welcome  

    hogi hogi
    Discussions |
    Jan 31, 2023 3:43 AM
    1611 views | 6 replies
  • Row column

    What is the fastest way to get a columnNew Column( "Row", Formula( Row() ))1 click = 1 drag&drop = 1 key pressed

    hogi hogi
    Discussions |
    Jan 30, 2023 6:07 AM
    1162 views | 4 replies
  • Standardizing Chart Displays Across the BY role

    Hi Everyone,  I'm currently using the control chart builder to produce X-Bar S Charts of measurements from a final control system.  I've created something I quite like. So I have a Box plot of the measurement for each of the test machines.  Quite useful for answering the question "Is there a problem with the test machine or the product being tested?". The problem I have is that I have each the var...

    peterrow peterrow
    Discussions |
    Jan 30, 2023 4:56 AM
    1243 views | 5 replies
  • How to make proper confidence interval plots? I tried making them using a tutorial I found here but I cannot make them appear. Why?

    Hi. I am lost here. I tried making interval plots and I cannot see them in the graph I made. Can anyone help me? 

    RonnieOmics RonnieOmics
    Discussions |
    Jan 29, 2023 7:44 AM
    721 views | 2 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    608 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1215 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1175 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    660 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    735 views | 0 replies
view all discussions