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

  • Comparing the slope of a exponential 3P model.

    Hi, I am trying to compare three exponential 3P curves for my stability study. Is there a way in JMP where I can do this such as Parallelism test?

    Marcoz Marcoz
    Discussions |
    Mar 4, 2024 12:43 PM
    2319 views | 6 replies
  • Remove hyperlink when opening Excel with hyperlinked cells

    I am opening (code below) an excel spreadsheet which has got hyperlinked entries in a particular column. Hyperlinks for each entry point to another excel spreadsheet. JMP 16.2 is loading these entries with a blue underline and this is causing me issues in data manipulations downstream. I want to load the data for this column as Charecter/Norminal. How to achieve this?Thanks.Names Default To Here( ...

    Neo Neo
    Discussions |
    Mar 4, 2024 11:15 AM
    2704 views | 6 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    716 views | 0 replies
  • Multiple regression or Two-way ANOVA

    Hello!
    I have set of data that includes different cell groups, cultured over 16 days. the cell count is measured every 2 days (sampling days)
    I'm looking at multiple regression to check the difference in the cell group*sampling days. I have a total of 9 sampling days and 7 cell groups. my problem is that my parameter estimates do not show the last sampling period (eg. cellgroup1*day 16, cellgroup2*d...

    ReyrieNeedshelp ReyrieNeedshelp
    Discussions |
    Mar 4, 2024 8:01 AM
    2316 views | 2 replies
  • prompt the user to choose a certain date and then use it for the local data filter [using JSL]

    Hi, I have a date column in the mmddyyyy format. I need to print it out to the user to choose from and then use a local data filter to filter the selected dates in Graph builder.  The issue I'm having is that when I try to print the data to the user, it shows it as a long integer that I can't understand. Any suggestions is appreciated.  I have attached a picture of the date column from the data ta...

    RA899 RA899
    Discussions |
    Mar 4, 2024 6:36 AM
    2152 views | 4 replies

Latest Discussions

  • Comparing the slope of a exponential 3P model.

    Hi, I am trying to compare three exponential 3P curves for my stability study. Is there a way in JMP where I can do this such as Parallelism test?

    Marcoz Marcoz
    Discussions |
    Mar 4, 2024 12:43 PM
    2319 views | 6 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    716 views | 0 replies
  • When JMP mapping, how can I load an image with a transparent background to keep the background transparent?

    JMP maps the following JSL and then loads the transparency image with a transparent background.Save as a new image, how to use JSL?dt=Open("$SAMPLE_DATA/Big Class.jmp"); p1 = dt << Graph Builder( Variables( X( :weight ), Y( :height ), Group X( :age ), Color( :sex ) ), Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) ) );Thanks!

    lala lala
    Discussions |
    Mar 4, 2024 12:17 AM
    1240 views | 1 replies
  • How to use wildcards in matching columns (Update Table)

    Hi all,How can I update a table using wildcard? I already tried to create a column with a substring formuladt << New Column( "Code Ref", Formula (Substr(:Code, 1, 4)) );TableACodeNameAgeABCD456Ann12ABCD123Roy16ABCD678Jean11 TableBCodeNameAgeABCD543John12FGR263Mike13ABCD975Rose8 After table update:CodeNameAgeABCD456Ann12ABCD123Roy16ABCD678Jean11ABCD543John12ABCD975Rose8 But I cannot use Code Ref as...

    UserID16644 UserID16644
    Discussions |
    Mar 3, 2024 11:17 PM
    1172 views | 2 replies
  • Histogram with filter

    HiI'm trying to plot a histogram that shows the full data. on it, I want to plot two vertical lines that represent lower and upper limits. Additionally, I want to present the mean and the std of the data in these limits and the fraction of the data that is in the limit.  Something like this:Thanks

    Gerakolt Gerakolt
    Discussions |
    Mar 3, 2024 6:49 AM
    1184 views | 2 replies

Latest Discussions

view all discussions