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

  • Combine two tables with same columns and column names

    I have two table that have same number of columns and same column names. I want to combine them into one (still same number of columns and same column names, but just more rows). How can I do that?

    aaronjiang aaronjiang
    Discussions |
    Oct 24, 2019 10:15 AM
    3507 views | 1 replies
  • Hiding Legend Items in Graph Builder using JSL

    I am having an annoying issue with the Graph Builder in JSL.  In order to show both the points and a smoother on a scatter plot I am changing the trasnparency of the points.  I can make this work well enough but when I manipulate the plot later in JSL the points are being added back to the legend by default instead of staying hidden I assume because JMP thinks they are no longer redundant.  I know...

    jjswan33 jjswan33
    Discussions |
    Oct 24, 2019 8:49 AM
    10464 views | 11 replies
  • How do I preserve trailing zeros in a list of numbers?

    Hey guys,  I have an application where I need to preserve trailing zeroes for numbers within a list when using the round function. I know trailing zeroes can be preserved in column formatting but the numbers I am working with exist outside of a column object. An example below list_x = {23.04, 24.12,59.632,87.9913}; rounded_x = {}; for(i = 1, i <= nitems(list_x), i++, rounded_x[i] = round(list_x[i...

    cnattrass cnattrass
    Discussions |
    Oct 24, 2019 6:29 AM
    5906 views | 4 replies
  • Convert data from hr:m:s to mm:ss,0 ?

    Hi

    I have a data set where I want to analyse performance (the duration) in 1500 m running. The data is imported from another database, txt-files originally (which I didn't do). JMP says/thins it is in hr:m:s format, but it should be in minutes, seconds and hundreds of a second. Is it possible to do? Or just convert it to seconds, maybe this is how the statistics are done?. I've tried in JMP an via ...

    Jonkandonkan Jonkandonkan
    Discussions |
    Oct 24, 2019 3:53 AM
    3280 views | 3 replies
  • Scripting: Open table and closing it

    Hello,I'm new to scripting in JSL and it seems like I'm struggling right from the start..I want to import an Excel table and then do several changes and so on. But it seems like the easiest operations doesn't work. My idea was to start really simple: opening and closing it. I imported my Excel table with the wizard and saved the script. I altered it to the following (added a variable dt and tried ...

    JL_LZH JL_LZH
    Discussions |
    Oct 24, 2019 2:27 AM
    3757 views | 2 replies

Latest Discussions

  • Convert data from hr:m:s to mm:ss,0 ?

    Hi

    I have a data set where I want to analyse performance (the duration) in 1500 m running. The data is imported from another database, txt-files originally (which I didn't do). JMP says/thins it is in hr:m:s format, but it should be in minutes, seconds and hundreds of a second. Is it possible to do? Or just convert it to seconds, maybe this is how the statistics are done?. I've tried in JMP an via ...

    Jonkandonkan Jonkandonkan
    Discussions |
    Oct 24, 2019 3:53 AM
    3280 views | 3 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
    2430 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
    2270 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
    2780 views | 2 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
    2139 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
    1376 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
    1318 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
    1439 views | 0 replies
view all discussions