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

  • 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
    715 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
    2314 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
    2138 views | 4 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
    1237 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
    1166 views | 2 replies

Latest Discussions

  • 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
    715 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
    1237 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
    1166 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
    1180 views | 2 replies
  • Get Script after User Input and Script to String

    Hello Guys,New to jmp scripting. I require assistanceI want to get the script after user specifies the valid informationdt = Open( "$SAMPLE_DATA/semiconductor capability.jmp" ); obj = dt << Variability Chart(); // I want to get Script after User clicks OK How to do thatIf i have a string and to run it as script i do this dt = Open( "$SAMPLE_DATA/semiconductor capability.jmp" ); theScript = "Variab...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 2, 2024 10:11 AM
    1369 views | 3 replies

Latest Discussions

view all discussions