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

  • Bad Splitting?

    Suppose I have this table:   CategoryItemLevelA1deltaA2foxtrotA3hotelB1julietB3lima   Note that Category=B, Item=2 is missing.   If I try to "split" this table with "Split By" = Category and "Split Columns" = Level, and "Keep All", it returns this:   ItemAB1deltajuliet2foxtrotlima3hotel    Note that on the newly Split table, it shows that Item=2,Category=B is "lima", but that's incorrect -- that c...

    BHarris BHarris
    Discussions |
    May 11, 2025 3:23 AM
    3202 views | 16 replies
  • add another layer of Edit boxes Button

    Hi    I would like to create an add in that compares different Sampling Plans using the OC curves. I would like to allow the user to add many input layers/Lines using an "Add more" button. (See picture below) Therefore The part of my script that I am focused on is: ob1 = Outline Box( "Type in your own parameter values", H List Box( H List Box( Text Box( "LQ:" , << set width(20)), neb_LQ ...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    May 9, 2025 10:26 AM
    735 views | 4 replies
  • How to convert Page Setup Setting (PDF) to JSL Script?

    Hi Expert,I'm trying to save my journal report in .pdf through JSL scripting.My issue now is, I can save the report to fit nicely the landscape page manually using below settings;But, when I converted the setting to JSL script, it stays in portrait.Why my script not working? I've set the preferences to landscape as default but still not working// add the header to the journal j = Current Journal()...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    May 9, 2025 5:05 AM
    1703 views | 2 replies
  • How are confidence intervals on variance components using Variability platform calculated?

    When doing method validations, we use Variability to separate variance Between and Within occasions. Nowadays guidelines ask us to not only give the estimate, but also confidence intervals for the variances. I seem to to get the CIs directly in Variability (95% Upper), which I understand use Satterthwaite to calculate the degrees of freedom.   For my understanding, I am trying to do the same calcu...

    Ake Ake
    Discussions |
    May 9, 2025 2:46 AM
    1025 views | 4 replies
  • Sharing Parameters with constraints for 4PL analysis

    Hi,   l am trying to replicate someone else's 4 parameter logistic regression work done in GraphPad where they have the ability to share the upper and lower asymptote and can constrain the slope, can anyone provide some reading that l can follow so l can achieve the same in JMP??   Thanks, Mick.

    Mickyboy Mickyboy
    Discussions |
    May 8, 2025 6:52 PM
    1827 views | 9 replies

Latest Discussions

  • Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

    I often insert a large amount of code instantly through the input method in the JSL editor.It has long been found that it has been very slow since JMP18, and this phenomenon did not occur in previous versions.
    Now I'm using EmEditor to write JSL.


    lala lala
    Discussions |
    May 8, 2025 7:07 AM
    1256 views | 7 replies
  • How to analyze impact of responses (e.g. PSD) on product performance in spray drying process in JMP

    I am working on a spray drying process and have used CCD design with D10, D50, and D90 as responses. However, its dissolution profile and its flowability are dependent on the size distribution of the powder (D10, D50, and D90). What is the best way to analyze the effect of the responses (particle size) on the product performance (dissolution and flowability) given that the size distribution values...

    Madhukiran Madhukiran
    Discussions |
    May 8, 2025 6:40 AM
    748 views | 3 replies
  • Can the width of the X-axis of the grouped graphics be set separately?

    For example, after I draw the graph like this, the widths of these two x-axes are set to be different.   Thanks! dt=Open("$SAMPLE_DATA/Big Class.jmp"); d2=dt<<Summary(Group(2,3),sum(4),Freq("0"),Weight("0"),Link to original data table(0),statistics column name format("column")); Column(d2,3)<<set name("S"); d1=dt<<Summary(Group(3),Freq("0"),Weight("0"),Link to original data table(0),statistics col...

    lala lala
    Discussions |
    May 7, 2025 1:55 PM
    2120 views | 15 replies
  • Project saving error - "unable to write to file"

    Hi all - I'm a relatively newer JMP user, not used to writing scripts, and definitely new to working with JMP Projects. That said, I've been mostly successful with creating and maintaining several different project files, in both JMP 16 and 18. However, with one specific project file, I've started getting the following error: "Project could not be saved due to the following error: unable to write ...

    hanquokka hanquokka
    Discussions |
    May 7, 2025 10:53 AM
    765 views | 3 replies
  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    531 views | 0 replies

Latest Discussions

  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    531 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    487 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    439 views | 0 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    433 views | 0 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    320 views | 0 replies
view all discussions