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

  • Check if wafer from an input string is contained within a data table

    I have an input string from below: For( i = 1, i <= N Rows( dtWaferIDList ), i++, tempi = Column( dtWaferIDList, 1 )[i]; InputString = If( i == 1, "'", "" ) || InputString || tempi || If( i < N Rows( dtWaferIDList ), "','", "'" ); );And a table1 that I pull from a database. I would like to check to see if (in the Wafer column of table 1) all the wafers from the input string are contained in that...

    saneal saneal
    Discussions |
    Jun 23, 2021 9:48 AM
    3191 views | 9 replies
  • Set limit to columns without overriding other limit

    I'm needing to put limits into a data column from a separate table.  That table has a "0" if that particular limit is not set.  This script works fine for loading the limits if there are no limits, or if it has both limits, but I have been unable to get it to work when there is just one limit.  It puts both in leaving the second limit set at "0".//set limits If( db_Tests:MinLimit[TestRow[1]] != ...

    Lindeman1arr Lindeman1arr
    Discussions |
    Jun 23, 2021 9:01 AM
    1267 views | 2 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
    2696 views | 5 replies
  • Plotting Nonlinear Regression using GraphBuilder and/or Analyze (with scripts)

    This post is similar to this one, and I posted a comment there, but since the post is 2 years old it might not get seen and I'm having trouble adapting the solution(s) to my equation. I'm doing nonlinear regression using the script below to prepare the data and then using the Analyze option with Normalized Fluorescence as the Y value, and the Model (formula) column as the X value (reversing the ax...

    wendy1123 wendy1123
    Discussions |
    Jun 23, 2021 7:17 AM
    8442 views | 8 replies
  • Invalid Matrix Token

    Hi. I didn't find anything about this beside <https://community.jmp.com/t5/Discussions/invalid-matrix-token/td-p/2111> (a terribly formatted post) and nothing in the Scripting Index. What is an "invalid matrix token" error? What does it mean? When I try to instantiate a matrix in my script likem = [i j];where <i> and <j> are numerical variables, it throws the error and points at i. I think that's ...

    mostarr mostarr
    Discussions |
    Jun 23, 2021 6:44 AM
    4027 views | 7 replies

Latest Discussions

  • 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
    2696 views | 5 replies
  • Plotting Nonlinear Regression using GraphBuilder and/or Analyze (with scripts)

    This post is similar to this one, and I posted a comment there, but since the post is 2 years old it might not get seen and I'm having trouble adapting the solution(s) to my equation. I'm doing nonlinear regression using the script below to prepare the data and then using the Analyze option with Normalized Fluorescence as the Y value, and the Model (formula) column as the X value (reversing the ax...

    wendy1123 wendy1123
    Discussions |
    Jun 23, 2021 7:17 AM
    8442 views | 8 replies
  • Logistic regression changed as of version 16?

    I have a large script that relies on the x/y platform to greate a logistic regression of a binary variable as function of a continuous variable.i then use the report to extract the fit parameters of the linear term of the regression. then i use the estimate to predict the probability of Yes and No and display results to the user. as of JMP 16.0 suddenly the script reports as result the "complement...

    peri_a peri_a
    Discussions |
    Jun 22, 2021 2:01 PM
    1468 views | 2 replies
  • 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
  • joining tables while averaging across columns with the same name

    I have what would appear to be an easy-to-fix problem, but for the life of me, I can't figure out how to do it easily. I have three separate tables in which the rows are individual proteins. The "accession" refers to their names. Some proteins are found in multiple tables, whereas some are only found in one of the three. I know how to join the tables by matching the protein names (accession=access...

    abmayfield abmayfield
    Discussions |
    Jun 22, 2021 10:09 AM
    1196 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