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

  • How to add special tags on top of this mapping?

    For example, we use Big Class.jmp data to make height and weight distribution maps according to different ages.
    Can you show the starting and ending heights of different ages in the table in the order of row numbers?
    Of course, there is no limit to how it can be displayed.Screenshots just make the requirements clear.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca = "R"; New Column( ca ); Column...

    lala lala
    Discussions |
    Nov 13, 2023 2:20 AM
    2748 views | 8 replies
  • 80% z-value : 1.3?

    Well, above is the 415page of Pharmaceutical Quality by Desing Using JMP.
    In above 90% at the last line is the Spec limit (LSL).I am confusing the 1.3 looks like ensuring 90% Confidence. (1.282)Can someone say that using 1.3 and this is 80% confidence? I am sorry for the confusing question and many, but please help me.

    MikeKim MikeKim
    Discussions |
    Nov 13, 2023 2:06 AM
    1332 views | 1 replies
  • Save small datatable to Journal

    I've been at this for a while and I know it's doable but I can't seem to get it to work....I can save my Graphs to a journal but can't append a small data table (summary table) to the journal.....  --- any hints?

    twaintwist twaintwist
    Discussions |
    Nov 12, 2023 1:10 PM
    9636 views | 9 replies
  • Can the X group name text orientation of this Graph Builder be set to vertical?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca="tem";New Column(ca);Column(ca)<<Formula( char(age)||"longlong" );dt<<run formulas;Column(ca)<<deleteFormula; p1 = dt << Graph Builder( Size( 300, 400 ), Show Control Panel( 0 ), Legend Position( "Inside Bottom Right" ), X Group Edge( "Bottom" ), Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ), Elements...

    lala lala
    Discussions |
    Nov 12, 2023 8:30 AM
    1977 views | 6 replies
  • Creating a column with concatenated values

    Hey all, 
    I'm trying to create new column which will include to rows/values. The first one is a variable and the second one is a concatenated expression of two variables.No matter what I tried, I get an empty cell in the concatenated value. Can you please advise? Example of what I tried:stiop=10; stiPLL=20; stiPHL=30;
    STIarg={char(stiop),char(stiPLL) ||"<PL<"|| char(stiPHL)};Operations<<
    New Column( ...

    Stas Stas
    Discussions |
    Nov 12, 2023 6:40 AM
    1597 views | 4 replies

Latest Discussions

  • Save small datatable to Journal

    I've been at this for a while and I know it's doable but I can't seem to get it to work....I can save my Graphs to a journal but can't append a small data table (summary table) to the journal.....  --- any hints?

    twaintwist twaintwist
    Discussions |
    Nov 12, 2023 1:10 PM
    9636 views | 9 replies
  • Can the X group name text orientation of this Graph Builder be set to vertical?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca="tem";New Column(ca);Column(ca)<<Formula( char(age)||"longlong" );dt<<run formulas;Column(ca)<<deleteFormula; p1 = dt << Graph Builder( Size( 300, 400 ), Show Control Panel( 0 ), Legend Position( "Inside Bottom Right" ), X Group Edge( "Bottom" ), Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ), Elements...

    lala lala
    Discussions |
    Nov 12, 2023 8:30 AM
    1977 views | 6 replies
  • Creating a column with concatenated values

    Hey all, 
    I'm trying to create new column which will include to rows/values. The first one is a variable and the second one is a concatenated expression of two variables.No matter what I tried, I get an empty cell in the concatenated value. Can you please advise? Example of what I tried:stiop=10; stiPLL=20; stiPHL=30;
    STIarg={char(stiop),char(stiPLL) ||"<PL<"|| char(stiPHL)};Operations<<
    New Column( ...

    Stas Stas
    Discussions |
    Nov 12, 2023 6:40 AM
    1597 views | 4 replies
  • Name of file

    HelloI first time faced this issue. I would like to save the JMP file in my folderbut it allows me to save name file until 5 characters only.when I tried to rename this file in my folder it doesn't allow to do it too.I tried to restart JMP and my computer but it didn't solve the issue.Somebody know how I can solve the issue?  

    Dennisbur Dennisbur
    Discussions |
    Nov 12, 2023 6:31 AM
    855 views | 1 replies
  • Plotting gradient colors in JSL, how to use variables to represent specific parameters?

    For example, the maximum and minimum values of this:{gradient({Scale Values([200000 0 -200000])})}mx=200000mn=-200000{gradient({Scale Values([ma 0 -ma])})} 

    lala lala
    Discussions |
    Nov 12, 2023 6:26 AM
    1173 views | 3 replies

Latest Discussions

  • Getting NonEstimable values when crossing variables due to control setup

    Hi,   I'm working on a dataset where we are testing the effects of 2 treatments and the delay between them, and I'm trying to figure out how to line up my variables so I can do a Dunnett's test against various controls. We are giving animals a dose of drug A (Variable A), waiting some time (T), and then giving them a dose of drug B . If the animal is NOT given drug A (= 0), then T doesn't have a m...

    eberndl eberndl
    Discussions |
    Nov 10, 2023 10:48 AM
    628 views | 0 replies
  • Column Format in Distribution not following Data Table Column Format

    Hello Expert, I have an issue with "PERCENT"  in JMP.1-2: I have defined the column "Data" from rate to be in "Percent" & Dec "2" in the data table.3: But, when I plot Distribution --> the quantiles "Data" values do not follows my instruction that the data is already in "Percent" & Dec "2".4: The summary statistics for basic statistics also does not follow the data format that I've defined earlier...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Nov 9, 2023 7:11 PM
    581 views | 0 replies
  • Nested Cross-Validation Script?

    Hello, how can I apply nested cross-validation outside of the model screening platform? I would strongly suggest to extend the Make-Validation-Column Section by an option to automate nested cross validation for all predictive models. It would be cool to just select a validation column (or 2 validation columns) for nested cross-validation. In the meantime, could you please provide me with an exampl...

    MarkusJH MarkusJH
    Discussions |
    Nov 2, 2023 3:21 AM
    718 views | 0 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    688 views | 0 replies
  • How to adjust the factor range for specific factors within an ongoing DOE

    Hi, I designed a DOE that has two independent buffers. This DOE will range components in each buffer which will be used in a processing step sequentially. IE, buffer A, followed by buffer B. We already prepared for the DOE, and formulated the A buffers as per the recommended design. For the B buffers, we intended on ranging 2 components but later decided to reduce to ranging one component, and als...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Oct 26, 2023 5:25 PM
    648 views | 0 replies
view all discussions