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

  • Least Squares Fit; Effects Summary vs Effect Tests vs Parameter Estimates

    I have DOE results that have a Effects Summary section with a p-value of 0.03866 for parameter A.   In the Effect Tests section that same parameter has a p-value of 0.9353.  The Parameter Estimate for that variable is also 0.9353. Why is the Effect Summary different from the Effect Test and the Parameter estimate and what does each test mean? Thanks

    timothy_forsyth timothy_forsyth
    Discussions |
    Jan 29, 2019 10:40 AM
    10842 views | 4 replies
  • Saving multiple graphs in JSL

    Hi, I'm running this script where dataCols are numeric columns.OWA = Data Table ("Filtered_raw") << Oneway( Y(eval( dataCols)), X( " WhichTest"), Each Pair( 0 ), Means( 0 ), Plot Actual by Quantile( 0 ), Plot Quantile by Actual( 1 ), Mean Diamonds( 1 ) );This creates Oneway Analysis and Normal Quantile plots of my numeric columns. Now I'm trying to save these plots with this script...

    Anonymous Anonymous
    Discussions |
    Jan 29, 2019 10:03 AM
    9560 views | 4 replies
  • How to handle quotes in your column name

    I have a column name Substance "x".  I need to sum the column but I am having an issue with the quotes.  How do I use the column x with the quotes? I have tried :substance \!"X\!".  That does not work.

    wjalford wjalford
    Discussions |
    Jan 29, 2019 9:19 AM
    8767 views | 8 replies
  • verifying 95% exact binomial confidence in JMP - Lower CI OK but Upper not?

    Hi,I would like to ask if somebody has encounter the issue I got. I would like to verify the 95% CI for a case as below in the table. 95% Confidence Intervals for the True Rate at all Possible Observed Rates within a Subgroup (n=15)Observed Rate Lower Bound 95% CIUpper Bound 95% CI5/150.1520.723 I used JMP Analyze/Distribution and got the correct Lower CI (0.151763 which verifies 0.152 in the tabl...

    konradkk konradkk
    Discussions |
    Jan 29, 2019 7:18 AM
    5199 views | 4 replies
  • JMP has performed an access violation and will shut down while starting JMP

    I am getting error "JMP has performed access violation and will shut down while starting JMP" . It also says start up error information is recorded in some folder. I am running JMP 13.0.0 on Windows 7. Any help would be appreciated

    Saurabh Saurabh
    Discussions |
    Jan 29, 2019 6:05 AM
    6573 views | 2 replies

Latest Discussions

  • verifying 95% exact binomial confidence in JMP - Lower CI OK but Upper not?

    Hi,I would like to ask if somebody has encounter the issue I got. I would like to verify the 95% CI for a case as below in the table. 95% Confidence Intervals for the True Rate at all Possible Observed Rates within a Subgroup (n=15)Observed Rate Lower Bound 95% CIUpper Bound 95% CI5/150.1520.723 I used JMP Analyze/Distribution and got the correct Lower CI (0.151763 which verifies 0.152 in the tabl...

    konradkk konradkk
    Discussions |
    Jan 29, 2019 7:18 AM
    5199 views | 4 replies
  • JMP has performed an access violation and will shut down while starting JMP

    I am getting error "JMP has performed access violation and will shut down while starting JMP" . It also says start up error information is recorded in some folder. I am running JMP 13.0.0 on Windows 7. Any help would be appreciated

    Saurabh Saurabh
    Discussions |
    Jan 29, 2019 6:05 AM
    6573 views | 2 replies
  • Fitting model to ordinal factors and response

     Hello, I have such a diagram and want to figure out the equation which produces it:      One can imagine it as a 3-dimentional space with color responces for every S/U/D combination.I filled S/U/D into a JMP table to fit (some kind of) model but realized immediately, that the response in color code (e.g. 1 for green, 2 for yelow and 3=red) doesn't make much sense.To my understanding, the equation...

    Roman-V Roman-V
    Discussions |
    Jan 29, 2019 4:12 AM
    4239 views | 2 replies
  • How to save webpages through JSL

    How can I save webpages from JSL? I use the following lines of code to open the webpage in a JSL      url = "https://www.nytimes.com"; w = New Window( "s1",wb = Web Browser Box(url ), wb << Set Size( 1200, 1200 );); w << Set Window Size( 1200, 1200 );     Thereon, what can I do to save the webpage with full graphics in a form that can be consumed later (pdf or full graphic html)? I essentially nee...

    sgpt sgpt
    Discussions |
    Jan 28, 2019 6:52 AM
    11964 views | 10 replies
  • How to analyze unbalanced data which three of independent factors are unbalanced levels?

    Hello,I have a data set which has four predictors: three of the predictors including time, distance, and power are unbalanced and one balance predictor. Do you have any idea what is the best way to analyze such data? And how I can analyze them? I do appreciate any help.

    Shad Shad
    Discussions |
    Jan 28, 2019 5:58 AM
    18559 views | 12 replies

Latest Discussions

  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2411 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3110 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3433 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2326 views | 0 replies
  • 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
    3276 views | 0 replies
view all discussions