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

  • K-S Test Interpretation

    I am trying to compare regeneration density following wildfires versus unburned areas. I have non-normal data with unequal variances so I ran the K-S Test and got the attached output. I'm not sure which p-value to use. Thank you. 

    TreeStatsNoob TreeStatsNoob
    Discussions |
    Sep 20, 2019 8:00 AM
    3712 views | 1 replies
  • Graph Builder x axis by row order, but display another column value

    Hi, I would like to use graph builder to plot a SPC chart because the convenient overlay function for my data.How to setup the x axis by row order but display another column value?It is basically the same with overlay plot's not order x option, and the another column value normally is time. There is the example:I can use overlay plot get what I want but no overlay function to separate ToolI can us...

    SimonLi SimonLi
    Discussions |
    Sep 20, 2019 6:36 AM
    2011 views | 1 replies
  • Script to add leading characters (leading zeros in this case)

    What's the syntax to have a column operate on itself?

    This is the best I could come up with and it doesn't work. dt = current data table(); column(dt, "Architecture") << Set Each Value( Repeat("0",3-Length(Char("Architecture")))||Char("Architecture")); Column Architecture has values like 1, 2, 123, XXX, etc.  Length is not standard.Want a script that will run on the table and covert the column to s...

    BSwid BSwid
    Discussions |
    Sep 20, 2019 6:33 AM
    7990 views | 5 replies
  • Weekly and seasonal forecast

    Hi AllI have daily patient ED cases data for past 3 years. The initial trend run it is obvious that it has seasonality ( high in summer and  low in winter) .At the same time it also has weekly trend ( high on Monday)How can we deal with two level of adjustment? I want to incorporate both ( seasonal and weekly) to suggest for optimal staffing  models.Please advise. Thank you

    Chuiee Chuiee
    Discussions |
    Sep 20, 2019 5:38 AM
    6080 views | 9 replies
  • How to calculate confidence intervals for multinomial proportions?

    I have the following data:20%
    30%
    40%
    10%Let's say for the type of a some product: a. b, c, d (respectively)
    How to calculate confidence intervals for each proportion?P.S. In this imitation example, we consider (for simplicity) that absolute numbers are also: 20, 30, 40 and 10 (total number: 100)

    Ted Ted
    Discussions |
    Sep 20, 2019 1:33 AM
    36684 views | 9 replies

Latest Discussions

  • K-S Test Interpretation

    I am trying to compare regeneration density following wildfires versus unburned areas. I have non-normal data with unequal variances so I ran the K-S Test and got the attached output. I'm not sure which p-value to use. Thank you. 

    TreeStatsNoob TreeStatsNoob
    Discussions |
    Sep 20, 2019 8:00 AM
    3712 views | 1 replies
  • Graph Builder x axis by row order, but display another column value

    Hi, I would like to use graph builder to plot a SPC chart because the convenient overlay function for my data.How to setup the x axis by row order but display another column value?It is basically the same with overlay plot's not order x option, and the another column value normally is time. There is the example:I can use overlay plot get what I want but no overlay function to separate ToolI can us...

    SimonLi SimonLi
    Discussions |
    Sep 20, 2019 6:36 AM
    2011 views | 1 replies
  • Replace Third Character from Left in a String in JSL

    I would like to take a column with a string in it, and in each row, replace the third character from the left with a "9." How might I go about this using JSL?

    twillkickers twillkickers
    Discussions |
    Sep 18, 2019 2:36 PM
    2318 views | 1 replies
  • Multiple Contingency Tables - How do I get the name of the filter category

    I am creating a report based on a very large set of Contingency tables created by using Fit Y by X,  by factor Z.  Example:A Data Table has three columns X, Y, ZWhen I select Analyze, Fit Y by X, By factor Z,  I get all contigency tables, where each table is for each Z factor.  The only row in each contingency table I want is the row% so I deselected display of the other three rows before selectin...

    JensRiege JensRiege
    Discussions |
    Sep 17, 2019 1:01 PM
    3911 views | 4 replies
  • Estimating slopes and intercepts in ANCOVA

    I am feeling particularly dumb today and hope someone can help me feel smarter.  When running an ANCOVA with separate slopes, I would like to get estimates of the slopes and intercepts of each group along with the t-tests of significance.  In SAS, I can run GLM and specify the model like this (using the JMP "Drug" data table):model y = Drug Drug*x / noint solution; I cannot find anything in JMP th...

    abh1 abh1
    Discussions |
    Sep 17, 2019 12:48 PM
    5134 views | 7 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
    2158 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
    1402 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
    1363 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
    1712 views | 0 replies
view all discussions