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

  • Display Numeric-Date column as "d/m/y h:m:s"?

    Hello, I have a date-time column that I want to display as "d/m/y h:m:s", yet retain its Numeric-Date data type (as in the right table of the figure):  I have the following: :"Time" << Data Type(Numeric); :"Time" << Set Modeling Type(Continuous); :"Time" << Set Format(Format("m/d/y h:m:s", 23)); But it instead converts the column onto Unix time format. How do I get this done through JSL? Thanks,Lo...

    louiefb louiefb
    Discussions |
    Dec 18, 2020 9:20 PM
    2023 views | 1 replies
  • Unable to Highlight on Graph Builder and Select Corresponding Rows

    Hi everyone, I have multiple graphs in graph builder from multiple data tables. 2 things to note: They were all created using JSL.Most of them have been appended to a JMP window except the last one. For some reason I am only able to highlight data on the last graph builder plot (and selected the corresponding rows in its table). Why is that and is there any way to fix it? Thanks.

    Jazib Jazib
    Discussions |
    Dec 18, 2020 2:13 PM
    3362 views | 9 replies
  • Add a configuration setting when connecting a database (postgresql) with JMP in the same CustomSQL() instruction

    Hi,I would like to speed up some SQL queries with special configuration values for my postgresql database.For example: SET random_page_cost = 1 How can I do this in JMP?Indeed if I create a CustomSQL querySET random_page_cost = 1Then a another one with a classic SELECT FROM... it doesn't work because the value "random_page_cost" seems to be reset to its default value on the second database connect...

    Franck_R Franck_R
    Discussions |
    Dec 18, 2020 11:24 AM
    992 views | 1 replies
  • Can I use a dichotomous dependent variable in a mixed model (e.g., logistic mixed model)?

    If I choose the mixed model personality then select a dichotomous dependent variable it jumps out of the mixed model personality. I can run "nominal Logistic" regression, but that no longer gives me the estimates for the random effects.

    jeff_kiesner jeff_kiesner
    Discussions |
    Dec 18, 2020 10:44 AM
    7905 views | 8 replies
  • Repeated measures survival analysis

    Dear Members of the community, I would like to analysis the duration of a process performed 8 repeated times with 30 computers and five different operating systems. as in the attached data file. this data is also censored, when duration was longer than 180 seconds it was just deemed to be a failure.   the main aim is to test the following hypotheses: 1) is there a difference between operating syst...

    ron_horne ron_horne
    Discussions |
    Dec 18, 2020 8:27 AM
    3194 views | 4 replies

Latest Discussions

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
    1519 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
    1326 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
    830 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
    1039 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
    1268 views | 0 replies
view all discussions