cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Control Chart builder, Non Normal data, Control Limits

    Hi, I have bounded data to Zero. Sure not normal distributed. How can I get the Control Limits? Most appreciated is a visualiation directly in the Control Chart Builder and an interactive solution. Any Help out there?Thanks Peter

    peter_michel peter_michel
    Discussions |
    Jul 26, 2021 1:49 PM
    5272 views | 5 replies
  • Script license renewal from central server on startup

    I would like to write a script that runs on JMP startup (I know how to do this, but not the rest) that checks how much longer the license is valid (or if it is already expired), then when we go below a certain threshold I want to pull a new .sid file from a file server and load that to renew the license file. Now given that renew license() is not even mentioned in the scripting index there is not ...

    pauldeen pauldeen
    Discussions |
    Jul 26, 2021 1:44 PM
    2745 views | 5 replies
  • Show same data but with different Overlay variables side-by-side in Graph Builder?

    I'm often looking at trend charts in Graph Builder and want to see how multiple different factors are affecting the trends. So I make my trend plot and put a Variable A into the Overlay role, but I really want to also add Variable B to Overlay as well and view the plots side-by-side.  Currently, the best way I know to do this is to do Redo Analysis to make a second window, and then put Variable B ...

    MarkJSchwab MarkJSchwab
    Discussions |
    Jul 26, 2021 9:32 AM
    1220 views | 2 replies
  • JSL formula new column fill in sequence based on another column content

    could help to suggest how to use JSL formula to generate one new column "ID", and fill in sequence number from 001-00N.if cell value is in list {aim_lio, yeah_hoo, CC_act}, new "ID" column auto fill in 001-00N.
    if cell value is in list {bb_yoon, lzh_hao, Ke_oh, he_low}, new "ID" column auto fill, and restart from 001, 001-00N'.if cell value is in list {ge_green, Ye_kio}, new "ID" column auto fill, ...

    qspringleaf qspringleaf
    Discussions |
    Jul 26, 2021 9:23 AM
    2170 views | 3 replies
  • How to batch generate assigned memory variables from lists using JSL?

    For example, given a list of text, assign values by adding the letter "r" before each element and in the order in which the elements are in the list.nam = {"A","B","C","D","E","H"};This results in the following variables and their assignments:rA=1; rB=2; rC=3; rD=4; rE=5; rH=6;Thanks!

    lala lala
    Discussions |
    Jul 26, 2021 8:54 AM
    1746 views | 4 replies

Latest Discussions

  • Show same data but with different Overlay variables side-by-side in Graph Builder?

    I'm often looking at trend charts in Graph Builder and want to see how multiple different factors are affecting the trends. So I make my trend plot and put a Variable A into the Overlay role, but I really want to also add Variable B to Overlay as well and view the plots side-by-side.  Currently, the best way I know to do this is to do Redo Analysis to make a second window, and then put Variable B ...

    MarkJSchwab MarkJSchwab
    Discussions |
    Jul 26, 2021 9:32 AM
    1220 views | 2 replies
  • How to batch generate assigned memory variables from lists using JSL?

    For example, given a list of text, assign values by adding the letter "r" before each element and in the order in which the elements are in the list.nam = {"A","B","C","D","E","H"};This results in the following variables and their assignments:rA=1; rB=2; rC=3; rD=4; rE=5; rH=6;Thanks!

    lala lala
    Discussions |
    Jul 26, 2021 8:54 AM
    1746 views | 4 replies
  • Fit Special Limits JSL

    Hi all, I am using Fit Y by X Plot and I need 3 limits on my plots (Control Limit, Upper Limit and Lower Limit) where I used the fit special 3 times and input the slope and intercept needed. But I don't know how to do this in JSL. This is only the output I get when I save the script to script windowBivariate( Y( :Age ), X( :Sex ), Fit Line( {Confid Curves Indiv( 1 ), Line Color( "Black" )} ), ...

    29755 29755
    Discussions |
    Jul 25, 2021 9:38 PM
    743 views | 1 replies
  • JSL script to run multiple nested JSL scripts issue

    Hello all,I have a checkbox gui setup with JMP applications that lets the user select which analysis to run, this feature lets users select/run multiple analysis at the same time essentially. (i.e. one button to run all) Each individual script works when run stand-alone, but when calling/running them all from a singular script, issues arise. I cannot edit each individual analysis jsl script due to...

    Glo_Roh Glo_Roh
    Discussions |
    Jul 23, 2021 5:14 PM
    1227 views | 1 replies
  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1007 views | 0 replies

Latest Discussions

  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1007 views | 0 replies
  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    675 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1264 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    694 views | 0 replies
  • Solving for new FPCs using a training set

    Had a question on the Functional Data Explorer system.  Feels like a dumb question but can't figure it out.  So I set up a training set and developed FPCs I like.   The next step is then to use that spline structure to solve the FPCs for new items as they come in.    What steps would I take to do that?    

    Evan_Morris Evan_Morris
    Discussions |
    Jul 6, 2021 11:08 AM
    552 views | 0 replies
view all discussions