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

  • Calculating a p-value in a script

    Hi All,l know l am doing something wrong here, but l can't see it at the moment, l am wanting the two-tailed p-value for a difference in two means and am using the following scriptdt5 << New Column(" t-Value", Numeric, Continuous, Format( "Fixed Dec", 15, 3), Formula( t Quantile (0.95,:"N(Data) VPP"n + :"N(Data) Commercial"n -2))); dt5 << New Column( "p-Value", Numeric, Continuous, Format( "Fixed...

    Mickyboy Mickyboy
    Discussions |
    Jan 11, 2023 9:42 PM
    4068 views | 5 replies
  • Is there an easy way to script the Fit Model Macros?

    I can't believe I've never asked this before, but does anyone know if I can give a script just what macro to run on what I have selected?     Like say I want to do response surface on "Age" and "weight"   Names default to here( 1 ); dt = open("$SAMPLE_DATA\Big Class.jmp"); dt << Clear Column Selection(); dt << Select Columns({"weight", "age"}); fm = dt << Fit Model(Y(:height), // do something ...

    vince_faller vince_faller
    Discussions |
    Jan 11, 2023 5:47 PM
    2804 views | 5 replies
  • Allign different sets of data

    Hi all, I need your help in suggesting how to allign  different data to be on the same Y axis level.to adjust the x values so that they can be compared (not standardization).see attached file thank you very much

    eldad_galili eldad_galili
    Discussions |
    Jan 11, 2023 2:44 PM
    1272 views | 3 replies
  • Determine equality constraints for related time/temperature variables in DOE

    Hi:This seems like a dumb problem, but I can't seem to figure out how to build the constraints portion of a DOE model I'm trying to prepare.  It's a big recipe type optimization, but it runs through two distinct time/temperature windows. The basis is that I have two (difficult to change) continuous variable time portions that each have an associated temperature range.  However, the second temp mus...

    TedGHL TedGHL
    Discussions |
    Jan 11, 2023 2:40 PM
    3307 views | 8 replies
  • Create multiple charts with different reference lines

    Hi,I would like to accomplish the following task using JSL code:I have an example file (attached) with 4 columns: date (numeric), y_val (numeric), limit (numeric), group (character).The "group" column contains 3 distinct values: A,B,CEach group has a unique value in "limit" column. For example, all group A rows have a value of 67 in the "limit" column. The task:1. I would like to create 3 charts (...

    YotamS1 YotamS1
    Discussions |
    Jan 11, 2023 12:22 PM
    1755 views | 4 replies

Latest Discussions

  • Allign different sets of data

    Hi all, I need your help in suggesting how to allign  different data to be on the same Y axis level.to adjust the x values so that they can be compared (not standardization).see attached file thank you very much

    eldad_galili eldad_galili
    Discussions |
    Jan 11, 2023 2:44 PM
    1272 views | 3 replies
  • Determine equality constraints for related time/temperature variables in DOE

    Hi:This seems like a dumb problem, but I can't seem to figure out how to build the constraints portion of a DOE model I'm trying to prepare.  It's a big recipe type optimization, but it runs through two distinct time/temperature windows. The basis is that I have two (difficult to change) continuous variable time portions that each have an associated temperature range.  However, the second temp mus...

    TedGHL TedGHL
    Discussions |
    Jan 11, 2023 2:40 PM
    3307 views | 8 replies
  • JSL move files

    Can JSL be used to file files with specific name from 1 folder, and move that file to another folder?
    Not sure if anyone has tried it.Thanks

    Stokes Stokes
    Discussions |
    Jan 11, 2023 11:47 AM
    1140 views | 1 replies
  • Multiple comparisons error

    Hello,   I was wondering if someone who has encountered the same error could help me. I ran a repeated measures ANOVA with unstructured correlation structure and now I want to test for multiple comparisons for those interactions that gave a significant value. However, I am unable to do so because an error message keeps popping up. I'm unsure if I'm doing the analyses wrong. Please help!  

    HotellingWombat HotellingWombat
    Discussions |
    Jan 11, 2023 3:24 AM
    1053 views | 2 replies
  • Graph builder background map boundary lines disappear

    I am working on a geographic map of South Dakota where I want points of individual fields to show up within each South Dakota County. I turn on the background boundary map for US Counties and they all show up for SD and all other states. I then go to customize and click on Shape: US counties and clip US States shape for South Dakota. However, when I do this the lines around the SD state boundary h...

    Jasclark4 Jasclark4
    Discussions |
    Jan 10, 2023 6:05 PM
    1781 views | 2 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