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

  • 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
  • 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
  • JSL: How to change the width of a combo box

    Hi All,   I am working on some JSL code where I have some combo boxes listed in a V List Box(); The lists for the combo boxes are all of different character lengths, but I'd like the combo boxes to all have the same width.   The normal <<Set Width() call doesn't seem to work as expected. I could go in and manually change the character widths by padding the right of each item in each list with spac...

    SDF1 SDF1
    Discussions |
    Aug 11, 2023 5:40 AM
    2996 views | 6 replies
  • Saving output of a for loop so that the data isn't over-written.

    Hello all, I have a for loop that generates individual tables based on unique items in a list. On each table generated, calculations are done, and new columns are added to each table. Please see below for the code and my comments for each line. MaskList = Associative Array(Column(dt3, "mask") << Get Values) << Get Keys; // from dt3, puts unique masks into a list, removes duplicates show(MaskList)...

    JMPnoob JMPnoob
    Discussions |
    Aug 10, 2023 3:39 PM
    1248 views | 2 replies
  • Pulling Row Data for each Max Value from a Column

    I have a table with the first column being my time varying X-axis variable and all the remaining columns being the Y-axis response columns. I'm looking to create a subset table based on the Maximum value of each Y-axis column. I.E. The subset table should be all the rows in the original table that have a Maximum value in one of the corresponding Y-axis columns. That way I can compare at what X-axi...

    BatteryTamer359 BatteryTamer359
    Discussions |
    Aug 10, 2023 1:09 PM
    1804 views | 2 replies

Latest Discussions

  • 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
    2533 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
  • JMP documentation PDF is not providing the level of detail I need - example of bioassay 4PL curve fit

    Hi community,

    I am new here and could not find an answer in the existing posts.
    This is more a general question about finding documentation information, rather than a specific question to a function.
    I however use an example to illustrate what kind of information I am looking for.

    I am currently evaluating JMP 17 as a software tool for us. In this process I try to set up a bioassay potency evaluation ...

    Nate_B Nate_B
    Discussions |
    Aug 9, 2023 11:29 PM
    1386 views | 1 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
    1078 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