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

  • monte carlo resapling simulation for mean and std dev jmp 14

    I am having trouble debugging  the portion on resampling. Help would be appreciated. dt=Current Data Table();
    n=N Row(dt);
    nSim=1000;
    dtMC=New Table("MC", New Column ("Sim", Numeric, "Continuous"), New Column ("Mean", Numeric, "Continuous"), New Column ("Std Dev", Numeric, "Continuous");
    For(i=1, i<=nSim, i++,
    dtResample=dt<<Resample(Size(n), With Replacement(1), Seed(i));
    dtMC<<Add Rows(1);
    dtMC:Sim[i]=...

    AlphaMeanMarten AlphaMeanMarten
    Discussions |
    Jun 16, 2023 7:35 PM
    3529 views | 8 replies
  • What's the difference between Bookmarks and Contents in Projects?

    I'm still confused about the difference between "Bookmarks" and "Contents" -- it sounds like Bookmarks are pointers (references? links?)  to files on the hard drive, and Contents are items that are actually stored within the Project.  Is that right?

    BHarris BHarris
    Discussions |
    Jun 16, 2023 6:13 PM
    1802 views | 3 replies
  • Possible to have title bar display full file path?

    Is it possible to have the title bar display the full file path rather than just the filename?

    Citizen_Snips Citizen_Snips
    Discussions |
    Jun 16, 2023 5:59 PM
    1546 views | 4 replies
  • script for multivariate report

    hello ,any help would be really appreciated.I am writing a script to automatically create a multivariate report. The column names inside  Y  ( Multivatiate (Y( col1,col2,col3, ...)  ....) will be changing, therefore I am trying tofeed Y with a list of column names .  Is this possible? /// num_table= df << Subset( ( num_col_select ), Output Table Name( "numerical columns only- the only use for this...

    dimitris dimitris
    Discussions |
    Jun 16, 2023 9:06 AM
    1210 views | 2 replies
  • Formatting column within control chart builder jsl

    Hello, I am having an issue creating a control chart when trying to script it with JSL on JMP17. I have a column that contains a long date and time in the format "02/24/2023 8:22:00 PM". I would like to use the formula Abbrev Date () to change the format of the label on the X-axis to only the date "02/24/2023" to reduce the clutter in the control chart. If this isn't the best way to do it, please ...

    JeffG JeffG
    Discussions |
    Jun 16, 2023 8:30 AM
    1765 views | 4 replies

Latest Discussions

  • Possible to have title bar display full file path?

    Is it possible to have the title bar display the full file path rather than just the filename?

    Citizen_Snips Citizen_Snips
    Discussions |
    Jun 16, 2023 5:59 PM
    1546 views | 4 replies
  • Formatting column within control chart builder jsl

    Hello, I am having an issue creating a control chart when trying to script it with JSL on JMP17. I have a column that contains a long date and time in the format "02/24/2023 8:22:00 PM". I would like to use the formula Abbrev Date () to change the format of the label on the X-axis to only the date "02/24/2023" to reduce the clutter in the control chart. If this isn't the best way to do it, please ...

    JeffG JeffG
    Discussions |
    Jun 16, 2023 8:30 AM
    1765 views | 4 replies
  • Plan optimal // facteurs catégoriels

    Bonjour,Lorsque je passe pas la plateforme plan optimal :- je fais un plan avec 3 facteurs catégoriels chacun avec 3 niveaux + j'ajoute seulement les 3 effets principaux => 18 essais recommandés- je fais  un plan avec 3 facteurs catégoriels, 2 facteurs avec 3 niveaux et 1 facteur avec 4 niveaux + j'ajoute seulement les 3 effets principaux => 12 essais recommandés.Pourquoi il y a moins d'essais pou...

    Charlotte1 Charlotte1
    Discussions |
    Jun 16, 2023 6:05 AM
    1384 views | 2 replies
  • How to save results from SQL query in data table?

    Hello Everybody,I have the following issue. I want to execute SQL query to get data from database and that is working well. After that I would to save data from query in data table and use that for further processing. Based on ideas from other posts I did a simple assignment to the new variable dt_TestData. I am providing as argument for Data Table the name taken from QueryName. However an error o...

    lukasz lukasz
    Discussions |
    Jun 16, 2023 3:58 AM
    7182 views | 5 replies
  • Significance testing on standard deviations

    Hi there, I have 30 samples measured using two methods (Method A and Method B) and each sample has been measured 5 times. I have summarised my dataset so I have the mean and standard deviation for each sample on the two methods. I want to compare the within-sample variability between Method A and Method B, matched by sample. Is it ok to perform a paired t-test (or non-parametric equivalent) on the...

    Alicia Alicia
    Discussions |
    Jun 15, 2023 11:54 PM
    2272 views | 3 replies

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    638 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    762 views | 0 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    740 views | 0 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    629 views | 0 replies
  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    633 views | 0 replies
view all discussions