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

  • Column data to Matrix

    Hi! I am trying to turn all of the data in the coloumns of my data table into a 8 by 12 matrix. This would mean that if I had 5 columns I would have 5 (8 by 12) matrices. Do you guys have any suggestions on how I could do this? 

    dg1 dg1
    Discussions |
    Jul 8, 2019 7:18 PM
    3316 views | 1 replies
  • Remove word from list

    Hi! I am trying to remove the word "none" from my lists ( which is variable according to the data input), but after running the script I see no changes in my output. Do you guys have any suggestion on how I can improve my code? unique= Associative Array(Data) << Get Keys; show(unique); // output- unique= {" BGG", " BSG", "None"} Number= nitems(unique); for( i= 1, i >= Number, i++, if (un...

    dg1 dg1
    Discussions |
    Jul 8, 2019 2:41 PM
    4007 views | 1 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1439 views | 0 replies
  • If Statement in For Loop Error

    Hi! I am having trouble with putting my if statement in my for loop. I want my if statement to evalaute which elements in the array matches the word "Continuous", and store that column's data in a seperate array/list ( a suggestion for the best way to store coloumn data would also be helpful). I'd appreciate any help! Thanks.Column Data = {}; for(i= 0, i <= ncol, i++, if ((Result[i] == "Contin...

    dg1 dg1
    Discussions |
    Jul 8, 2019 3:24 AM
    3158 views | 3 replies
  • DOE custom design and box-behnken design

    Can  i  use the “custom design ”to build a box-behnken design in jmp?i found that when i use  custom design and click·the RSM Button trying to build a surface design,the final design is different  from the box-behnken design which is directly builded by “Response Surface Design”,so how is happening?

    seaseeboy seaseeboy
    Discussions |
    Jul 7, 2019 4:52 AM
    5481 views | 2 replies

Latest Discussions

  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1439 views | 0 replies
  • If Statement in For Loop Error

    Hi! I am having trouble with putting my if statement in my for loop. I want my if statement to evalaute which elements in the array matches the word "Continuous", and store that column's data in a seperate array/list ( a suggestion for the best way to store coloumn data would also be helpful). I'd appreciate any help! Thanks.Column Data = {}; for(i= 0, i <= ncol, i++, if ((Result[i] == "Contin...

    dg1 dg1
    Discussions |
    Jul 8, 2019 3:24 AM
    3158 views | 3 replies
  • DOE custom design and box-behnken design

    Can  i  use the “custom design ”to build a box-behnken design in jmp?i found that when i use  custom design and click·the RSM Button trying to build a surface design,the final design is different  from the box-behnken design which is directly builded by “Response Surface Design”,so how is happening?

    seaseeboy seaseeboy
    Discussions |
    Jul 7, 2019 4:52 AM
    5481 views | 2 replies
  • Converting mg/dL to mg/L

    HI!!!I have a column and I have some of the measures are in mg/dL the other half in mg/L . How is the best way to convert them?Thank you in advance!

    Batista Batista
    Discussions |
    Jul 5, 2019 11:34 AM
    3767 views | 1 replies
  • How to set the y axis to cross the origin of the x axis in JMP

    Hello, I am trying to get a nyquist plot of imaginary vs real impedance. However I cant seem to set the y axis to cross the origin 0.0 on the x axis the way it's done in excel. is this possible in JMP?

    richinex richinex
    Discussions |
    Jul 4, 2019 8:41 AM
    8383 views | 7 replies

Latest Discussions

  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1439 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1670 views | 0 replies
  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1290 views | 0 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2212 views | 0 replies
view all discussions