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

  • Satisfiability Modulo Theories (SMT)

    Hello,is there any support for "satisfiability modulo theories" in JMP or are there any Solvers available to help Software developers create software testing plans?Best Olaf

    Olaf Olaf
    Discussions |
    Jul 5, 2024 7:59 AM
    1252 views | 3 replies
  • Fonction Loc

    Bonjour à tous, Dans une table de données, j'ai deux colonnes : Numéro & CodeEn utilisant la fonction "Loc" je cherche des indices dans la table de données. Names default to here(1); dt = current data table(); VALEUR = Loc( dt[Row(), "Numéro"], 1); // VALEUR1 = Loc( dt[Row(), "Numéro"], 1) & Loc( dt[Row(), "Code"], "A") ; Comment peut-on appliquer la fonction "Loc" avec une double condition (j'...

    hcarr01 hcarr01
    Discussions |
    Jul 5, 2024 2:44 AM
    1171 views | 2 replies
  • How does this CMD command run with JSL?

    CMDreg export "HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files" c:\1\abc.reg /yrun program(executable("cmd.exe"),options({"reg export \!"HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files\!" \!"c:\1\abc2.reg\!""}));//?? This code works in CMD.But how to write JSLThanks!
    Like this JSL is executable...

    lala lala
    Discussions |
    Jul 4, 2024 5:44 PM
    1509 views | 5 replies
  • Measurement Errors & Yield Loss: assigning relative measurement error and computing measurement absolute errors for multiple columns

    I want to estimate the absolute and relative error for a yield loss calculation that involves 10 input measurements and 15 output measurements. Think error propagation that you may have learned in chemistry lab... When is calculated yield loss < our measurement accuracy = can be ignored?

    Yield.Loss = sum(inputs)-sum(outputs) (this can be 100's of tonnes/month for a large processing facility...)

    The ...

    markschahl markschahl
    Discussions |
    Jul 4, 2024 2:46 AM
    1073 views | 2 replies
  • How to insert text in frames in fit curve platform with Group and By variables (JMP 18)

    Hi all! I want to insert a text in frames in the fit curve platform using a Group and a By variable via JSL (JMP 18).Therefore I tried the following code, but it doesn't work:Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); obj = dt << Fit Curve(Y(:weight), X(:height), Group(:sex), Fit Linear, By(:age)); robj = obj << report; (robj << XPath( "(//OutlineBox[text()='Fit Curve']/...

    PolygonStallion PolygonStallion
    Discussions |
    Jul 4, 2024 12:15 AM
    1339 views | 4 replies

Latest Discussions

  • Measurement Errors & Yield Loss: assigning relative measurement error and computing measurement absolute errors for multiple columns

    I want to estimate the absolute and relative error for a yield loss calculation that involves 10 input measurements and 15 output measurements. Think error propagation that you may have learned in chemistry lab... When is calculated yield loss < our measurement accuracy = can be ignored?

    Yield.Loss = sum(inputs)-sum(outputs) (this can be 100's of tonnes/month for a large processing facility...)

    The ...

    markschahl markschahl
    Discussions |
    Jul 4, 2024 2:46 AM
    1073 views | 2 replies
  • Darshan Hiranandani : How can I enable line connections between data points in the graph builder tool?

    Hi everyone,I'm Darshan Hiranandani, I'm using a graph builder tool and I'm trying to enable line connections between data points for better visualization. Could anyone share how to do this or any tips on using the tool effectively?  RegardsDarshan Hiranandani  

    darshanhira23 darshanhira23
    Discussions |
    Jul 3, 2024 5:17 AM
    861 views | 2 replies
  • Possible Trend Analysis

    Hello! I have compiled some data regarding QC of some our materials. I wanted to see if it was possible JMP to analyze data like pH, slope, absorption etc. and see nay common trends in multiple samples.  We have about 8 samples for which we have about 6 continuous factors for each of the samples  Looking forward to responses !

    MedianPuppy4982 MedianPuppy4982
    Discussions |
    Jul 2, 2024 7:16 PM
    1086 views | 2 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    767 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    536 views | 0 replies

Latest Discussions

  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    767 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    536 views | 0 replies
  • Questions about Calculating Confidence Intervals in "Agreement within Raters" - Attributive Analyses

    Hello everyone, I am currently analyzing "Agreement within Raters" and would like to better understand how these confidence intervals are calculated. My main questions are:What steps or methods are used to calculate confidence intervals in "Agreement within Raters" of Attributive analyses?Which statistical distribution is typically used for these calculations? Could anyone recommend some literatur...

    DToniato DToniato
    Discussions |
    Jun 26, 2024 6:03 AM
    639 views | 0 replies
  • Creating a biomarker combination variable

    Hi. I want to analyze how well two biomarkers work together in the detection of diseased from healthy and compare the combination to the single markers. I have previously done such analysis in SPSS using binary logistic regression and then simply running ROC-analysis for single markers and combination. With JMP I cannot find how to combine two biomarkers using a logistic regression analysis. Could...

    kahuhti kahuhti
    Discussions |
    Jun 25, 2024 11:56 PM
    594 views | 0 replies
  • Q-K mixed model using plink files

    Hello,Please I need help to run Q-K mixed model analysis. I have flat and binary plink files. I tried to generate a .sas7bdat file with letters in genotypes. I tried to run a kinship matrix but it didn't look good (a lot of empty boxes/ In genotype columns, non empty boxes have 1/1 as a value). When I try to run any analysis, I got errors. I recoded genotypes in my raw files to 0, 1 and 2 but stil...

    Imane-Morjane Imane-Morjane
    Discussions |
    Jun 24, 2024 11:41 PM
    499 views | 0 replies
view all discussions