cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 create a distance matrix in JMP PRO 13

    I have a sall data table and I'm trying to figure out if there is a way to have JMP Pro 13 create a distance matx against some raw data and then for the standardized data to see if normalizing the data changes which two records are farthest from each other in termsf Euclidean distance?  Can someone point me in the direction of where I go in the JMP tool to have it generate the distance matrix? 

    connquest connquest
    Discussions |
    Aug 11, 2023 3:43 PM
    5547 views | 3 replies
  • text explorer freq option

    Dear members of the community, i have a summary table of text strings in one column and the frequency in the other. would like to use text explorer but there is no freq option in the platform. in the script i can add it but it doesn't do anything or return any error. any ideas? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" ); dt << Text Explorer( TextColumns( :Reas...

    ron_horne ron_horne
    Discussions |
    Aug 11, 2023 3:36 PM
    1848 views | 4 replies
  • Trying to create a column and fill it with a formula but I get an error.

    View more...Hi, I can make the script to fill the new column created.

    This is the error I get:
     Has anyone an idea of whats wrong here?


    Formula Interrupted
    Cannot convert argument to a number [or matrix] at row 1 in access or evaluation of 'Subtract' , Column( j ) - /*###*/Column( j + 1 ) /*###*/
    Formula evaluation errors have been ignoredHi, I can make the script to fill the new column created.This is...

    CrownofTears CrownofTears
    Discussions |
    Aug 11, 2023 1:40 PM
    5113 views | 13 replies
  • Col Median (actually: Substitute) - what's wrong?

    I don't understand what's wrong with this file. height_rel and height_rel 2 have exactly the same Formula.But in height_rel 2 the values are missing. Before saving the file, the Formula editor complained that there were too few arguments in the Col Median funktion.One could convince the Formula Editor that everything is OK by double-clicking on the formula editor and then closing all windows by cl...

    hogi hogi
    Discussions |
    Aug 11, 2023 1:02 PM
    4771 views | 10 replies
  • Adding extension to file name from path

    I've never worked with file paths before.I have multiple columns that determine the name of certain subfolders in a location on my computer.I created a column that stitches multiple values from columns, to generate the appropriate file path as such:  "C:\MainFolder\Subfolder1\Subfolder2\" || :Subfolder3 || "\" || :Subfolder4 || "\" || :FileNameThe only issue that remains is adding the appropriate ...

    JojoRadio JojoRadio
    Discussions |
    Aug 11, 2023 11:05 AM
    957 views | 1 replies

Latest Discussions

  • text explorer freq option

    Dear members of the community, i have a summary table of text strings in one column and the frequency in the other. would like to use text explorer but there is no freq option in the platform. in the script i can add it but it doesn't do anything or return any error. any ideas? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" ); dt << Text Explorer( TextColumns( :Reas...

    ron_horne ron_horne
    Discussions |
    Aug 11, 2023 3:36 PM
    1848 views | 4 replies
  • Variance components analysis for lyophilization process

    Hello all, I would like to perform a variance components analysis to characterize the robustness of a lyophilization process. Here is the background:I have performed three lyophilization batches with three different cycle parameters.I have intentionally placed product vials in defined locations across the shelf for each batch.At the end of each batch, I have taken 10 samples from each of those def...

    MichaelM92 MichaelM92
    Discussions |
    Aug 11, 2023 7:17 AM
    1052 views | 2 replies
  • How to make the content of the paste board into a table?

    The pasted board contains previous content, blank content, and tabs at the beginning of each line, and forms a tableThanks!

    1 2023-09-09 00:00 A C 2 2023-09-09 00:00 B D

    lala lala
    Discussions |
    Aug 10, 2023 9:02 AM
    2532 views | 8 replies
  • How do I compare two columns and see if they differ signficantly?

    Hi,I use JMP Pro 16.0.0 together with a Mac and have a question. I know how to compare values in a column against a Nominal variable by using the analyze and fit y by x command. My question is how do I compare the means of two columns and see if they differ significantly.Example: Column 1: 2, 4, 6, 6, 8, 2, 3, 4, 6Column 2: 1, 1, 2, 3, 1, 3, 1, 2, 2 I would be very grateful for your advice of how ...

    LarsBirger LarsBirger
    Discussions |
    Aug 10, 2023 3:03 AM
    2627 views | 2 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
    1094 views | 0 replies

Latest Discussions

  • 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
    1094 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
    1077 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
    712 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
    616 views | 0 replies
  • Redo - for a Report in a Dasboard?

    Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
    - including the filters that were applied by the surrounding dashbord?

    hogi hogi
    Discussions |
    Jul 26, 2023 1:43 AM
    563 views | 0 replies
view all discussions