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

  • Extracting digits before and after the comma

    Hi, I'm struggling from extracting digits from a string before and after the commahow can I get 0.98 and 0.97 from a string?string = "A_BD_CEEE:0.98,0.975620708"; first_number = Num( Regex( string, "(\d\d?\d?):", "\1" ) );expected outfirst_number = 0.98second_number = 0.975 thanks 

    joshua joshua
    Discussions |
    Apr 17, 2021 4:24 AM
    2721 views | 3 replies
  • help:multiple regression

    hi, does anyone know how to compare two multiple regression?i have two years data, so each year I will make a multiple regression using the same independent and dependent variable just different 2 years. how I can compare these two 

    tang1111 tang1111
    Discussions |
    Apr 16, 2021 3:33 PM
    1748 views | 3 replies
  • Rolling cumulative sum by groups of column entries

    Hi, I am trying to create the cumulative sum column as shown in the table below. When I use the Col cumulative sum( value) directly, it gives cumulative sum for entire value column. Can anyone please help me understand how to calculate the cumulative sum for groups of Type as shown in table below? NameTypevaluecumulative sumAAAT111AAAT11011AAAT13243AAAT1447AAAT222AAAT235AAAT2510AAAT2616BBBT13232BB...

    dileepkr dileepkr
    Discussions |
    Apr 16, 2021 12:03 PM
    5118 views | 5 replies
  • Scaling Map Shape axis when missing part of the data

    Does anyone know if it is possible to force graph builder to scale the graph, when using Map Shape, based on the whole map property not just values you have? Currently it seems like if you don't have min-max values in your data, the scaling will only use the data you have even when using Show Missing Shapes option. I know I can do it by scripting at least by checking the min-max values for axis (f...

    jthi jthi
    Discussions |
    Apr 16, 2021 8:51 AM
    1106 views | 1 replies

Latest Discussions

  • Extracting digits before and after the comma

    Hi, I'm struggling from extracting digits from a string before and after the commahow can I get 0.98 and 0.97 from a string?string = "A_BD_CEEE:0.98,0.975620708"; first_number = Num( Regex( string, "(\d\d?\d?):", "\1" ) );expected outfirst_number = 0.98second_number = 0.975 thanks 

    joshua joshua
    Discussions |
    Apr 17, 2021 4:24 AM
    2721 views | 3 replies
  • help:multiple regression

    hi, does anyone know how to compare two multiple regression?i have two years data, so each year I will make a multiple regression using the same independent and dependent variable just different 2 years. how I can compare these two 

    tang1111 tang1111
    Discussions |
    Apr 16, 2021 3:33 PM
    1748 views | 3 replies
  • Scaling Map Shape axis when missing part of the data

    Does anyone know if it is possible to force graph builder to scale the graph, when using Map Shape, based on the whole map property not just values you have? Currently it seems like if you don't have min-max values in your data, the scaling will only use the data you have even when using Show Missing Shapes option. I know I can do it by scripting at least by checking the min-max values for axis (f...

    jthi jthi
    Discussions |
    Apr 16, 2021 8:51 AM
    1106 views | 1 replies
  • Column header naming

    Hi,I have a datasheet from my workplace with different parameters. Each parameter has different column properties to it such as A, B, C. The parameter is XYZ. However, the column header itself has the title XYZ (A). There seemed to be a way to concatenate the parameter name to the column property value but I'm not sure how to do it. When i double click on the column header, it just shows XYZ, with...

    SCWong SCWong
    Discussions |
    Apr 16, 2021 4:45 AM
    1149 views | 2 replies
  • How to Specify a Correlation Matrix in Profiler for Simulation?

    Hello, I am writing a script to create multivariate normal data with a specified number of rows, mean/standard deviation vectors, and correlation structure from a set of sample data. I would like to take advantage of the Simulator in the Profiler platform to generate the data table through the following steps:Calculate sample mean and standard deviation for each variable.Generate correlation matri...

    eangello eangello
    Discussions |
    Apr 15, 2021 10:52 AM
    5287 views | 10 replies

Latest Discussions

  • Generation of overdispersed poisson count data (vs gamma poisson)

    Hello, I would like to reconcile the parametrization used in the Random Gamma Poisson(lambda, sigma)with the over-dispersion parameter as estimated in generalized linear model platform. Take for instance the attached table. Here the generating function is  Random Gamma Poisson(exp(1+3*:X1),10)Running glm with poisson/log + overdispersion I obtain: Overdispersion = 6.09.    Is there any way to link...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 12, 2021 9:53 AM
    1179 views | 0 replies
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    884 views | 0 replies
  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1162 views | 0 replies
  • Manipulating data table properties (cell width/height) INSIDE application module

    Hello! I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, ...

    plotMaster plotMaster
    Discussions |
    Mar 27, 2021 3:54 PM
    1411 views | 0 replies
  • What does it mean when the solution path for Elastic Net is not single-valued?

    Dear JMP Community,   (W10, 64-bit, JMP Pro 15.2.1)   I am running a model to assess the active predictors. I am doing this by using the Autovalidation add-in to generate a Null Factor for my data. I then use the GenReg platform to find estimates for each possible X-factor and then Bootstrap those estimates to get a better assessment of the contributions to the response. I came across a very stran...

    SDF1 SDF1
    Discussions |
    Feb 15, 2021 12:35 PM
    1332 views | 0 replies
view all discussions