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

  • How to extend the IF command in a formula? Equivalent of select;when;when;otherwise;end;

    Hi, I want to be able, in a scripted formula, to assign a text string to column depending onthe values of another column.For instance:A  B1  Low2  Low3  Low4  Medium5  Medium6  Medium7  High8  High9  High10 HighHow does the formula lok for this?  If(:A<=3,"Low",:A>=3 and :A<7,"Medium",:A>=7,"High") does not work.I Base SAS there is a command, select(); when();when(); ; ; otherwise;end; It is the e...

    poulravn poulravn
    Discussions |
    Jul 22, 2013 6:49 AM
    16925 views | 5 replies
  • Copy/Paste without Formula Efficiently?

    Could someone tell me the best way to copy/paste an entire column values into a new column efficiently (I have more than a million rows)?The method i'm currently using is to get all values, store them to a list, and then set the values to a column, but I noticed that this is much slower than if you select the column in the table, and click paste on the column.The reason I'm trying to do this is th...

    euge euge
    Discussions |
    Jul 17, 2013 4:05 PM
    10278 views | 1 replies
  • Individual and Moving Range Chart

    I am trying to create an individual and moving range chart by date on the x-axis. I know it is possible given the following article. Control Charts or SPC are easy in JMP 10 with Control Chart BuilderHowever, I am unable to "drop" the dates on the x-axis. Everytime I try, JMP assumes that I am placing it in "subgroup" and converts to an Xbar and R chart. Does anyone know where I need to drop my da...

    chuang chuang
    Discussions |
    Jul 16, 2013 1:32 PM
    7490 views | 9 replies
  • How can I automate random row selection?

    Hello All,I'm pretty new to JMP and even newer to JSL. I'm trying to write a script that subsets a number of rows based on the following specifications: if the original table has 1-15 rows, then the subset  of the original table is 2 rows, if the original has 16-25 then the subset of that table is 3 rows, if the orginal has 26-90 then the subset table is 5 rows, etc. Basically just a script to aut...

    danielsh danielsh
    Discussions |
    Jul 16, 2013 8:25 AM
    9264 views | 2 replies
  • removing duplicate items in a table

    Hi All,i have a table with ~20 columns and about 500 rows, two of these columns are Serial No. and Time stamp, and the rest is miscellaneous measurment data.in some instances i have rows of data that have the same Serial No. but all other values are different.my goal is to write a script to clean up the data table so that only rows with unique Serial No. are left.I want to first select items with ...

    bk bk
    Discussions |
    Jul 15, 2013 9:39 AM
    12932 views | 3 replies

Latest Discussions

  • Individual and Moving Range Chart

    I am trying to create an individual and moving range chart by date on the x-axis. I know it is possible given the following article. Control Charts or SPC are easy in JMP 10 with Control Chart BuilderHowever, I am unable to "drop" the dates on the x-axis. Everytime I try, JMP assumes that I am placing it in "subgroup" and converts to an Xbar and R chart. Does anyone know where I need to drop my da...

    chuang chuang
    Discussions |
    Jul 16, 2013 1:32 PM
    7490 views | 9 replies
  • Script Recall Button

    I have a script that prompts user with a column dialog box to select columns for X-var, Y-var, etc. I want to add a "Recall" button so that when user clicks it, it will fill in the choices from last time automatically, like most of the JMP platforms do.

    Can this be accomplished using column dialog box (using something like button("recall")), or could it only work for nonmodal dialog box? Also, is ...

    Discussions |
    Jun 21, 2013 2:01 AM
    6670 views | 6 replies
  • Tables Tabulate Grouping Columns

    I have a huge data sheet that I'm trying to simplify for easier understanding. I'm trying to group all the same dates together into one. I included two pictures of the successful before and after when I go to "Tables" -> "Tabulate" -> moves the INSPDATE to "drop zone for rows" and click on "Add Group Columns."         That was the successful one. However, when I tried to do the same thing to anoth...

    jfrosty7 jfrosty7
    Discussions |
    Jun 18, 2013 10:13 AM
    3726 views | 2 replies
  • How to do Zero Defect Sampling using JMP 10?

    before there was a template (zds.jmp). But I can't find it anymore for this new version.How do you do ZDS now?Thank you!

    archerwin archerwin
    Discussions |
    Jun 4, 2013 11:04 PM
    3670 views | 1 replies
  • JMP Scripting

    Hello I am new to JMP Scripting and wandering if there is way to use regular expressions ?I have huge tables and trying to stack them with JMP.So any help on how would i ...Data Table( "temp" ) << Stack( columns(  :Name( "ABC0(1)" ),  :Name( "ABC0(2)" ),  :Name( "ABC0(128)" ) ), Source Label Column( "Label" ), Stacked Data Column( "Data" ), output table("npt"));I have DATA = ABC0 to 127 and (1 to ...

    baba baba
    Discussions |
    May 31, 2013 11:46 AM
    3028 views | 1 replies

Latest Discussions

  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3560 views | 0 replies
  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4127 views | 0 replies
  • Sensitivity and specificity calculation

    Hi every one, Is there any suggestion to directly calculate sensitivity and specificity directly from JMP 9? I read some where there is some plug in or small app needs to be downloaded to JMP for this purpose Any ideasthanksAdil

    adil adil
    Discussions |
    Mar 1, 2013 12:32 PM
    3591 views | 0 replies
  • Chossing between Steel-Dwass All Pairs vs Dunn All Pairs for Joint Ranks

    Hello,I have a time series (five time steps) of samples from a population of the same ~60 individuals, each sample being a haphazardly chosen (i.e. not completely random) subset of the 60. The sample sizes each time ranges from about 15 to up to 50, and the measurement I do for each individual in a sample is a continous variable that goes from 0 to 1.Since the sample sizes are different each ti...

    avamk avamk
    Discussions |
    Mar 1, 2013 11:54 AM
    6267 views | 0 replies
  • 3 Parameter Weibull

    Is there any way to do a 3p Weibull in JMP and check to see whether it fits the data better than a 2p Weibull?  I'm looking for something similar to Weibull++ ability to determine the best fit for a given data set.

    gda gda
    Discussions |
    Feb 19, 2013 1:34 PM
    3232 views | 0 replies
view all discussions