cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Eval insert SQL

    Hi All, i am trying to produce an SQL statment that will bring only rows with matching id names. i have a userlist that i want to Eval insert into the SQL string. problem is that it parses it with double quotes instead of single quotes.       Names default to here (1);
    // got the userlist from a data table using dt:users << get as matrix
    userlist = {"01E1B5C0651EDA80", "F62B70921920FCBE", "909D3502
    ...

    ron_horne ron_horne
    Discussions |
    Dec 25, 2022 1:45 PM
    4588 views | 9 replies
  • pulling information with date condition: put filename into list if it is greater than a specified date and time

    Hi,I m trying to  get the list of files name in a directory with given condition if it is 1) zip archive and also the 2) creation date greater than yyyy/mm/dd. Below is my script. My question1) it ran without error but not return empty list. I 'm not sure what is the issue (perhaps the date).
    2) how can I set the creation date () output format to yyyy/mm/dd hh:mm:ss? 3) it take long time to loop th...

    dadawasozo dadawasozo
    Discussions |
    Dec 24, 2022 2:10 PM
    2675 views | 3 replies
  • JSL - Repeats within a platform function

    Names Default To Here( 1 ); // Create an Example data table dt = currentdatatable(); // Get the names of the columns in the data table colNames = dt << get column group( "WLS" ); nIters = 2; Neural( Y( :Type ), X(eval(colNames)), Validation Method( "KFold", 5 ), Set Random Seed( 2 ), for( k=1, k <= nIters, k++, Fit( NTanH ( 2 ) ) ), ); I am trying to fit more than 1 neural model using at...

    Joost Joost
    Discussions |
    Dec 24, 2022 3:28 AM
    3055 views | 5 replies
  • Why are my fit models showing different factor significance? In "model 1", Random Block is a Random Effect rather than a Fixed Effect, whereas "model 2" lists all the factors as Fixed Effects.

    When I clicked Fit Model, "model 1" popped up, including "Random Block & Random" as a factor, which means "Random Block" is a Random rather than Fixed Effect. However, When I run "model 2" with just "Random Block" as a factor, everything becomes less efficient. Which is more correct and why? Also, I'm used to the Model 2 output, in which I can click on Scaled Estimates. And I was taught at a JMP t...

    evtran evtran
    Discussions |
    Dec 23, 2022 8:45 PM
    2403 views | 3 replies
  • Automate odds ratio to populate a table

    Hi all! Is there an easy way to automate a table like the following for a large data set? Essentially I'm reporting my data in the following way with number and percentage in each group and the odds ratio with the confidence interval:  Total n (%)Survived n (%)Died n (%)OR (CI)Femalex (x%)x (x%)x (x%)x.xx (x.xx-x.xx)Heart diseasex (x%)x (x%)x (x%)x.xx (x.xx-x.xx) I've been doing my analysis using ...

    lily1287 lily1287
    Discussions |
    Dec 23, 2022 1:39 PM
    2904 views | 2 replies

Latest Discussions

  • Why are my fit models showing different factor significance? In "model 1", Random Block is a Random Effect rather than a Fixed Effect, whereas "model 2" lists all the factors as Fixed Effects.

    When I clicked Fit Model, "model 1" popped up, including "Random Block & Random" as a factor, which means "Random Block" is a Random rather than Fixed Effect. However, When I run "model 2" with just "Random Block" as a factor, everything becomes less efficient. Which is more correct and why? Also, I'm used to the Model 2 output, in which I can click on Scaled Estimates. And I was taught at a JMP t...

    evtran evtran
    Discussions |
    Dec 23, 2022 8:45 PM
    2403 views | 3 replies
  • Settings

    HelloWhen I build graphs, I need each time to customize settings for X and Y axis settings as show grid, labels, and label orientation...I tried to find the settings in preference (CTRL+K), but I don't see it.Could someone help me show where I can set the setting regularly in each graph?   

    Dennisbur Dennisbur
    Discussions |
    Dec 23, 2022 6:19 AM
    2639 views | 4 replies
  • Unexplainable SQL Result

    I know!  SQL can be strange and throw up peculiar results at times, but this is really simple SQL with an allegedly simple result. What I have is 3 tables.  Table 1:  One column, which is a list of dates covering every day between 31.12.2019 and 31.12.2023.Table 2:  Two columns:  Column 1 is the date of an event and column 2 is the count of the number of times the event occurred on the date in col...

    peterrow peterrow
    Discussions |
    Dec 22, 2022 11:50 PM
    3032 views | 5 replies
  • Jmp script to get variability charts with common x-grouping

    Hi,I am a bit new to jmp, so bare with me. I was looking to graph variability plots that plot the same y-variable and same x-grouping but separated by different variables in the 'By' section. For example, how do I get the plot that looks like the one on the left and not the one on the right (that it produces by default). Is there a JSL script to do such a thing?

    FrequencyBison9 FrequencyBison9
    Discussions |
    Dec 22, 2022 5:21 PM
    1938 views | 1 replies
  • email invite and sharepoint compatibility

    I had a few jsl questions.Can jsl code be written to send a meeting invite for outlook?Can a link be set up on sharepoint to automatically run a script when the link is clicked? (without prompting and downloading the script first?)If I integrated to the two questions you will get the full pictureUser clicks the sharepoint link which runs the script Window opens to enter email addressesUser types i...

    Derek11 Derek11
    Discussions |
    Dec 21, 2022 12:55 PM
    1789 views | 1 replies

Latest Discussions

  • 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
    1138 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
    1282 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
    1287 views | 0 replies
  • How to fix X Axis Settings for Operating Characteristic Curves

    I'm playing around with different scenarios on an Operating Characteristic curve in which the fraction defective is very small (screen shot below).  Every time I run a scenario, the x-axis automatically changes to a range that is way too wide to be useful and I have to change it back manually.Is there a way to make the x-axis setting constant? (I'm using Jmp Pro 16.1)Thanks! 

    The_Annie The_Annie
    Discussions |
    Dec 15, 2022 2:29 PM
    1241 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    1305 views | 0 replies
view all discussions