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 set a Column list box to required.

    My application should allow the users to select the required columns to proceed with further evaluation of the data. And I want to set the column list box status to required. But it is still displaying optional in the modal. How to set them to required. Button box("X Column", colListX<<Append(colListData<<GetSelected)), colListX = ColListBox(<<set required(1),nLines(1)), Button box("Y Column", col...

    Vinusha Vinusha
    Discussions |
    Sep 13, 2023 3:04 PM
    2649 views | 4 replies
  • Actual by Predicted plot.- expand x/y axis for confidence region

    Hi, I'm trying to build a model using the "Fit Model" platform and expand the x and y range of the Actual by Predicted plot. However, once I do that, I get to a point where the confidence interval and the mean prediction line are no longer shown (see below).  Any thoughts on how to fix this? Thanks!

    mkiesz mkiesz
    Discussions |
    Sep 13, 2023 1:12 PM
    1525 views | 3 replies
  • How to stack several columns into a new column ignoring duplicate entries?

    I have multi column (character, nominal) data table. I want to get the the entries/items in the last four columns into a new column in the same data table ignoring duplicate entries/items from the columns being stacked. How to achieve this in JSL?

    Neo Neo
    Discussions |
    Sep 13, 2023 12:11 PM
    3068 views | 7 replies
  • Mixed model: which specifications for cross-over designs?

    I ran a cross-over trial where healthy volunteers came to the lab twice (separated by a wash-out period) and underwent sensory testing at both arm and foot, before and after one of two neuromodulation interventions. Each participant underwent both conditions in a randomly assigned order. We want to see if the neuromodulation interventions affected the outcomes differently for the arm and the foot....

    arnaudsteyaert arnaudsteyaert
    Discussions |
    Sep 13, 2023 7:30 AM
    841 views | 0 replies
  • SAS Integration support is being removed in JMP 18

    In my JMP Pro 17.2.0, when doing "Browse SAS Data" I see a new (troubling?) message:"SAS Integration support is being removed in JMP 18" What does this mean? I count on the ability to seamlessly go between SAS and JMP.

    albest3 albest3
    Discussions |
    Sep 13, 2023 6:14 AM
    3417 views | 5 replies

Latest Discussions

  • Actual by Predicted plot.- expand x/y axis for confidence region

    Hi, I'm trying to build a model using the "Fit Model" platform and expand the x and y range of the Actual by Predicted plot. However, once I do that, I get to a point where the confidence interval and the mean prediction line are no longer shown (see below).  Any thoughts on how to fix this? Thanks!

    mkiesz mkiesz
    Discussions |
    Sep 13, 2023 1:12 PM
    1525 views | 3 replies
  • Mixed model: which specifications for cross-over designs?

    I ran a cross-over trial where healthy volunteers came to the lab twice (separated by a wash-out period) and underwent sensory testing at both arm and foot, before and after one of two neuromodulation interventions. Each participant underwent both conditions in a randomly assigned order. We want to see if the neuromodulation interventions affected the outcomes differently for the arm and the foot....

    arnaudsteyaert arnaudsteyaert
    Discussions |
    Sep 13, 2023 7:30 AM
    841 views | 0 replies
  • SAS Integration support is being removed in JMP 18

    In my JMP Pro 17.2.0, when doing "Browse SAS Data" I see a new (troubling?) message:"SAS Integration support is being removed in JMP 18" What does this mean? I count on the ability to seamlessly go between SAS and JMP.

    albest3 albest3
    Discussions |
    Sep 13, 2023 6:14 AM
    3417 views | 5 replies
  • Rerun Transfrom Column

    To reevaluate the Formula of a Formula column, one can writecol<<Eval Formula()Is there a similar command to re-evaluate a Transform Column?

    Eval Formula doesn't seem to work here - Tcol1 still shows a curve with ::scalingFactor=1: Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << graph builder(); ::scalingFactor= 1; tC = dt << transform column ("TCol1",Formula( :heig...

    hogi hogi
    Discussions |
    Sep 13, 2023 4:51 AM
    1428 views | 4 replies
  • How to add user-defined mini-Guis to the right click new formula column menu?

    If a user clicks on column/right click/new formula column/Transform/Scale Offset, a GUI pops up and ask the user for the parameters. After pressing OK, a new column is generated with the respective rescale parameters: This is very useful.I want to add a column/right click/new formula column/Transform/Modulo shortcut to calculate Modulo the same way.
    Unfortunately, I don't know how to do that.

    In thi...

    hogi hogi
    Discussions |
    Sep 13, 2023 2:43 AM
    1442 views | 2 replies

Latest Discussions

  • Mixed model: which specifications for cross-over designs?

    I ran a cross-over trial where healthy volunteers came to the lab twice (separated by a wash-out period) and underwent sensory testing at both arm and foot, before and after one of two neuromodulation interventions. Each participant underwent both conditions in a randomly assigned order. We want to see if the neuromodulation interventions affected the outcomes differently for the arm and the foot....

    arnaudsteyaert arnaudsteyaert
    Discussions |
    Sep 13, 2023 7:30 AM
    841 views | 0 replies
  • Exporting Graphs from Tab box to Excel cell

    Hi, Is there a way to export the graphs in each tab box in the Excel cells that look something like the one below?JMP Tab Box Excel  Below is the jsl code to create graphsdt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"}; List3 = {"INM1", "INM2", "VPM1", "VPM2", "VPM3"}; List4 = {"SN...

    Jackie_ Jackie_
    Discussions |
    Sep 12, 2023 2:09 PM
    718 views | 0 replies
  • Discrete Choice Experiment: Prohibited Combination

    Hi everyone,I would like to design my first DCE. I am going to use 6 attributes that differ in the levels from 2 to 4 levels. However, I have a limitation where there is an impossible combination that may appear; for example, the cheapest product would not be possible to have the best feature. Is there any way for me to select the prohibited combination? Or, is the D-optimal design will always cal...

    andikawp andikawp
    Discussions |
    Sep 6, 2023 7:11 AM
    704 views | 0 replies
  • Multivariate Analysis

    Using Multivariate Analysis to study the pattern of any specific issue (e.g. water consumption of different states in a country). From T2 plot for abnormal observations we get contribution plot that shows which states are highest contributor. The Contribution plot here shows only the name of contributors. If it possible to indicate in numeric value [How much water each state is consuming]?

    Chitranshu Chitranshu
    Discussions |
    Sep 4, 2023 3:01 AM
    638 views | 0 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1020 views | 0 replies
view all discussions