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

  • Taylor Series Linearization to Calculate Variance in NHANES

    Hello, 
    Looking at the NHANES data that incorporates demographic weightings and population stratum & PSU, is there a way to do a survey design in JMP? There is SAS code attached from the CDC below as well as R & Stata code. 

    https://wwwn.cdc.gov/nchs/nhanes/tutorials/Module4.aspx

    Code: 
    SASPROC SURVEYMEANS data=one varmethod=taylor nomcar; STRATA sdmvstra; CLUSTER sdmvpsu; WEIGHT WTMEC4YR; DOM...

    MikeDereviankin MikeDereviankin
    Discussions |
    Nov 24, 2020 2:44 PM
    1582 views | 1 replies
  • Adding line to split data on graph builder

    Hi,  I have the following data set below where red data points are some fails that I would like to screen out. Right now the way I am doing this is roughly calculating a trend line (see image below) and finding its equation. Then I create a new column and use JMP formula to basically check if data point is below line and if it is it updates the new column with a 1 and if it is above it marks new c...

    tarkan_bih tarkan_bih
    Discussions |
    Nov 24, 2020 10:05 AM
    4811 views | 9 replies
  • JSL to add event handler

    I'm trying to add an event handler column property using the following code but it isn't working.  I can manually apply the property, but can't figure out a script based method.  Can this be done by JSL?   // Create hyperlink for URL column :Current Firmware URL << Add Column Properties( Event Handler, Function( {thisTable, thisColumn, iRow}, Web( Char( thisTable:thisColumn[iRow] )...

    terapin terapin
    Discussions |
    Nov 24, 2020 9:05 AM
    2342 views | 3 replies
  • How does JSL automatically get data for each cell in the selected range of the cursor?

    For example, "Big class.jMP "has selected column 1, and column 2 has already selected row 6
    How can write JSL to automatically write the cell values of the selected range into a variable?It looks like this:
    s1="TIM"
    s2=12 Thanks! 

    lwx228 lwx228
    Discussions |
    Nov 24, 2020 2:32 AM
    1494 views | 2 replies
  • Copy Frame Contents

    Hello, When I Copy Frame Contents, the copied content reverts to the graph that it was being copied to. Is there a way on how to keep the original copied contents? Please look at the figure below:  

    ricelleacob ricelleacob
    Discussions |
    Nov 23, 2020 1:54 PM
    3857 views | 9 replies

Latest Discussions

  • Taylor Series Linearization to Calculate Variance in NHANES

    Hello, 
    Looking at the NHANES data that incorporates demographic weightings and population stratum & PSU, is there a way to do a survey design in JMP? There is SAS code attached from the CDC below as well as R & Stata code. 

    https://wwwn.cdc.gov/nchs/nhanes/tutorials/Module4.aspx

    Code: 
    SASPROC SURVEYMEANS data=one varmethod=taylor nomcar; STRATA sdmvstra; CLUSTER sdmvpsu; WEIGHT WTMEC4YR; DOM...

    MikeDereviankin MikeDereviankin
    Discussions |
    Nov 24, 2020 2:44 PM
    1582 views | 1 replies
  • Use of goodness of fit statistics in Poisson GLM

    I'm using JMP Pro 15 to run a generalized linear model with a Poisson distribution and log link function. I was told to use Poisson because I have count data with values ranging from a min of 1 to a max of 118 with most falling in the 5 to 50 range. The model shows 2 goodness of fit statistics (pearson, deviance) that both have p-values less than 0.05. Does this mean that the model results are inv...

    IK1 IK1
    Discussions |
    Nov 23, 2020 10:06 AM
    4246 views | 5 replies
  • Fitting Poisson distribution

    Dear all, I am using JMP 15. When I aim to fit the Poisson or Negative binomial as the distribution and plot it on top of count data, I get the error:'Exception in platform popup command'.  I have the Fitted Poisson Distribution parameters appearing, but here I can only add Normal curve, not the Poisson. Does anybody know why?  Thank you. 

    dainius dainius
    Discussions |
    Nov 23, 2020 6:31 AM
    3702 views | 6 replies
  • How to display the last tab in the window by using the Tab Box?

    Hello Everybody,I have the following issue: I am creating a series of tabs within the Param_Overview window. Those tabs are generated in "for" loop. After the last tab, however, I would like to create one more tab created outside the for loop. The generation of tabs from the "for" loop works well but the addition of the last one does not. If I select by hand the code of the last tab and execute it...

    lukasz lukasz
    Discussions |
    Nov 23, 2020 6:30 AM
    1540 views | 2 replies
  • Truncate or Split

    I have a large dataset and I would like to split with the first 7 characters in a new column. I am trying to use the left function, but I am getting an error.      

    riksmith riksmith
    Discussions |
    Nov 22, 2020 1:32 PM
    1709 views | 2 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1536 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1339 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    836 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1051 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1284 views | 0 replies
view all discussions