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

  • Add/Remove Stop words in Text Explorer

    Hi, I was trying to control stop words in text explorer using the folllowing example script.  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" ); obj = Text Explorer( TextColumns( :Reasons Not to Floss ) ); obj << Add Stopwords( {"use", "feel", "like"} ); obj << Add Stopword Exceptions({"use", "feel", "like"}); obj << Add Stopwords( {"use", "feel", "like"} ); After se...

    Tzu-Chun Tzu-Chun
    Discussions |
    Oct 17, 2019 7:44 AM
    5712 views | 3 replies
  • How do I concatenate some rows to new one including character with JMP formula?

    I want to concatenate some rows to new one as below. Column X, Column Y --> New Column : Column X_Column Y Can I use JMP formula to merge like this? One additional question is when I add new column based on some formula, can I take JMP script for the data table containing formula column?

    Owen_Kim Owen_Kim
    Discussions |
    Oct 16, 2019 8:49 PM
    3466 views | 1 replies
  • Nelson rules

    When n=1, how to use nelson rule

    TPL4 TPL4
    Discussions |
    Oct 16, 2019 5:50 PM
    2894 views | 3 replies
  • Goodness of Fit

    Dear JMP users,I have a question regarding the usage of the P-value to check if a dataset fit with a distribution.For some distribution (norma, lognormal...) in JMP is it possible to check the p-value with the "Goodness of fit". P-value<0.05 the data do not mach the distribtuion selected, if p-value>0.05 the data match the distribution selected.I tryed to use this function with the "Normal 2 Mixtu...

    Simone1 Simone1
    Discussions |
    Oct 16, 2019 8:00 AM
    10291 views | 4 replies
  • How to make Candlestick Charts with JMP?

    Hi Experts!
    I found the drawing JSL in several sample JMP files for stocks, but did not find a way to make the Candlestick Charts.dt = Open( "I:\00\jmp\Samples\Data\TechStock.jmp" );

    lwx228 lwx228
    Discussions |
    Oct 15, 2019 5:05 PM
    3520 views | 5 replies

Latest Discussions

  • Nelson rules

    When n=1, how to use nelson rule

    TPL4 TPL4
    Discussions |
    Oct 16, 2019 5:50 PM
    2894 views | 3 replies
  • How to make Candlestick Charts with JMP?

    Hi Experts!
    I found the drawing JSL in several sample JMP files for stocks, but did not find a way to make the Candlestick Charts.dt = Open( "I:\00\jmp\Samples\Data\TechStock.jmp" );

    lwx228 lwx228
    Discussions |
    Oct 15, 2019 5:05 PM
    3520 views | 5 replies
  • Control Chart Builder Subgroups with Different Specs

    I have JMP 10 and would like to know if there is a way to use Control Chart Builder and add different specs for each subgroup chart (there are 3 subgroups: Material = A, B or C). The current script adds the same spec limits to all subgroup charts. Control Chart Builder(
         Show Control Panel( 0 ),
         Variables(
              "Subgroup"(:Material),
              "Subgroup"(:Name( "DataLabel" ), Position( 1...

    Raquel Raquel
    Discussions |
    Oct 15, 2019 8:22 AM
    1341 views | 1 replies
  • How do I calculate population standard deviation in JMP.

    When I use the distribution platform in JMP 14 the calculated standard deviation is the sample standard deviation.  How do I calculate the population standard deviation in JMP and when is it appropriate to use the polpulation standard deviation? Thanks, 

    timothy_forsyth timothy_forsyth
    Discussions |
    Oct 15, 2019 6:47 AM
    4633 views | 1 replies
  • Calculate Moving R2

    How can I calculate R2 between two variables (i.e. columns) in a moving window (e.g., 10 pairs of data at a time)? Sina

    shasheminassab shasheminassab
    Discussions |
    Oct 13, 2019 2:27 PM
    4288 views | 5 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
    1353 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
    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
view all discussions