cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Referencing a table that is created via "make into data table"

    I have a quandary that mainly gets back to generalizing a workflow (which I discussed at length with Jordan Hiller). In the attached workflow, there is a key step in which analytes identified by one platform are placed into a new data table via the "make into data table" command. The issue is that, as far as I can tell, I cannot script it to where a specific name is given to the resulting table; i...

    abmayfield abmayfield
    Discussions |
    Aug 14, 2023 3:33 PM
    7213 views | 8 replies
  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    1199 views | 0 replies
  • Data Filter with Control Chart in JMP Live Error due to warnings.

    I get the following error when trying to publish a control chart built with control chart builder. I don't believe it has any warnings. It was a conditional datafilter with 2 columns. ERROR:Control Chart Builder 2: Control chart warnings are unavailable for this report due to its configuration. To use control chart warnings with this report, publish the report without a data filter.

    bjbreitling bjbreitling
    Discussions |
    Aug 14, 2023 12:36 PM
    3661 views | 6 replies
  • I cant move newly created columns to specific locations

    I cant make my code work. I am trying to move some newly created columns to specific locations but I get the next error: "Unrecognized key word" Do you guys have any ideas of whats wrong here? ColDelta=(ColNum-2)/2; ColStart=4; For(k=1, k<=ColDelta, k++, TabData << Move Selected Columns( Column (ColNum+k), after(Column(ColStart)) ); ColStart=ColStart+3; );

    CrownofTears CrownofTears
    Discussions |
    Aug 14, 2023 7:27 AM
    2629 views | 4 replies
  • How can I update a shift detected in a new tool to effect my predictive Model?

    I have done a DOE and developed a LMS model and NN model for prediction purposes. On a new tool we ran some tests and noticed a slight shift, now I would like to build on previous interactions we already discovered but add the appropriate shifts to improve the predictions. Any suggestions?

    John89 John89
    Discussions |
    Aug 14, 2023 6:21 AM
    3697 views | 5 replies

Latest Discussions

  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    1199 views | 0 replies
  • Data Filter with Control Chart in JMP Live Error due to warnings.

    I get the following error when trying to publish a control chart built with control chart builder. I don't believe it has any warnings. It was a conditional datafilter with 2 columns. ERROR:Control Chart Builder 2: Control chart warnings are unavailable for this report due to its configuration. To use control chart warnings with this report, publish the report without a data filter.

    bjbreitling bjbreitling
    Discussions |
    Aug 14, 2023 12:36 PM
    3661 views | 6 replies
  • How can I update a shift detected in a new tool to effect my predictive Model?

    I have done a DOE and developed a LMS model and NN model for prediction purposes. On a new tool we ran some tests and noticed a slight shift, now I would like to build on previous interactions we already discovered but add the appropriate shifts to improve the predictions. Any suggestions?

    John89 John89
    Discussions |
    Aug 14, 2023 6:21 AM
    3697 views | 5 replies
  • How to change multiple columns attributes using scripts?

    I have a table with col name : Name, Sex, Track 1, Track 1, Track 3, Track 4, Track 5 .... Track 50All cols are character, nominal. I would like to change Track 1 to Track 50 to number, continuous. How can I do that using script?

    Dorami Dorami
    Discussions |
    Aug 14, 2023 2:12 AM
    1976 views | 1 replies
  • How to multiply all elements in a list

    I am trying to figure out how to multiply the unreliability of all the sub-components per year.  I was thinking of creating an array for each year and use "Product" function to multiply all of the element within the array. But I feel like it will be loop within loops. Is there any suggestion to achieve this task? Thank you.

    mquyen mquyen
    Discussions |
    Aug 13, 2023 4:06 PM
    2050 views | 2 replies

Latest Discussions

  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    1199 views | 0 replies
  • Graph Builder - Summary Statistics - select aggregation column?

    Points plot in Graph builder provides an option to calculate summary statistics.By default, points with same x value are aggregated into one value. Is there an option to select another column to specify groups of point which get aggregated?e.g. to display the median height/weight for different ages - with one click.  Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builde...

    hogi hogi
    Discussions |
    Aug 10, 2023 2:23 AM
    1511 views | 0 replies
  • Get the JMP Default Dark color theme

    Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes.  Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 9, 2023 9:26 AM
    1619 views | 0 replies
  • Rolling and Expanding window forecast in 17

    Is there a function in J17 to automate multiple rolling window forecasts for time series and include forecast errors MSE,MAE,etc.

    ParametricSteer ParametricSteer
    Discussions |
    Aug 4, 2023 1:05 AM
    978 views | 0 replies
  • 2023 Americas Discovery Summit User community discount?

    Hi... sorry to be a bother about this...  As I go through registration for the Discovery Summit, the system doesn't seem to recognize my community membership. Is there a code I should use? Thx!

    steven_reagan steven_reagan
    Discussions |
    Aug 2, 2023 1:12 PM
    853 views | 0 replies
view all discussions