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

  • Trying to use Include Files List()

    Hello all,  I'm trying to use Include File List() and I'm getting errors. It is not working as I would have expected.Here is an example.I have 3 files files named Include1.jsl, Include2.jsl, Include3.jsl that I'm trying to include into TestInclude.jsl that is listed below: Clear Log(); //Names Default To Here( 1 ); Clear Symbols(); Clear Globals(); Include( "Include1.jsl" ); Include( "Include2.js...

    miguello miguello
    Discussions |
    Oct 23, 2019 3:24 PM
    3760 views | 4 replies
  • Query Builder - Unique Records

    Hello ,
    After quite a bit of personal struggle to solve my problem, I've decided to post it as a question to user and JMP community.
    Have a database from which p1, p2, asset and time are pulled from. Database is an accumulating database which means parameters p1, and p2 are loaded as representing the last state for each asset at a specific time. In other words, prior older instances of p1 and p2 a...

    altug_bayram altug_bayram
    Discussions |
    Oct 23, 2019 2:19 PM
    18831 views | 15 replies
  • latent class analysis for consumer research

    Hello I want to perform a latent class analysis on my mixture-amount experiment in JMP. Under the tab 'analyze', 'consumer reasearch', 'choice' I know how to perform a conditional logit model (via the Firth Bias-adjusted estimates) and a mixed logit model (via the Hierchical Bayes estimation) but I was wondering if performing a latent class analysis was also possible for choice experiments with JM...

    Eva_Boonaert Eva_Boonaert
    Discussions |
    Oct 23, 2019 1:11 PM
    2431 views | 3 replies
  • PLOT ZOOM into X-AXIS

    When i doing variability plot, because of too many variables, the X-axis are squeezed together with invisible to see the wording. How i able to zoom in to X-axis bar to see what is the wording? I try to use the magnifier glass, but it only allow me to zoom in and out of the Y-axis, not the X-axis bar. Please advise. Thanks  

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 23, 2019 6:22 AM
    7598 views | 10 replies
  • Multiple Find and Replace Formula

    I am trying to take a company name like ABP MEAT DISTRIBUTORS, INC. and do some Find and Replaces.  I would like to Find ".", ",", and "INC" and replace with blanks.   The substitute formula only seem to work for 1 character.  How can I do multiple Find and Replaces?

    progers2020 progers2020
    Discussions |
    Oct 23, 2019 6:08 AM
    4354 views | 4 replies

Latest Discussions

  • latent class analysis for consumer research

    Hello I want to perform a latent class analysis on my mixture-amount experiment in JMP. Under the tab 'analyze', 'consumer reasearch', 'choice' I know how to perform a conditional logit model (via the Firth Bias-adjusted estimates) and a mixed logit model (via the Hierchical Bayes estimation) but I was wondering if performing a latent class analysis was also possible for choice experiments with JM...

    Eva_Boonaert Eva_Boonaert
    Discussions |
    Oct 23, 2019 1:11 PM
    2431 views | 3 replies
  • Variables to use as axis max/min in data table graph builder script

      I have the following lines in my script I am saving to the data table and then running to make a graph builder graph. When I run the graph from the script it uses the variables as the max and min for graph builder but if I run the script saved to the data table (say I give the table to someone else) it uses default max and min instead. Any recommendations?  min_val = col min(:col1); max_val = co...

    bittnere bittnere
    Discussions |
    Oct 22, 2019 6:31 AM
    2271 views | 1 replies
  • How do can save a JMP file with the column name as a CSV file?

    I searched the Discussions posts, and saved JMP as TXT file first, and then changed TXT name to CSV.But my JMP default does not check "Export Table Headers".
    How can the JSL be saved as a CSV file with the column name?I added "Export Table Headers(1)" in the code, which did not work.Thanks!

    lwx228 lwx228
    Discussions |
    Oct 18, 2019 2:33 AM
    2783 views | 2 replies
  • How to get from JMP table format WIDE to LONG. With some twists... [JSL, scripting]

    Hi, Simply put, I just need to get from JMP format WIDE to LONG.I'll use BIG CLASS to outline the basic idea: dt = Open( "$SAMPLE_DATA/big class.jmp" );Basic objective: Structure BEFORENAME AGE SEX HEIGHT WEIGHT KATIE 12 F 59 95 LOUISE 12 F 61 123 JANE 12 F 55 74 JACLYN 12 F 66 145Structure AFTER (let's see NAME and SEX as IDs)NAME SEX SOURCE_COL VALUE KATIE F AGE 12 LOUISE F AGE 12 JANE F AGE 1...

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    Oct 17, 2019 8:02 AM
    2317 views | 1 replies

Latest Discussions

  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1338 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2143 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1379 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1323 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1442 views | 0 replies
view all discussions