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

  • Data points in Graph Builder

    Sorry for asking such a basic question - when I'm creating graphs in graph builder, the data points start out "greyed out." Sometimes I can just click somewhere on the graph to allow the data points to show their "full color," but sometimes that just doesn't work. I can click on individual data points to show their full color. Any suggestions?

    bobv bobv
    Discussions |
    Jan 4, 2019 7:58 AM
    5185 views | 2 replies
  • Adding an image from a data table to output

    With a JSL script, I'm trying to construct a display that will show a small table of 4 rows and 2 columns. The rows in the first column of this table will be the names of 4 columns of the data table. The values in the 2nd column of my output will be pulled from the 4 columns of my data table, depending on selection criteria that I will program into the script. Along with the table, I want to displ...

    bwwhite bwwhite
    Discussions |
    Jan 4, 2019 7:24 AM
    10216 views | 6 replies
  • TOST Acceptance criteria and Sample Size

    Hello, I'm analyzing historical data and need to find meaningful equivalence acceptance criteria between groups and calculate sample size for a new experiments. How can I set Practically equivalence acceptance criteria and I'm using the DOE Sample Size and Power calculator K means. Which prospective means should I enter. Thank You

    Pops Pops
    Discussions |
    Jan 4, 2019 6:26 AM
    18664 views | 11 replies
  • how to plot an overlay variability chart

    I am a new one for JMP :-)For example, I have 4 columnsName Gender Score1 Score2:Jason  M 98 87Alice F 67 78Emma F 89 79John M 70 89Jennifer 76 65I would like to generate a varibility chart (although the example only has 1 data for each people). I want to plot 2 curves (in different color for example) in 1 figure grouped by Gender, and connect the data with a line for each group. The x axis names ...

    jasongao jasongao
    Discussions |
    Jan 3, 2019 1:20 PM
    18511 views | 16 replies
  • Multiple Plots and Files using a for loop based on a Group and BY using JSL

    Have a JMP table with say 5 cols
    ColA is categrical column. ColA has different group of values. Sample data with just 3 groups from Col AColA   ColB    ColC    Y      X
      a         x1       p1       9    PQR1
      a         x1       p2      11   PQR2
      b         x2       p1      12   ABC1
      b         x2       p2      14   ABC1
      b         x2       p3      19   ABC2
      c         x1       p3      16   FGT1
      c ...

    indymitra indymitra
    Discussions |
    Jan 3, 2019 12:26 PM
    5516 views | 2 replies

Latest Discussions

  • Data points in Graph Builder

    Sorry for asking such a basic question - when I'm creating graphs in graph builder, the data points start out "greyed out." Sometimes I can just click somewhere on the graph to allow the data points to show their "full color," but sometimes that just doesn't work. I can click on individual data points to show their full color. Any suggestions?

    bobv bobv
    Discussions |
    Jan 4, 2019 7:58 AM
    5185 views | 2 replies
  • Help With XML Parsing

    All,
        This is in connection to a different question on the forum (https://community.jmp.com/t5/Discussions/Can-JMP-Support-Excel-Formatting-through-JSL/m-p/86355#M38495) . I am providing a small subset of a really large XML file ( XML of a worksheet in Excel). I would like to see a good example on how to traverse the XML tree to get to a targeted element efficiently. Can someone provide a good e...

    uday_guntupalli uday_guntupalli
    Discussions |
    Jan 3, 2019 4:59 AM
    3943 views | 6 replies
  • How to analyze existing experimental data and then perform augment design?

    I am starter of JMP DOE. I have 150 experimental data. These 150 experiments were not designed by JMP DOE. Now, I want to add more experiments, however, since there are more 15 factors, it seems too many experiments are needed  if I assume all fators have a two factor-interaction with others by augment design. So, my idea is to firstly identify two factor-interactions by Definitive Sreening Design...

    Peng66 Peng66
    Discussions |
    Jan 3, 2019 2:13 AM
    3682 views | 1 replies
  • linear regression in formula editor

    Hello,I am studying the slope of a biological variable over time in a clinical study, using linear regression.Is that possible to calculate the slope in a new column, with the formula editor ? Or another way to generate such a column ?I am using JMP 12.Thank you for your help,Florent

    fguerville fguerville
    Discussions |
    Jan 2, 2019 5:50 PM
    5213 views | 2 replies
  • Custom Error Bars Using the Graph Builder

    I love the graph builder, but there is one type of analysis that should be easy, but alas is not. I can easily use the graph builder to add 1 standard deviation error bars, but I am doing some regulatory work that requires 3 standard deviation error bars. It sure would be nice if I could adjust that with a drop down menu. Do you all know of an easy fix for that? Thank you,BioMike

    BioMikey BioMikey
    Discussions |
    Jan 2, 2019 1:30 PM
    2701 views | 1 replies

Latest Discussions

  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2412 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3111 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3437 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2327 views | 0 replies
  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3280 views | 0 replies
view all discussions