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

  • Seperating year by Quarters

    I am trying to seperate the year by quarters using dates. I was looking at documentation and it gave the extract function.EXTRACT( datepart, datetime, )I am not sure how quiet to use it, my idea is if data is between Jan 1st and March 28th its Q1 etcI could use if (Jan1st <:Date< Jan1st + In Weeks( 13 ), "Q1",                      Jan1st + In Weeks( 13 )+ In Days(1) <:Date< (Jan1st + In Weeks( 13 ...

    jearls11 jearls11
    Discussions |
    Mar 20, 2021 11:06 AM
    2451 views | 3 replies
  • Capturing degradation fit parameters to table?

    How do I capture reliability degradation fit parameters to table? The four bolded lines are the crux of what I am trying to do. Fitting the degradation and then simply capturing the fit parameters in a column.   Script below:     Degradation( Y( :current ), Time( :time ), Label( :DUT ), Application( Repeated Measures Degradation ), Connect Data Markers( 1 ), Show Fitted Lin...

    galactus3000 galactus3000
    Discussions |
    Mar 20, 2021 4:23 AM
    10265 views | 11 replies
  • Transpose column, make transposed rows headers in JMP12

    Does anyone know how to transform a column (just one column) and make the rows become the table header using JSL? I am using JMP12.Basically, I want the first row to be the column headers and not the output below. My dataset is attached.   Thanks,Simondt = Data Table( "sports" ) << Transpose( columns( :Items ), Output Table( "transposed" ) );

    simon_2 simon_2
    Discussions |
    Mar 19, 2021 8:33 PM
    2606 views | 4 replies
  • Plotting UCL/LCL defined in columns in the row

    Hi,Can someone share how to script adding LCL/UCL to any type of plot when these limits are defined in a column in that specific row. The table has several parameters being plotted (identified by column Label), so each chart has a different set of limits defined for each of the chart types in that row. For example(attached), if we had two columns of UCL/LCL in the big class example with stacked da...

    deveshchugh deveshchugh
    Discussions |
    Mar 19, 2021 4:41 PM
    17317 views | 9 replies
  • How to calculate probability of being uninsured

    Dear all,   Fairly new to JMP, so my knowledge is pretty limited. I have a study to find the probability of being uninsured by education background. I have data set with consists of the insurance status (yes/none) and education profile (no high school degree, high school degree, college degree, advanced degree). I need help to perform in JMP or SAS with no high school degree as the reference. I wi...

    henggar313 henggar313
    Discussions |
    Mar 19, 2021 1:44 PM
    2278 views | 5 replies

Latest Discussions

  • Seperating year by Quarters

    I am trying to seperate the year by quarters using dates. I was looking at documentation and it gave the extract function.EXTRACT( datepart, datetime, )I am not sure how quiet to use it, my idea is if data is between Jan 1st and March 28th its Q1 etcI could use if (Jan1st <:Date< Jan1st + In Weeks( 13 ), "Q1",                      Jan1st + In Weeks( 13 )+ In Days(1) <:Date< (Jan1st + In Weeks( 13 ...

    jearls11 jearls11
    Discussions |
    Mar 20, 2021 11:06 AM
    2451 views | 3 replies
  • Capturing degradation fit parameters to table?

    How do I capture reliability degradation fit parameters to table? The four bolded lines are the crux of what I am trying to do. Fitting the degradation and then simply capturing the fit parameters in a column.   Script below:     Degradation( Y( :current ), Time( :time ), Label( :DUT ), Application( Repeated Measures Degradation ), Connect Data Markers( 1 ), Show Fitted Lin...

    galactus3000 galactus3000
    Discussions |
    Mar 20, 2021 4:23 AM
    10265 views | 11 replies
  • How to calculate probability of being uninsured

    Dear all,   Fairly new to JMP, so my knowledge is pretty limited. I have a study to find the probability of being uninsured by education background. I have data set with consists of the insurance status (yes/none) and education profile (no high school degree, high school degree, college degree, advanced degree). I need help to perform in JMP or SAS with no high school degree as the reference. I wi...

    henggar313 henggar313
    Discussions |
    Mar 19, 2021 1:44 PM
    2278 views | 5 replies
  • Transposing from WIDE to LONG and a formula question

    Hi--two somewhat related questionsI have used SPLIT to transform a long file to a wide file, but I have a slightly more complicated situation where I want to STACK/transpose a wide file to a long file. I have a dataset with a unique subject ID, and then several hundred columns/variables. The variable names are the exact same with the exception that Year 1 ends '2', Year 2 ends in '3', etc. Is ther...

    plfazeli plfazeli
    Discussions |
    Mar 19, 2021 8:16 AM
    1922 views | 3 replies
  • CMD window for logging never shows up while using RunProgram

    I got an issue while using "RunProgram" to call my exe, a CMD window for logging is supposed to appear, but it never shows up.  The CMD window can normally pop up when I manually run it. Is there anyone who can help me solve the issue? Thanks in advance : )    JSL code: RP = Run Program( Executable( exefilepathRoot || "CommonalityEngine\PyScript\get_data_from_cache.exe" ), Opti...

    baiyun baiyun
    Discussions |
    Mar 19, 2021 6:54 AM
    1901 views | 4 replies

Latest Discussions

view all discussions