cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • change date format

    Hi,  I received an .xlsx data sheet with the following date "dd.mm.yy" in a column, i.e. "03.10.14".After copying the data into JMP I created a new column to get the numeric number for the date and converted the date into 1. a numeric date type with2. a ordinal modeling type and3. format to "yyyy-mm-dd".  However, some dates "20.10.15" do not appear in my new column. Is there a defnition conflict?...

    Marc3 Marc3
    Discussions |
    Sep 25, 2019 6:32 AM
    10918 views | 12 replies
  • Maps folder when I don't have one?

    Hi!I'm running JMP 13 on a MacBook Pro. I've read several discussion threads and viewed tutorials for using custom shape files for mapping in graph builder. But not only does my installation not have the standard load of map files (state, county, etc.) but I don't have a folder called 'maps' at all. I'm expecting it under library/application support/JMP/13/ .  I reluctantly assumed I could simply ...

    gchesterton gchesterton
    Discussions |
    Sep 25, 2019 3:57 AM
    10877 views | 8 replies
  • Multiple spec limits on chart

    How can I add multiple spec limits to control chart builder? I have incleded an example of what I would like my chart to look like. I am not intrested in UCL and lower control limt but rather the spec limits.

    Iheartjmp Iheartjmp
    Discussions |
    Sep 24, 2019 7:12 PM
    5957 views | 4 replies
  • Mixed Stacked and Side-by-side Bar Graph in JMP

    I have a data with all numerical values. How would I plot mixed of Mixed Stacked and Side-by-side Bar Graph in graph builder. I want to plots my graphs as shown in attached 2 images. First image only shows the percentage of each variable in mixed of stacked and side-by-side bar plot but in Second images also shows the value of the variable as well.   If you can share the detailed procedure or JSL ...

    Rajat Rajat
    Discussions |
    Sep 24, 2019 4:12 PM
    13255 views | 9 replies
  • How to check if a folder exists and create if not?

    ENTHU ENTHU
    Discussions |
    Sep 24, 2019 3:27 PM
    4359 views | 2 replies

Latest Discussions

  • Mixed Stacked and Side-by-side Bar Graph in JMP

    I have a data with all numerical values. How would I plot mixed of Mixed Stacked and Side-by-side Bar Graph in graph builder. I want to plots my graphs as shown in attached 2 images. First image only shows the percentage of each variable in mixed of stacked and side-by-side bar plot but in Second images also shows the value of the variable as well.   If you can share the detailed procedure or JSL ...

    Rajat Rajat
    Discussions |
    Sep 24, 2019 4:12 PM
    13255 views | 9 replies
  • How to check if a folder exists and create if not?

    ENTHU ENTHU
    Discussions |
    Sep 24, 2019 3:27 PM
    4359 views | 2 replies
  • Hopefully JMP16 will refine these recommendations.

    I am glad to see that JMP15 has been produced.
    To make the JMP victory smoother, here are some tips:
    1. When JMP changes the new language in stock selection, it will revert to the original language. All the previously set Settings have disappeared, only the default Settings have been restored.

    lwx228 lwx228
    Discussions |
    Sep 24, 2019 7:30 AM
    2723 views | 4 replies
  • CV, GCV & smoothing parameter (alpha) in p-spline?

    Hi everyoneplease; how to calculate CV, GCV & smoothing parameter (alpha)in penalized spline regression? regards; 

    Raaed Raaed
    Discussions |
    Sep 24, 2019 4:35 AM
    4074 views | 4 replies
  • how to loop through by variable while plotting variable plots

    Hi,I am trying to plot multiple variable charts where Y axis is different columns containing MIP in the column name.I have a column called step name and I need these plots for different step names.Eg: MIP1 for stepA and stepB and so on.I can use "By" variable while creating the plots.But how do I extend this to multiple steps.  dt = Open( "C:\REPORT.csv" ); a = "MIP_"; col = dt << get column names...

    ENTHU ENTHU
    Discussions |
    Sep 23, 2019 9:32 PM
    2916 views | 3 replies

Latest Discussions

  • 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
    2155 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
    1398 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
    1358 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
    1452 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1705 views | 0 replies
view all discussions