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

  • Pie Chart Labels organisation

    Hello,

    I try to dig in the community to find my answer but couldn't.
    I have a script generating monthly report as a pie chart. I moved the labels on first one to make them readable and copy the position in my script. This is working when using the same data but the répartition of data is not the same over months so labels become overlapping again.
    Is there a way to have connecting lines between the p...

    mgerusdurand mgerusdurand
    Discussions |
    Mar 24, 2024 8:41 AM
    4001 views | 9 replies
  • connecting boxplot medians instead of means in "Fit Y by X"

    Hi,  Is there a way to connect the medians of box plots instead of means in the "Fit Y by X" platform? This has been on my wish list for many years; I haven't understood why JMP provides only the "connect means" option and not the "connect medians" option. This can be done via Graph Builder, but I need this in the Fit Y by X platform as it would be good to have the right plot accompanying the anal...

    Greeny Greeny
    Discussions |
    Mar 24, 2024 8:40 AM
    1230 views | 2 replies
  • JSL script to filter out entire rows where a particular column contain missing values

    Dear Community, i am a beginner user and would like to request your kind help with my following code. The argument of the "is missing" function seems incorrect.   I d like the script to show a table where rows that contains values in certain ranges are displayed. Also, the rows with empty cells in the two columns used for the filtering are to be excluded.   Here goes the code: dt = Current Data Ta...

    Michal Michal
    Discussions |
    Mar 24, 2024 6:36 AM
    2077 views | 4 replies
  • latent profile analysis (LPA)

    I'm trying to find latent profile analysis (LPA), not latent class analysis (LCA). I have continuous Y variables I'm examining for a latent structural categorical variable. Not looking for K-means, hierarchical, or other clustering types. Thank you.

    zacatlan zacatlan
    Discussions |
    Mar 24, 2024 5:32 AM
    5134 views | 6 replies
  • Windows 10 Pro > JMP17.2 > CLUSTER VARIABLE ALGORITHM?

    Hi JMP Community,   Do you know which algorithm the CLUSTER VARIABLES  platform uses? I cannot find it in the forum, the JMP documentation, or the web in general. Any clues would be welcome.   Thank you. Best, TS  

    Thierry_S Thierry_S
    Discussions |
    Mar 24, 2024 12:05 AM
    1024 views | 1 replies

Latest Discussions

  • connecting boxplot medians instead of means in "Fit Y by X"

    Hi,  Is there a way to connect the medians of box plots instead of means in the "Fit Y by X" platform? This has been on my wish list for many years; I haven't understood why JMP provides only the "connect means" option and not the "connect medians" option. This can be done via Graph Builder, but I need this in the Fit Y by X platform as it would be good to have the right plot accompanying the anal...

    Greeny Greeny
    Discussions |
    Mar 24, 2024 8:40 AM
    1230 views | 2 replies
  • Parallel Plot in Graph Builder - how to get the same scale for all values

    Parallel Plot is very useful to analyze repeated measurements and show the bin flips.Unfortunately GraphBuilder scales the axis for each value separately. Therefore, one and the same bin is at different heights.
    This complicates the analysis of the plot. Is there an option in Jmp to synchronize/link the axes between the different parallel values, like it's possible to link axes between different pa...

    hogi hogi
    Discussions |
    Mar 23, 2024 12:47 PM
    3653 views | 6 replies
  • expression column with list compare to given list to replace with desired value

    Hi,is there a method through add new formula to column for issue below?

    I have a column that is list value and I want to compare to given list, if element from list in column match to given list then replace that single element with "1". Below are example. The given list is {"aa", "app", "b", "pp", "zzzz"}  

    dadawasozo dadawasozo
    Discussions |
    Mar 23, 2024 10:59 AM
    1343 views | 3 replies
  • Using journal to produce graph builder plots

    Hi, I'm using journal to produce graph builder histogram distributions. The issue that I'm having is that sometimes the last one or two plots, get compressed and some settings are lost, such as increment which makes the plot unclear.  I tried manipulating the size of the graph builder and all plots changes accordingly besides the last two or sometimes last plot. Any recommendations regarding this ...

    RA899 RA899
    Discussions |
    Mar 23, 2024 9:16 AM
    749 views | 1 replies
  • Cannot set the specification limit attribute (USL/LSL) for each column

    dt = Current Data Table();dt << Begin Data Update();
    For( i = 9, i <= N Cols( dt ) - 1, i++,
    col = Column( dt, i );

    // 获取第二行和第三行的数据作为规格限
    lowerLimit = col[2];
    upperLimit = col[3];
    show (lowerLimit);
    show(upperLimit); // checked the log, the result is ok.

    // 设置规格限属性
    col << Set Property( "Spec Limits", {LSL(lowerLimit), USL(upperLimit), Show Limits( 1 )} ); 
    );
    dt << End Data Update();   

    Ryan001 Ryan001
    Discussions |
    Mar 23, 2024 9:00 AM
    661 views | 1 replies

Latest Discussions

  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    805 views | 0 replies
  • Error column property

    Hello - I have a data set that comes from an external measurement and the software that comes with the instrument automatically calculates the property and error bars that I'm looking for. Is there a way to include the error as a column property without doing a custom column property? I know there's a saved model error property, but fitting a custom model would introduce it's own issues as the mod...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2024 3:32 PM
    675 views | 0 replies
  • SPC Chart from Process Capability Settings

    Hi, when using the process capability functionality and then opening the SPC charts from a selected process, my preferences for SPC are not applied to this generated chart (no shading, level labeling, etc.) is there any way to save preferences for these charts? (JMP17.2)

    JLofman JLofman
    Discussions |
    Mar 20, 2024 9:52 AM
    622 views | 0 replies
  • file I/O error writing preference unable to write out file buffer

    HI, I tried to change the preference of my jmp, but it pops out error window saying  :"file I/O error writing preference unable to write out file buffer"

    wosongtao wosongtao
    Discussions |
    Mar 14, 2024 9:11 PM
    881 views | 0 replies
  • Creating a workflow for analysis and plotting of bioassay qualification data

    Hi community. I'm looking for support to create a workflow in JMP 17.2 for analyzing and plotting data from bioassay qualification study. Specifically, I'd like to base the calculations of relative bias and intermediate precision on equations provided in regulatory guidelines, USP <1033>. @Valerie_Nedbal,  @gail_massari The qualification study design consists of two independent 96WP per run, on ea...

    AgnieszkaL AgnieszkaL
    Discussions |
    Mar 12, 2024 6:49 AM
    829 views | 0 replies
view all discussions