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

  • Entering a value issue

    I'm working with a prediction formula for a class project, and I'm trying to type in the median # of people for January (for example), and JMP won't let me type in a value. I keep getting the "you're doing something wrong" windows sound, and nothing will type!  

    alexrauf alexrauf
    Discussions |
    Dec 13, 2022 2:41 PM
    866 views | 1 replies
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Dec 13, 2022 12:22 PM
    942 views | 1 replies
  • Looking for a JMP test that is comparable to SAS 9.4's "CATMOD" procedure

    I am looking to compare 3 treatments (control, 1, and 2) that yield categorical results (yes/no). I have a summary table that lists the treatment, outcome, and count for each treatment. Previous applicable work in my field has utilized SAS 9.4's CATMOD procedure with the generalized logits response function to determine if treatment effect was significant. When it was, they used the contrast state...

    leam83 leam83
    Discussions |
    Dec 13, 2022 12:17 PM
    1799 views | 4 replies
  • Image in a dashboard

    Hi, I've insert an image in a dashboard with this script: img = Open( "S:\xxxxxx.jpg", "jpg" ); Graph Box( FrameSize( 1400, 880 ), X Scale( 0, 410 ), Y Scale( 0, 100 ), <<Add Image( image( img ), bounds( top( 90 ), Left( 10 ), bottom( 10 ), Right( 400 ) ) ) );   How to do to avoid the numbers for the 2 axes or to avoid the axes?   thanks   best regards  

    Françoise Françoise
    Discussions |
    Dec 13, 2022 8:39 AM
    2067 views | 4 replies
  • Prediction profiler from DOE model does not show anything.

    Hi all,    I am rather new with JMP 15 and I would like your input regarding a DOE model issue I am having. I have seen some related topic, but not exactly to the same extend. ( Prediction Profiler  )   I have generated a DOE custom design with 6 factors (4 continuous and 2 discrete numeric) and RSM model. The 4 continuous have one center point, while the 2 discrete numeric are only the extremes v...

    Chantal Chantal
    Discussions |
    Dec 13, 2022 7:21 AM
    2576 views | 3 replies

Latest Discussions

  • Entering a value issue

    I'm working with a prediction formula for a class project, and I'm trying to type in the median # of people for January (for example), and JMP won't let me type in a value. I keep getting the "you're doing something wrong" windows sound, and nothing will type!  

    alexrauf alexrauf
    Discussions |
    Dec 13, 2022 2:41 PM
    866 views | 1 replies
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Dec 13, 2022 12:22 PM
    942 views | 1 replies
  • Looking for a JMP test that is comparable to SAS 9.4's "CATMOD" procedure

    I am looking to compare 3 treatments (control, 1, and 2) that yield categorical results (yes/no). I have a summary table that lists the treatment, outcome, and count for each treatment. Previous applicable work in my field has utilized SAS 9.4's CATMOD procedure with the generalized logits response function to determine if treatment effect was significant. When it was, they used the contrast state...

    leam83 leam83
    Discussions |
    Dec 13, 2022 12:17 PM
    1799 views | 4 replies
  • Prediction profiler from DOE model does not show anything.

    Hi all,    I am rather new with JMP 15 and I would like your input regarding a DOE model issue I am having. I have seen some related topic, but not exactly to the same extend. ( Prediction Profiler  )   I have generated a DOE custom design with 6 factors (4 continuous and 2 discrete numeric) and RSM model. The 4 continuous have one center point, while the 2 discrete numeric are only the extremes v...

    Chantal Chantal
    Discussions |
    Dec 13, 2022 7:21 AM
    2576 views | 3 replies
  • Equivalence Testing versus ANOVA

    Hi everyone, I am working on a paper and would like to include some statistical data. I ran equivalence tests and ANOVA tests but I just wanted to confirm that the statements I am making about the "practical equivalence" of my data are correct.To find an "essentially zero" value I looked in the literature and found three different sources that would give me a defensible way to calculate this value...

    AttributedPath4 AttributedPath4
    Discussions |
    Dec 13, 2022 6:49 AM
    1256 views | 1 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit.  However, when I run the 'Simulator' with equal experimental variables as above, and after adding ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    835 views | 0 replies
  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    665 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    677 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1174 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    723 views | 0 replies
view all discussions