cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Help! How should I set a formula or JSL to implement this calculation?

    I want to fill "243" in row 12345 of column NO (column X, Raw5), And push it downwards to fill (column 678910 of NO is filled with "1511")  

    AlphaColt356 AlphaColt356
    Discussions |
    Jan 20, 2025 9:51 PM
    295 views | 3 replies
  • Launching python code from a JSL script on a server

    Hello all,  In a server (without internet connection), I have a JSL script that calls at some point a python script (in a virtual environment). Below is the JSL command that calls the python. The python is stored in a F:\ Disk.


    strCommand = “Path\to\virutual_env\.venv\Scripts\activate.bat\!” && python \!“Path\to\python_script.py\!””; Run Program( Executable( “cmd.exe” ), Options( “/C ” || strComman...

    SophieCuvillier SophieCuvillier
    Discussions |
    Jan 20, 2025 7:37 AM
    654 views | 6 replies
  • How to insert factors that are linked with each other in a DOE

    Hi all, I want to design an experiment on biomass pyrolysis in JMP 18. I have 6 target values (e.g., mass yields of the different pyrolysis products) and I want to include the biomass composition and the pyrolysis temperature as experimental factors. For the temperature, I know how I have to include it (steady factor with lower and upper boundary). The biomass composition should be divided into 4 ...

    jgrafmu2 jgrafmu2
    Discussions |
    Jan 19, 2025 11:30 PM
    320 views | 3 replies
  • How do I save the output report statistics of Neural predictive model performance? because they change every time I open the neural report.

    I know that I can save the formula to predict the responses but to evaluate the model I need to keep the model statistics, and it changes every time I open the neural report. If someone can provide me with some guidance, I need to be able to open the neural report more than just once. 

    Ayman_Aljazzar Ayman_Aljazzar
    Discussions |
    Jan 19, 2025 1:24 AM
    215 views | 1 replies
  • Replace Head() ?

    In the Scripting breakout room of Discovery Summit 2024 we just discussed if there is a JSL function to replace the head of an expression. Something likeReplace Head(myExpression, Expr(original head()), Expr(new head()));edit: Expr(original head())

    ... to convert original head(args)intonew head(args)In this context, one might think of Substitute. Besides replacing stringsSubstitute ("hello", "h", "...

    hogi hogi
    Discussions |
    Jan 18, 2025 1:43 AM
    1195 views | 8 replies

Latest Discussions

  • How do I save the output report statistics of Neural predictive model performance? because they change every time I open the neural report.

    I know that I can save the formula to predict the responses but to evaluate the model I need to keep the model statistics, and it changes every time I open the neural report. If someone can provide me with some guidance, I need to be able to open the neural report more than just once. 

    Ayman_Aljazzar Ayman_Aljazzar
    Discussions |
    Jan 19, 2025 1:24 AM
    215 views | 1 replies
  • Slicing Associative Arrays?

    Fox matrix indexing, one can use 0 and get a full slice:m = [ 1 2 , 3 4]; m[0,1]; // [1, 3]  For Data tables this works as well: test = new table("test",
    add rows(10),
    new column("col1",Character, set each value({"A","B","C"}[random integer(3)])),
    new column("col2", set each value(random uniform(5)))); test[4,0]
     For lists of lists, this is not possible: list= {{"A", 3},{"B", 5}}; list[0,1]Sure, the...

    hogi hogi
    Discussions |
    Jan 17, 2025 10:52 PM
    381 views | 4 replies
  • JSL fetching records 3x from SQL database

    Hiya guys!  I'm querying a boat load of historical data and I've noticed that the fetching rows pop up counts up to about 3x the number of rows that load (number of rows that load is approx. correct).  I'm getting data 1 month at a time (it breaks if I ask for more) and the data logger runs just over 1Hz which means I should get around 2.5e6 rows at a time but the system says it fetches 7.5e6 rows...

    zathe zathe
    Discussions |
    Jan 17, 2025 5:17 AM
    1353 views | 1 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    338 views | 0 replies
  • Abbrev Date - Formats?


      Format( Today(), "Format Pattern", "<YYYY>-<MM>-<DD>" )

    hogi hogi
    Discussions |
    Jan 16, 2025 9:20 PM
    465 views | 4 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    338 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    285 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    270 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    284 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    231 views | 0 replies
view all discussions