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 Find User Database Credentials Prior To Running JMP Script in JMP 16

    Hello, I'm running into a problem with sharing the JMP scripts I create across my organization. The problem arises from how the credentials I use to connect to our SQL database are different than the credentials others use to connect to the same database. For example, a query which I can run on my machine to connect to the database "Database" on the server "SQLServer", will look like this:   Open ...

    LinearFit LinearFit
    Discussions |
    Aug 30, 2024 12:48 PM
    1854 views | 2 replies
  • Selectively import CSV files based on content.

    I have built a script based on the information I found in this post. Solved: Re: Open Multiple Data Files Recursively - JMP User Community Great suggestions in there.  The remaining difficulty I have is that the finally assembled file is very large and I wind up throwing much of it away because it is not relevant.  This is probably a stretch but can JMP select CSV files based on their content befo...

    SpannerHead SpannerHead
    Discussions |
    Aug 30, 2024 12:34 PM
    717 views | 1 replies
  • Dynamic y axis range in variability chart

    I have the following variability chart and I am implementing that by Parameternebs = {};
    For Each({pChoice}, parameterChoice,
    lub << append(Text Box(pChoice));
    lub << append(neb = Number Edit Box(42));
    Insert Into(nebs, neb);
    );


    vals = nebs << get;


    varchart = Variability Chart( Y( :Value), X( :Time Point, :Storage Condition, :Level ), Std Dev Chart( 0 ), By( :Parameter ), SendToR
    ...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Aug 30, 2024 2:28 AM
    870 views | 1 replies
  • Graph builder using lines to connect individual data points

    Dear community,I was using graph builder to make a dotted plot like below. I was trying to connect individual dots using lines, specifically I want to connect the green dot from 7mer_AUC to the green dot from the 8mer-AUC, and red dot to the other red dot, blue dot to the other blue dot in the 8h panel, then do the same for 24h and 48h panels. When I used "Add line", it only connect the means of t...

    xliu xliu
    Discussions |
    Aug 30, 2024 1:18 AM
    1093 views | 2 replies
  • search substring from vareity of string

    I have a column with name of failure, which contains all variety of strings. I like to search error code with start of "ex". the error code is 10-character string with start of "ex". and put the 1st error code into column of "1st code", all error codes into column of "all codes. what formula is set to both columns? sorry to bother again. I need to quickly make my work in hands closed firstly, then...

    ReliabilityWolf ReliabilityWolf
    Discussions |
    Aug 30, 2024 1:16 AM
    3221 views | 12 replies

Latest Discussions

  • Selectively import CSV files based on content.

    I have built a script based on the information I found in this post. Solved: Re: Open Multiple Data Files Recursively - JMP User Community Great suggestions in there.  The remaining difficulty I have is that the finally assembled file is very large and I wind up throwing much of it away because it is not relevant.  This is probably a stretch but can JMP select CSV files based on their content befo...

    SpannerHead SpannerHead
    Discussions |
    Aug 30, 2024 12:34 PM
    717 views | 1 replies
  • Graph builder using lines to connect individual data points

    Dear community,I was using graph builder to make a dotted plot like below. I was trying to connect individual dots using lines, specifically I want to connect the green dot from 7mer_AUC to the green dot from the 8mer-AUC, and red dot to the other red dot, blue dot to the other blue dot in the 8h panel, then do the same for 24h and 48h panels. When I used "Add line", it only connect the means of t...

    xliu xliu
    Discussions |
    Aug 30, 2024 1:18 AM
    1093 views | 2 replies
  • Help with default view summary statistics

    Folks,
    I use .jmp 14 for analysis. I am looking for a way to only permanently display only 4 statistics of use to me -Mean, Std.Dev, Mode and Observations. I manually uncheck it each time by clicking on summary. I have also checked under preferences in var chart and unchecked the other non relevant statistics apart from these 4 but it doesn't work. Is that a limitation with. Jmp 14? Any help would ...

    BetaPanda273 BetaPanda273
    Discussions |
    Aug 29, 2024 11:39 PM
    1134 views | 3 replies
  • All possible models multiple regression - assessing R2 change between models

    Hi All, Relatively new to JMP. I have performed an all subsets multiple regression as I am attempting to find the best model of IVs that predicts my DV. Based on AICc, BIC and Mallows there is a model that appears best. However, there is another model that has one additional variable that has similar AICc etc (though worse), but a better adjusted R2. Is there a way in JMP of statistically comparin...

    philc86 philc86
    Discussions |
    Aug 29, 2024 11:10 AM
    2130 views | 5 replies
  • Change order of x-values in bar chart

    I am struggling to change the order of the x-axis values of my bar chart. How should I do this?

    CoffeeLover1997 CoffeeLover1997
    Discussions |
    Aug 29, 2024 8:05 AM
    635 views | 1 replies

Latest Discussions

  • AlT two factors with example fail

    Could you provided me some example, file,with example of ALT, two faftors, for example temerature and humidity. Please

    Juancho97 Juancho97
    Discussions |
    Aug 25, 2024 12:16 PM
    499 views | 0 replies
  • Machine data source list remove in "Database Operations"

    I used "File"-->Database-->Open table-->New connection to setup some tables from DB. but I found my list for new connections becomes longer and longer. like the attached pic. I did not found there is a way that i can remove any items from the connection list. the question is that is there a way that i can delete them. Thanks in advanced. KRSean

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 22, 2024 7:24 AM
    745 views | 0 replies
  • Write Data from Data Table to Database

    Hello JMP-Community,I am searching your help here because I didn't found a sufficent solution for myself in other posts. It is about writing content of a data table into a table of a database.For that I wrote this little function: myInsertInto = function({dt, dbConnection, destinationName}, cols = dt << GetColumnNames(String); rows = dt << Select All Rows << GetSelectedRows; show(cols, rows); ...

    DBo_94 DBo_94
    Discussions |
    Aug 22, 2024 6:38 AM
    550 views | 0 replies
  • Is there a way to tell LCA that the rows are ordered by class?

    Typical dataset: 120-200 rows, 15 classes. Rows are known to be ordered by class. What is unknown is where the 'fences' between classes are. As-is -- i.e., without taking row order into account -- LCA correctly classifies about 94% of rows. My intuition is that if I knew how to tell the algorithm that the rows are grouped by class on input, we'd be at 100%. Visual, in case my use of 'grouped by' i...

    mtowle419 mtowle419
    Discussions |
    Aug 15, 2024 5:03 PM
    551 views | 0 replies
  • latin hyper cube

    Hi there, 

    I am attempting to run latin hyper cube with three continuous and one categorical factors, but the option is not available except for fast flexible filing design; can anyone assist me with this? thanks in advance

    H6Habib H6Habib
    Discussions |
    Aug 14, 2024 1:58 PM
    609 views | 0 replies
view all discussions