cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Getting work week (WW) from "m/d/y h:m:s AM|PM" format

    Hi,

    I have a trouble to getting the work week from rows. Let's say I have a date and time format like this I tried following things by following the JSL manual @ page 150 and so forth but could not resolve this,
    first I thought that I need to get rid of time values dt << New Column( "Date_new", Numeric, Continuous, Formula(Format(:Name("Date"), "m/d/y")), );Then now I have the dates like this 

    Next I...

    joshua joshua
    Discussions |
    Feb 5, 2024 12:31 PM
    5550 views | 6 replies
  • Exporting full LCA dataset to CSV/Excel

    I conducted an LCA analysis on survey questions. In the "parameter estimates" section of the generated report, there is a table. When I export it, it doesn't export the merged cells on top. For example:

    Cluster 1:  [Top Column: State]                   [AZ] [VA], [DC], [TX] It only exports the cluster, and the parameter estimates for [AZ] [VA], [DC], [TX]. I want to export every visible thing, incl...

    WeightedColt463 WeightedColt463
    Discussions |
    Feb 5, 2024 12:18 PM
    1381 views | 2 replies
  • Permutation test only producing one outcome

    I am trying to do a permutation test to see if a group of parameters are different based on exposure. For my columns I have "Tx", "Intercept" and "Intercept Shuffled". I then do a Y by X with y = "Intercept" and x = "Tx". Based on the jump permutation test guidelines (Example of a Permutation Test (jmp.com)), after running a one way ANOVA I am able to right click the F-statistic and select simulat...

    spiny11 spiny11
    Discussions |
    Feb 5, 2024 11:51 AM
    871 views | 1 replies
  • boostrapping for regression

    Why does my bootstapping option not appear? When I go to the fit model and have my meditation entered for regression analysis. When I check the parameter estimate, it does not give me an option for bootstrapping? Help

    SeasonalShark96 SeasonalShark96
    Discussions |
    Feb 5, 2024 11:40 AM
    1707 views | 3 replies
  • Adding conditon to variables in graph builder in JSL

    Hi all,  I'm trying to modify the graph builder code which has certain variables. I would like to add conditional statements to include or exclude those certain variables. I tried using if statements, but it doesn't seem to work properly. I would appreciate any suggestions in the matter.      Example code: I want to take an input from the user (already done with this part), to evaluate whether the...

    RA899 RA899
    Discussions |
    Feb 5, 2024 11:21 AM
    1648 views | 3 replies

Latest Discussions

  • Getting work week (WW) from "m/d/y h:m:s AM|PM" format

    Hi,

    I have a trouble to getting the work week from rows. Let's say I have a date and time format like this I tried following things by following the JSL manual @ page 150 and so forth but could not resolve this,
    first I thought that I need to get rid of time values dt << New Column( "Date_new", Numeric, Continuous, Formula(Format(:Name("Date"), "m/d/y")), );Then now I have the dates like this 

    Next I...

    joshua joshua
    Discussions |
    Feb 5, 2024 12:31 PM
    5550 views | 6 replies
  • Exporting full LCA dataset to CSV/Excel

    I conducted an LCA analysis on survey questions. In the "parameter estimates" section of the generated report, there is a table. When I export it, it doesn't export the merged cells on top. For example:

    Cluster 1:  [Top Column: State]                   [AZ] [VA], [DC], [TX] It only exports the cluster, and the parameter estimates for [AZ] [VA], [DC], [TX]. I want to export every visible thing, incl...

    WeightedColt463 WeightedColt463
    Discussions |
    Feb 5, 2024 12:18 PM
    1381 views | 2 replies
  • Permutation test only producing one outcome

    I am trying to do a permutation test to see if a group of parameters are different based on exposure. For my columns I have "Tx", "Intercept" and "Intercept Shuffled". I then do a Y by X with y = "Intercept" and x = "Tx". Based on the jump permutation test guidelines (Example of a Permutation Test (jmp.com)), after running a one way ANOVA I am able to right click the F-statistic and select simulat...

    spiny11 spiny11
    Discussions |
    Feb 5, 2024 11:51 AM
    871 views | 1 replies
  • boostrapping for regression

    Why does my bootstapping option not appear? When I go to the fit model and have my meditation entered for regression analysis. When I check the parameter estimate, it does not give me an option for bootstrapping? Help

    SeasonalShark96 SeasonalShark96
    Discussions |
    Feb 5, 2024 11:40 AM
    1707 views | 3 replies
  • Change axis width in Graph Builder

    I would like to change the axis width in Graph Builder, but the <<Set Width message doesn't seem to work. My demo script: Names Default To Here( 1 ); dt_class = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb_test = Graph Builder( Size( 534, 454 ), Show Control Panel( 0 ), Variables( X( :height ), Y( :name, Order By( :height, Ascending, Order Statistic( "Mean" ) ) ) ), Elements( Bar( X, Y, Lege...

    matth1 matth1
    Discussions |
    Feb 5, 2024 8:12 AM
    1891 views | 3 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    936 views | 0 replies
  • Optimal decision tree and Adam's consensus?

    Hello - First of all, I'm speaking very much as a non-statistician here. I have a paper I'm trying to replicate that is doing hierarchical clustering with multiple similarity functions and grouping methodologies, and then using an Adam's consensus to find a sort of "optimal" dendrogram, if you will. I looked at their software they were using, and its been out of comission for a good 15 years. JMP ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 26, 2024 11:06 AM
    744 views | 0 replies
  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    696 views | 0 replies
  • Which predictive analysis method/column organisation for RSM output with duplicate samples

    Hi all. So I'm working on a project where I have 2 x component classes, each of which has 4 items within the class, which are mixed together at varying concentrations over 48 combinations. Figured the best Factor way to do this was to use 2 x Continuous for the max/min concentrations for each class, then 2 x 4-level Categoricals for each of the items. Each of the combinations was made twice, so af...

    ProbitLeopard63 ProbitLeopard63
    Discussions |
    Jan 25, 2024 3:06 AM
    726 views | 0 replies
  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    580 views | 0 replies
view all discussions