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

  • Manage the display language with JSL (or freezing english language for distribution platform...)

    Hi, My problem is rather "simple": I would like to be sure that my script is always displaying same graphics regardless of the language that JMP is displaying.For example I have created a script that automatically analyses some products, makes graphics and so on and export all of that in a powerpoint to shares things with an other company's site in USABut when this script is executed on a computer...

    Franck_R Franck_R
    Discussions |
    Nov 27, 2020 3:09 AM
    6225 views | 7 replies
  • Artificial Neural Network model

    Please I am new to JMP. How can I use an artificial neural network model after it i have successfully trained and validated the ANN model.I have a dataset of over 500 data points. I have successfully trained my ANN model. I now want to use the ANN model to simulate my system. Please how can I do in JMP?

    Tee Tee
    Discussions |
    Nov 26, 2020 12:00 PM
    2314 views | 4 replies
  • Runprogram with Space Char in FilePath

    Hello everyone, currently I'm struggeling with executing a runprogram command with a filepath containing a space char: myPath = "C:\Users\FilePath\Test.py" myInfo = runprogram(executable("python"), options({myPath}),readfunction("text")); This works perfetly, but when the filepath contains a space - the path is cut off, thus the file cannot be found: myPath = "C:\Users\File Path\Test.py" myInfo = ...

    D_G D_G
    Discussions |
    Nov 26, 2020 8:06 AM
    2166 views | 2 replies
  • Better way to plot multiple FitY by X plots

    My original source table is the tall table with ID, group and tons of params. I want to plot all params Fit Y by X (Group A vs Group B group by ID). The traditional way i do is i change the tall table to wide table and plot one params at a time. But if i have hundreds of params, it is not a good solution. Is there any better or smarter way to do this ? attached sample jmp files tall tableswitch to...

    OneNorthJMP OneNorthJMP
    Discussions |
    Nov 25, 2020 3:07 PM
    3552 views | 5 replies
  • How to re-scale graph and generate Min, Max and Standard Deviation?

    Hi Guys,Need your expertise to solve this problem.First of all, I generate data analysis by using JMP script. However, I got 4 data group which are Site 1,2,3 and 4. For each site, i would like to display the min, max and standard deviation value. Do you have any idea how to display that value on this graph by using script?Secondly, I set scale for this graph by using high and low limit to check t...

    WanCine WanCine
    Discussions |
    Nov 25, 2020 8:22 AM
    3279 views | 3 replies

Latest Discussions

  • Manage the display language with JSL (or freezing english language for distribution platform...)

    Hi, My problem is rather "simple": I would like to be sure that my script is always displaying same graphics regardless of the language that JMP is displaying.For example I have created a script that automatically analyses some products, makes graphics and so on and export all of that in a powerpoint to shares things with an other company's site in USABut when this script is executed on a computer...

    Franck_R Franck_R
    Discussions |
    Nov 27, 2020 3:09 AM
    6225 views | 7 replies
  • 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
    1593 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
    4257 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
    3726 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
    1552 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
    1558 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
    1347 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
    845 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
    1055 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
    1295 views | 0 replies
view all discussions