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

  • What is the difference between noise factor and Simulation experiment?

    Hello everyone!
    A Query: What is the difference between noise factor and Simulation experiment?Regards!!Marco

    Marco1 Marco1
    Discussions |
    Jan 9, 2023 8:21 AM
    1478 views | 3 replies
  • Data Filter: exclude excluded rows

    Is there an option (checkbox or setting) in Jmp to tell a data filter to exclude excluded rows from the lists? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Data Filter( Location( {265, 175} ), Mode( Select( 0 ), Include( 1 ) ), Add Filter( columns( :age, :sex ), Where( :age == {12, 14, 16} ), Where( :sex == "F" ), Display( :age, N Items( 6 ) ) ) ); dt ...

    hogi hogi
    Discussions |
    Jan 9, 2023 5:15 AM
    3996 views | 8 replies
  • JMP17 crashes when updating from database using sql script

    A while ago I created a script to extract data from a sql database (through ODBC) directly into a JMP table to automatically generating a control chart from the selected data. Working in JMP 16, this worked fine, but since switching to JMP 17 this database connectivity isn’t working anymore. When I click the green play button to rerun the source or update from DB step, JMP completely shuts down wi...

    ArjanH ArjanH
    Discussions |
    Jan 9, 2023 2:06 AM
    1010 views | 1 replies
  • Prediction and confident interval for DOE with random block?

    I have a custom design in the attachment which has 5 continuous factors, one categorical factor with three levels, this design has 36 experiments in 6 blocks due to equipment limit. The results in this file are simulated instead of actual results. I used the default model, and then remove terms which PValue >0.05 one by one in the effect summary, and finally I got a model. However, in the predicti...

    lazzybug lazzybug
    Discussions |
    Jan 8, 2023 11:18 PM
    2554 views | 5 replies
  • Saving a group of graphs

    Hello, I have the script for creating different contour plots that I need. I have to save each of them as .jpg. I tried to do that by using the following script, however it only save the last one. Can anybody help me? I am a new used of JMP and I think the challenge is that this script will be used for different data tables so that it is necessary to save the pictures in an automatic way because n...

    Gabriela_MJ Gabriela_MJ
    Discussions |
    Jan 7, 2023 10:29 AM
    7116 views | 4 replies

Latest Discussions

  • What is the difference between noise factor and Simulation experiment?

    Hello everyone!
    A Query: What is the difference between noise factor and Simulation experiment?Regards!!Marco

    Marco1 Marco1
    Discussions |
    Jan 9, 2023 8:21 AM
    1478 views | 3 replies
  • JMP17 crashes when updating from database using sql script

    A while ago I created a script to extract data from a sql database (through ODBC) directly into a JMP table to automatically generating a control chart from the selected data. Working in JMP 16, this worked fine, but since switching to JMP 17 this database connectivity isn’t working anymore. When I click the green play button to rerun the source or update from DB step, JMP completely shuts down wi...

    ArjanH ArjanH
    Discussions |
    Jan 9, 2023 2:06 AM
    1010 views | 1 replies
  • Calculating rolling slopes

    Hi all,I have this data table (attached) that I am trying to analyze with a jsl script. I havn't gone very far... I am aware of the `Col Moving Average` function but couldn't get it to fit my needs. I'd appericaite your input! The script should1. Sort the the the "Minutes" column by "Group" column2. Calculate the rolling slopes for the "Reading" by "Group". The output should be two added columns:1...

    Lavik17 Lavik17
    Discussions |
    Jan 6, 2023 7:36 AM
    2054 views | 1 replies
  • Setting the size of graphs

    Is there a way to set a default size for graphs?  I like my Predicted Vs Actual graphs to have a pixel size of 325 x 325.  Instead of going in after the fact, I would like to set these as a default size.  But I can find nowhere in the Platform Defaults to change this setting.  Is this possible, or does JMP not have a way to specify the size of graphical output. Thx!

    Newbie_1 Newbie_1
    Discussions |
    Jan 5, 2023 3:26 PM
    1848 views | 2 replies
  • For Each() syntax

    Hello, I'm looking to expand the number of values that can be used in the For Each() function.  In the scripting index and handful of examples I've found within JMP community and JMP itself, combined, I've only seen a single value and index used: For each( { val1, index}, ... ). I'd like to use: For each( { val1, val2, ..., valn, index}, ...) . When I increase the number of values in the curly bra...

    StarfruitBob StarfruitBob
    Discussions |
    Jan 5, 2023 2:39 PM
    6078 views | 11 replies

Latest Discussions

  • 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
    811 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
    951 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    987 views | 0 replies
  • How to fix X Axis Settings for Operating Characteristic Curves

    I'm playing around with different scenarios on an Operating Characteristic curve in which the fraction defective is very small (screen shot below).  Every time I run a scenario, the x-axis automatically changes to a range that is way too wide to be useful and I have to change it back manually.Is there a way to make the x-axis setting constant? (I'm using Jmp Pro 16.1)Thanks! 

    The_Annie The_Annie
    Discussions |
    Dec 15, 2022 2:29 PM
    875 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    943 views | 0 replies
view all discussions