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

  • Saving multiple graphs as .png with distinct names

    Hi, I am wondering how I can save each graph from my output as separate .png files with distinct names for each. I currently have a script that creates 3 graphs from my data set and I would like to give them each a descriptive name and save as individual .png files. Using "Save HTML" saves all my graphs to the gfx folder without the names I want, while "Save Image" will only let me save the last i...

    StandardBee196 StandardBee196
    Discussions |
    Jan 26, 2023 5:46 AM
    753 views | 1 replies
  • How do I use a defined subset of items in my covariate list.

    The title is pretty much it. I have a list of 5 covariates, and 703 items on the list. Most are expensive so i want to choose only from say items 23-39 and items 267, but i want to bring the list along in the code in-case we have to bite the bullet and augment to more expensive items later on.

    Is this doable?

    Thanks

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 26, 2023 5:33 AM
    1647 views | 6 replies
  • Copy/Paste a table property (e.g. script) does not work

    Often I just want to duplicate a table script (e.g. in table Big class) see screenshot.Via context menu in table property area I first do Copy and in a second step I do Paste.This in some case works (and an new script with the same Name and attached "2" is generated).Most times it does not work, why?What is the easiest way to duplicate a script? My only Workaround is to copy the Content and the Na...

    Georg Georg
    Discussions |
    Jan 26, 2023 2:13 AM
    2490 views | 4 replies
  • 如何编JSL语句让分布分析自动把变化

    我写了一个程序,但并没有随着我选择单选框的价值,自动改变。Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); cc={"身高", "体重"}; New Window( "Example", aa=1; rb = Radio Box( {"身高", "体重"},      aa= rb<<get();      bb<<inval; bb<<update window ), bb=Distribution( Stack( 1 ), Continuous Distribution( Column( cc[aa] ), Horizontal Layout( 1 ), Vertical( 0 ) ), Histograms Only, ))   ;

    lehaofeng lehaofeng
    Discussions |
    Jan 26, 2023 1:03 AM
    1500 views | 4 replies
  • Syntax and meaning of numbers in a DispatchSeg( Hist Seg( 1 ), Bin Span( x, y ) ) command

    Hi, I am trying to adjust the bin sizes of the histogram in a oneway analysis report, I am aware that this has been asked and answered before and you need to use:DispatchSeg( Hist Seg( 1 ), Bin Span( x, y )) However, previous answers say to look at the scripting index for more information, and I cannot find anything about this on the scripting index.I cannot figure out how x and y actually relate ...

    david707 david707
    Discussions |
    Jan 25, 2023 9:00 AM
    1337 views | 3 replies

Latest Discussions

Latest Discussions

  • 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
    659 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
  • 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
    770 views | 0 replies
view all discussions