RE: Statistical Layer for Digital Twins
Has anyone worked with JMP to build the Statistical Layer for Digital Twins? I need a firm to do that for my bid to the Gov't.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHas anyone worked with JMP to build the Statistical Layer for Digital Twins? I need a firm to do that for my bid to the Gov't.
I am using JMP Pro 17.2 and have compiled a JMP journal and would like the data table embedded. I used the Copy Table Script option as detailed in the Help menu: https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/manage-links-in-shared-journals.shtml I have set the table script to run in the journal through a Script Button by pasting the table script in the Set Script option for the bu...
Hello!I am trying to compare two mixed effect models with AIC (or AICc) values. When generating AIC values for model comparison of mixed effect models, I've seen (at least in R) that one must switch from Restricted Maximum Likelihood Estimation (REML) to Maximum Likelihood Estimation (ML). How do I do this in JMP? I am using JMP 15 Pro provided through my work. Thank you! Info for this procedure ...
Hello,I am trying to multiply certain rows based on their other properties. For example, I want to multiply the chance of having the same first and last name.How can I do this in code?Thank you.
Hello, I am trying to automate setting spec limits for a column. It seems that this process is easily done using a hard coded value, but doesn't work when you input the spec limit as a variable. So this works:Column(4) << Set Property("Spec Limits", {LSL(0), USL(1), Show Limits(1)});
But this does not:lowerLimit = 0;
upperLimit = 1;
Column(4) << Set Property("Spec Limits", {LSL(lowerLimit), USL(
...
Hello,I am trying to multiply certain rows based on their other properties. For example, I want to multiply the chance of having the same first and last name.How can I do this in code?Thank you.
I saw this Rule30 in the video.https://mathworld.wolfram.com/Rule30.html It must be complicated. Thanks Experts!
Hi, Is there a way to add hyperlinks to the table box rows?Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible );
New Window( "", dtb = Data Table Box( dt ) );
:Latitude << Set Property(
"Event Handler",
Event Handler(
Click(JSL Quote(
Function( {thisTable, thisColumn, iRow},
Web(
"https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," ||
Char(
...
Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python. Anyone have any luck doing this? I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working. # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...
I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable). Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...
嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。
I have a .oasis file that contains layout data for a semiconductor die layout. Is it possible to load this file and view the layout in jmp 18? Similar to a Map file? Would then want to overlay defect location data on top of the die layout diagram.
Hello! I appreciate your help in advance! I am currently trying to figure out the proper way to analyze my data! I had used the DOE feature of JMP to create this fraction factorial of 24 runs for m experiment. The goal is two screen which categories have the most effect on the success rate. I had initially use the response screening option to analyze my results, when I did that none of my values...
I'm using Cox Proportional Hazards modeling to evaluate the effect of 5-6 baseline variables on overall survival (OS) in a breast cancer dataset. Beyond evaluating the main effects of these covariates, I'd like to assess interactions between baseline variables. I've been using the "Cross" button to add these interactions to my model (e.g. ECOG status * Age). However, I could use some help determin...
I ran into some issues when running one older script using XPath. I got error message "Excessive depth in document: 256 use XML_PARSE_HUGE option". So how can that option be enabled? I found old post where someone has faced the same issue but there is no solution (question wasn't about this issue) Scripting Y Axis to be Log scale .
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Wafer Stacked.j
...
Join the JMP Scripters Club Learning Sessions, led by Scripter experts from different industries, to...
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-regression-anova-20f...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Do you need to formulate drug products to match a specific dissolution profile? Do you n...