cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Use multi variable selection in a parallel plot

    Is it possible to select/highlight/color a subset of data in a parallel plot, while still seeing the remaining data?Let's say, I have 10 input variables and 2 quality variables. I'd like to select on each of the 2 quality variables a region where quality is good and quality is bad. Ideally I'd like to color those regions green and red, and see what the other variables are doing. Then I may want to...

    MarcP MarcP
    Discussions |
    Jun 24, 2021 8:43 AM
    3100 views | 5 replies
  • Controlling nominal 2-level factor coding

    Greetings, I'm having trouble understanding JMP's coding of a simple 2-level factorial design. The (-1,1) levels of the coding table created by Fit Model (Standard Least Squares, Effect Screening) appear reversed from the design table Pattern and associated column Value Orders. I've attached an example design with factor levels named to keep track of low and high levels (Full Factorial-Nom.jmp). T...

    TomR TomR
    Discussions |
    Jun 24, 2021 7:04 AM
    4636 views | 8 replies
  • circular dendrogram

    hii want to circularize the dendrogram made by hierarchical clustering for space considerations. constellation plot is not what i want.or does anyone know how to transfer the clustering data for use in ggplot?thanks

    ezorlo ezorlo
    Discussions |
    Jun 24, 2021 7:03 AM
    1702 views | 2 replies
  • Sample Size and Power (One Sample Proportion?)

    Dear Community,I write you for a specific topic on sample size.I know that JMP can support it… but… I need some details.Question.I have the Process A;I process 100 samples and 10 of this failed the final test. This means: process Yield = 90% (or process scraps = 10%);I change some parameters on the process to eliminate the scrap. This means that I want: new process Yield = 100% (or process scraps ...

    Simone1 Simone1
    Discussions |
    Jun 24, 2021 6:36 AM
    4093 views | 3 replies
  • Arbitrary Operations (functions etc.) on each item in a list

    Is there a more simple way of applying the same function on each item of a list rather than iterating through a list?For example:stringlist = {"1", "2"}; numericlist = {}; for (i = 1, i<=N Items(stringlist), i++, numericlist[i] = Num(stringlist[i]) ); show(numericlist);Is there something simpler, something like just saying:numericlist = Num(stringlist);but this obviously doesn't work. Any other...

    miguello miguello
    Discussions |
    Jun 23, 2021 12:51 PM
    3031 views | 4 replies

Latest Discussions

  • Controlling nominal 2-level factor coding

    Greetings, I'm having trouble understanding JMP's coding of a simple 2-level factorial design. The (-1,1) levels of the coding table created by Fit Model (Standard Least Squares, Effect Screening) appear reversed from the design table Pattern and associated column Value Orders. I've attached an example design with factor levels named to keep track of low and high levels (Full Factorial-Nom.jmp). T...

    TomR TomR
    Discussions |
    Jun 24, 2021 7:04 AM
    4636 views | 8 replies
  • circular dendrogram

    hii want to circularize the dendrogram made by hierarchical clustering for space considerations. constellation plot is not what i want.or does anyone know how to transfer the clustering data for use in ggplot?thanks

    ezorlo ezorlo
    Discussions |
    Jun 24, 2021 7:03 AM
    1702 views | 2 replies
  • Finding the Location of a Column Name Amongst a List of All the Column Names in a Data File

    As the post subject implies, I'm trying to find the loc # of a col identified by name in a given data file. I have the column name. Here is my code: column_names = datatable << Get Column Names();
    Write(column_names); column_position = loc(column_names, "ARBITRARY COLUMN TITLE/NAME"); Write(column_position);
    Write(column_names) works but Write(column_position) outputs an empty matrix []. I don't kno...

    mostarr mostarr
    Discussions |
    Jun 23, 2021 11:56 AM
    1415 views | 2 replies
  • How do I change the color of platform headings/titles?

    Somehow I changed the color of the text/titles in my platform headings to white, and it's making everything hard to read. The image below is from the distributions platform. I've combed through the preferences menu, but can't find where I (accidentally) made this switch. Any help would be greatly appreciated!

    MichaelCallahan MichaelCallahan
    Discussions |
    Jun 23, 2021 10:58 AM
    8833 views | 4 replies
  • Data about rankings

    Hi there,what are the options to analyse rankings data in JMP? Do they implement the PlackettLuce approach?I would like to see the conditional ranking to other covariates. Thank youJoseph 

    gav2013 gav2013
    Discussions |
    Jun 23, 2021 8:07 AM
    2693 views | 5 replies

Latest Discussions

  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    733 views | 0 replies
  • ODBC Hive connection, change container size in the script?

    Wondering if anyone can help here. I am trying to write some JMP scripts that SQL query data from a hive table. I need to change the container size and am told that I should just "do it in the connection settings". I was told that in python, you just add a configuration={"hive.tez.container.size":'10240'} parameter to the hive.connect call. How would I do this through JMP? I already have the Cloud...

    aliegner1 aliegner1
    Discussions |
    Jun 17, 2021 3:43 PM
    973 views | 0 replies
  • Using a List to Filter in Custom Query Builder - Question

    Hello, I would like to use a list to filter within a continuous column in Query Builder. Range and then join does not work as my data set from my database will be tens of millions of lines, so I would like my list to be the only thing queried. I would like to use a list (I have a separate data sheet with the column) of about 40 or so unique numerical values and use that in the filter for a custom ...

    Benjamin_S Benjamin_S
    Discussions |
    Jun 3, 2021 7:59 AM
    1275 views | 0 replies
  • Can I control text size in a word cloud inside a dashboard container?

    Hi all,I have a dashboard with a data filter, a map, and a word cloud that looks like image 1 below. I have two formatting issues with the word cloud I'd like to fix. First, by design, when I make different selections using the data filter, the subset of records that are shown in the map changes and the word cloud applies only to that selection. However, when I change the data filter selection, th...

    caseylott caseylott
    Discussions |
    Apr 28, 2021 12:03 PM
    1264 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2270 views | 0 replies
view all discussions