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

  • multivariate correlation

    Hi, is there a way to filter (corr>x, or like top 10 corr etc) or to at list to sort  the correlation when i am analyzing  the multivariate correlation results? thank you!Hillel

    hillel hillel
    Discussions |
    Apr 25, 2022 7:09 AM
    2484 views | 4 replies
  • How do I use Power Explorer for designs with interaction effects?

    I am trying to calculate for power for a 4^2 full factorial using the Power Explorer for ANOVA. In the Fixed Parameters window I can input the number of groups i.e. 4 and everything else at their default values which gives me a sample size of 20 per group. Did the calculation consider the model with interactions or just the main efffects?  

    elb89 elb89
    Discussions |
    Apr 25, 2022 5:03 AM
    947 views | 1 replies
  • JMP script to create control charts with phases

    Hi everyone,I'm asking your support because I need to create control chart with fixed limits and phases and I want to get a script out of it.I managed to created a DT with the limit keys and values and to create the control charts I need from "legacy control charts>Levey-Jennings" and then to get limits from the DT created before.Now, when I save the script I'm not getting any reference to the lim...

    js1985 js1985
    Discussions |
    Apr 25, 2022 4:55 AM
    2194 views | 5 replies
  • JMP Script: Column switcher applied on a coefficient

    Hello everyone, I am trying to make a column switcher on different calcul made by this script: //Calcul du Zsigma z_yyy = Eval( {:"Y1"n} ); z_xx = z_yyy[1] << get values; z_nnn = Eval( {:Nombre de seringues} ); z_nn = z_nnn[1] << get values; z_rrr = Eval( {:Numéro de lot} ); z_Proportion = E Div( z_xx, z_nn ); z_Pbar = V Sum( z_xx ) / V Sum( z_nn ); z_sigma_est = Root( z_Pbar * (1 - z_Pbar) ); z...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 25, 2022 4:50 AM
    5308 views | 10 replies
  • How to stack columns?

    I have a data set with 22 subjects' active and placebo sides been tested for 4 times at 0w, 4w, 8w and 12w. Now I want to stack those columns of data (Active 0W, 4W, 8W,12W and Placebo 0W, 4W, 8W,12W)into one result column and also create two columns named Active/Placebo and Time to accurately describe each subject's result. I have attached the data table that I have and also the data table that I...

    AlphaPony501 AlphaPony501
    Discussions |
    Apr 24, 2022 6:04 PM
    2666 views | 3 replies

Latest Discussions

  • How do I use Power Explorer for designs with interaction effects?

    I am trying to calculate for power for a 4^2 full factorial using the Power Explorer for ANOVA. In the Fixed Parameters window I can input the number of groups i.e. 4 and everything else at their default values which gives me a sample size of 20 per group. Did the calculation consider the model with interactions or just the main efffects?  

    elb89 elb89
    Discussions |
    Apr 25, 2022 5:03 AM
    947 views | 1 replies
  • JMP script to create control charts with phases

    Hi everyone,I'm asking your support because I need to create control chart with fixed limits and phases and I want to get a script out of it.I managed to created a DT with the limit keys and values and to create the control charts I need from "legacy control charts>Levey-Jennings" and then to get limits from the DT created before.Now, when I save the script I'm not getting any reference to the lim...

    js1985 js1985
    Discussions |
    Apr 25, 2022 4:55 AM
    2194 views | 5 replies
  • simulation experiment

    I want to make a simulation experiment, generate 12 random variables, each variable contains 100 observations, so that the variables are subject to heterogeneity problem, and follow the normal distribution
    The experiment is repeated 10,000 times. # I don't know how to do this with JMPpro Thanks

    Raaed Raaed
    Discussions |
    Apr 24, 2022 1:57 PM
    2501 views | 7 replies
  • Adding multiple horizonal reference lines based on columns

    Hello, 

    I'm having trouble adding a horizontal reference line in my plot based on a column parameter. The code is attached below. I need the reference line to be a horizontal line not a vertical line: Names Default to Here( 1 ); quantile_plot = Graph Builder( Size( 528, 631 ), Show Control Panel( 0 ), Variables( X( :Dataset ), Y( :y ), Color( :SAMPLEID ) ), Elements( Points( X, Y, Legend( 4 ), ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Apr 23, 2022 9:08 AM
    1469 views | 2 replies
  • Error: Python data type is not supported

    I've had some success with the Python integration in the past but after a recent reinstall, I'm having huge problems with getting it to work. Configuration:I'm on JMP Pro 15.2 and Python 3.6.Just to make sure the python installation is clean, I've uninstalled it and reinstalled it. No modules other than the needed ones are installed:numpy, scipy, pandas, matplotlib, pyqt5 and their dependencies:>>...

    burakbagdatli burakbagdatli
    Discussions |
    Apr 22, 2022 8:20 AM
    2748 views | 3 replies

Latest Discussions

  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2513 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    792 views | 0 replies
  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    842 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    597 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    765 views | 0 replies
view all discussions