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

  • Concatenating over a range of columns

    Is it possible to concatenate over a dynamic range of columns? For instance, if I want my result to be a concatenation of columns X - Y (e.g. 1 - 10), is this possible without specifying the columns by name?

    kaoticllama kaoticllama
    Discussions |
    Jul 11, 2022 11:22 PM
    842 views | 1 replies
  • Replace ALL occurrences of a match in a string

    Let's say I have a very long string, which essentially are just field names, comma separated. My problem, when trying to break it into separate fields, is that some names have comma inside them, like "{0,0}" or "{45,-45}" or "{90,90}".In order to separate this long string into fields I need to replace that comma with something.This is a small piece of that string: "Normal_0_{0,0}, Normal_90_{45,-4...

    miguello miguello
    Discussions |
    Jul 11, 2022 10:49 PM
    2034 views | 2 replies
  • expr and evalexpr for Graph Builder gradient limits

    I am trying to set up a script that will generate a Graph Builder with gradient min and max equal to to Quantile values of the Column being plotted. Unfortunately, the expr and evalexpr syntax I am using doesn't work for the matrix in "Scale Values". I need help. dt0 = current data table(); param = "Voltage"; colp = dt0:param; graph_high = Quantile( 0.975, column(dt0, param) << get as matrix() ); ...

    LaserGuy LaserGuy
    Discussions |
    Jul 11, 2022 9:26 PM
    1247 views | 2 replies
  • Is it possible that i make extra axis lines to display information during drawing a 3D surface plot

    During i draw a 3D surface plot like this, i can add only 1 line on each axis (x,y,z)  So i'd like to know whether i can utilize extra lines on 3D surface plot. And if possible, please let me know how to make it.

    BottleCollector BottleCollector
    Discussions |
    Jul 11, 2022 6:17 PM
    1183 views | 2 replies
  • SQL

    Dear All,I would like to make a query on a database that contains two separate columns in which different genetic mutations are indicated.
    Therefore I would like to look for two mutations at the same time.
    I wrote the following program in SAS: proc sql;
    create table f.gat as
    select *
    from f.c
    where mutation1 in ("G178R", "S549N", "S549R", "S549R (A-> C)", "S549R (T-> G)", "G551D", "G551S", "G1244E", "S1...

    GiuseppeC GiuseppeC
    Discussions |
    Jul 11, 2022 5:30 PM
    991 views | 1 replies

Latest Discussions

  • Concatenating over a range of columns

    Is it possible to concatenate over a dynamic range of columns? For instance, if I want my result to be a concatenation of columns X - Y (e.g. 1 - 10), is this possible without specifying the columns by name?

    kaoticllama kaoticllama
    Discussions |
    Jul 11, 2022 11:22 PM
    842 views | 1 replies
  • Is it possible that i make extra axis lines to display information during drawing a 3D surface plot

    During i draw a 3D surface plot like this, i can add only 1 line on each axis (x,y,z)  So i'd like to know whether i can utilize extra lines on 3D surface plot. And if possible, please let me know how to make it.

    BottleCollector BottleCollector
    Discussions |
    Jul 11, 2022 6:17 PM
    1183 views | 2 replies
  • SQL

    Dear All,I would like to make a query on a database that contains two separate columns in which different genetic mutations are indicated.
    Therefore I would like to look for two mutations at the same time.
    I wrote the following program in SAS: proc sql;
    create table f.gat as
    select *
    from f.c
    where mutation1 in ("G178R", "S549N", "S549R", "S549R (A-> C)", "S549R (T-> G)", "G551D", "G551S", "G1244E", "S1...

    GiuseppeC GiuseppeC
    Discussions |
    Jul 11, 2022 5:30 PM
    991 views | 1 replies
  • Sample size calculations for co-primary endpoints

    Is it possible to calculate sample size in JMP when we have co-primary endpoints? (Co-primary endpoints are more than one primary endpoint and the study success can be declared only if both primary endpoints are statistically significant in favor of the experimental treatment.) 

    billi billi
    Discussions |
    Jul 11, 2022 12:18 PM
    6025 views | 9 replies
  • How can JSL automatically stop the download of data stream data as Python does?

    Hello!Data on this site will be updated every 3 seconds.Using the normal method, you will always be downloading without downloading data.
    Python writes code like this to terminate the data download.
    How to change this Python to JSL?This address is captured after the packet.http://16.push2.eastmoney.com/api/qt/stock/details/sse?fields1=f1,f2,f3,f4&fields2=f51,f52,f53,f54,f55&mpi=2000&ut=bd1d9ddb04089...

    lala lala
    Discussions |
    Jul 11, 2022 11:17 AM
    1502 views | 4 replies

Latest Discussions

  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    660 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    782 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    628 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    772 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    994 views | 0 replies
view all discussions