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

  • Scaled Image variables

    Folks, What is the best approach to open a single image, scale to multiple sizes and save each scale size to a variable? Currently, I'm opening multiple images that are scaled and arranged so that the final picture will be copied and saved to Powerpoint. However, depending on types of images imported, two distinct arrangements are needed ("coltwin_1" and "coltwin_2" in attached script). One arrang...

    NRW NRW
    Discussions |
    Jun 24, 2021 2:32 PM
    1796 views | 4 replies
  • Referencing a Column in JSL

    I'm continually astounded by how much basic information on JSL is missing from tutorials and internet searches. I'm not sure how one is expected to learn the basics of this language without poring through massive quantities of addon unnecessary information, and then fail in the end to find what is needed anyway. I guess that's why the Discussion forums are available as a resource. I'm trying to si...

    mostarr mostarr
    Discussions |
    Jun 24, 2021 12:27 PM
    5496 views | 3 replies
  • nonlinear vs fit curve giving different results?

    Hello - I believe that, if I go through either the "nonlinear" or the "fit curve" options, I should end up with the same result (JMP 15.0). I'm trying to use the built in 4 parameter logistic model from the model library, and fitting a number of different variables by strain (where "strain" is a number of different genetic backgrounds). For some of the strains, the 'fit curve' and the 'nonlinear' ...

    Jake_b Jake_b
    Discussions |
    Jun 24, 2021 10:04 AM
    5381 views | 10 replies
  • 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
    3108 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
    4660 views | 8 replies

Latest Discussions

  • Referencing a Column in JSL

    I'm continually astounded by how much basic information on JSL is missing from tutorials and internet searches. I'm not sure how one is expected to learn the basics of this language without poring through massive quantities of addon unnecessary information, and then fail in the end to find what is needed anyway. I guess that's why the Discussion forums are available as a resource. I'm trying to si...

    mostarr mostarr
    Discussions |
    Jun 24, 2021 12:27 PM
    5496 views | 3 replies
  • nonlinear vs fit curve giving different results?

    Hello - I believe that, if I go through either the "nonlinear" or the "fit curve" options, I should end up with the same result (JMP 15.0). I'm trying to use the built in 4 parameter logistic model from the model library, and fitting a number of different variables by strain (where "strain" is a number of different genetic backgrounds). For some of the strains, the 'fit curve' and the 'nonlinear' ...

    Jake_b Jake_b
    Discussions |
    Jun 24, 2021 10:04 AM
    5381 views | 10 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
    4660 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
    1708 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
    1419 views | 2 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
    737 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
    974 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
    1279 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
    1265 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

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