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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • N Items() argument must be a list

    When I run my script in JMP 13, everything works fine. However, with JMP 12, I get an error saying N Items() argument must be a list. Why is that so? How can I solve this problem? Thank you for any input.

    Aam_jmp Aam_jmp
    Discussions |
    Aug 23, 2018 3:05 PM
    5932 views | 5 replies
  • How to see exact p-value, without any approximation?

    Hi all,
    I'm using JMP 7.0.1;after a logistic regression, JMP approximates the resulting P-value as "<0,0001*". Despite this is already an information, I'd like to see the P-value without any approximation (e.g., 0,0000000023). How to do that?

    Thanks in advance,
    Antonio

    Discussions |
    Aug 23, 2018 11:39 AM
    9135 views | 2 replies
  • How do you change the default color of box plot lines?

    Hi, I don't like that the default color for box plots is red, while the first legend color in the JMP default palette is red. It's hard to see the box plot lines! Is there a way to change the default color for box plots? I'm running JMP 13.2.1. Thank you!

    TreiderBest TreiderBest
    Discussions |
    Aug 23, 2018 6:32 AM
    4559 views | 2 replies
  • Extracting parameter estimates from nonlinear (sigmoidal) curve fit - scripting

    Hi all,  To quickly orient you: I am working with ELISA data (dose-response curve) so my independent variable is dilution factor, my dependent variable is absorbance, and I have multiple time points I am looking at for multiple animals. I'd like to be able to find the EC50 - dilution at half maximal response - with a nonlinear, sigmoidal, curve fit. I am currently using a  4 parameter model (Probi...

    lakepotter lakepotter
    Discussions |
    Aug 22, 2018 4:15 PM
    7338 views | 5 replies
  • JSL multiple column comparison to a fix number using for loop, and generate a new column for output

    Hi JSL Experts, I am a starter of JSL, I want to perform multiple column comparision, the column name is, Col1, Col2, Col3 etc. I am using a For loop for this comparison (see below for whole scripts), and if it falls into the formula (See below), it  will output 0 or 1. 1. What I know is, If I put :Col1 into the script :Col1, the script works fine as below. 2. What I don’t know is, If I replace :C...

    Stokes Stokes
    Discussions |
    Aug 22, 2018 3:31 PM
    5657 views | 2 replies

Latest Discussions

  • N Items() argument must be a list

    When I run my script in JMP 13, everything works fine. However, with JMP 12, I get an error saying N Items() argument must be a list. Why is that so? How can I solve this problem? Thank you for any input.

    Aam_jmp Aam_jmp
    Discussions |
    Aug 23, 2018 3:05 PM
    5932 views | 5 replies
  • How do you change the default color of box plot lines?

    Hi, I don't like that the default color for box plots is red, while the first legend color in the JMP default palette is red. It's hard to see the box plot lines! Is there a way to change the default color for box plots? I'm running JMP 13.2.1. Thank you!

    TreiderBest TreiderBest
    Discussions |
    Aug 23, 2018 6:32 AM
    4559 views | 2 replies
  • Extracting parameter estimates from nonlinear (sigmoidal) curve fit - scripting

    Hi all,  To quickly orient you: I am working with ELISA data (dose-response curve) so my independent variable is dilution factor, my dependent variable is absorbance, and I have multiple time points I am looking at for multiple animals. I'd like to be able to find the EC50 - dilution at half maximal response - with a nonlinear, sigmoidal, curve fit. I am currently using a  4 parameter model (Probi...

    lakepotter lakepotter
    Discussions |
    Aug 22, 2018 4:15 PM
    7338 views | 5 replies
  • How do I add R squared to control the Partition in the decision tree code?

    In the case of Boston housing.jmp, adjust the parameters of "Minimum Size Split" and "Split Best" in the JSL code to control the automatic Partition of decision tree. Partition( Y( :mvalue ), X( :crim, :zn, :indus, :chas, :nox, :rooms, :age, :distance, :radial, :tax, :pt, :b, :lstat ), Validation Portion( 0.3 ), Minimum Size Split( 2 ), Split Best( 1000 ) ); However, the R square of the validation...

    lwx228 lwx228
    Discussions |
    Aug 21, 2018 8:10 AM
    2632 views | 2 replies
  • Script to get last 6 months data

    Hi, What would be the best script to selected only the data of the exact last 6 months everytime the database is updated. 

    nicoleaba nicoleaba
    Discussions |
    Aug 21, 2018 2:25 AM
    3413 views | 1 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3346 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2415 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2941 views | 0 replies
  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1787 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3904 views | 0 replies
view all discussions