HTTP Request (XML)
I want to send a XML based HTTP Request via SOAP to a web server.Can I do this in Jmp?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI want to send a XML based HTTP Request via SOAP to a web server.Can I do this in Jmp?
Hi all,I have made a custom DOE and have been analysing my data first step-wise to identify important effects then standard least square to find significant effects. I could see the following significant effects:I then checked the Lack of fit, which was also okI then looked further down through the parameter estimates and saw a lot of red values for the parameter estimates. What does this mean for...
Is there a command to get the decimal separator defined for the current Jmp installation (on Windows)? Via Preferences[1] << Get();
I just get the custom locale settings, which are empty if the setting is "default".Custom Locale Settings(
Decimal Separator(),
Thousands Separator(),
Currency Decimal Separator(),
Currency Thousands Separator()
)
Hi allI want to add a section in my script, that create a subset by looking at each row in a column (which are all numbers), find the matched rows and create the subset. and do it only once for a particular value. like if it is 200 in first row, after creating the subset, when in the loop it find another 200, ignores itI wonder if it is doable in JMP?Thanks
Hi, I am creating a multi-tabbed dashboard based on the script given in the following discovery talk: https://community.jmp.com/t5/Discovery-Summit-Americas-2021/One-Multi-tabbed-Filterable-Dashboard-2021-US-30MP-803/ta-p/398667 The script used to combine several dashboards is the following: dashes = Find All(Reports);
tb = Expr(Tab Box());
For(i = 1, i<= N Items(dashes), i ++,
tabPage = Ex
...
Hi all,I have made a custom DOE and have been analysing my data first step-wise to identify important effects then standard least square to find significant effects. I could see the following significant effects:I then checked the Lack of fit, which was also okI then looked further down through the parameter estimates and saw a lot of red values for the parameter estimates. What does this mean for...
Hi allI want to add a section in my script, that create a subset by looking at each row in a column (which are all numbers), find the matched rows and create the subset. and do it only once for a particular value. like if it is 200 in first row, after creating the subset, when in the loop it find another 200, ignores itI wonder if it is doable in JMP?Thanks
One line I've seen mentioned regarding DSDs is that for any 6-factor experiment, the full response surface can be fitted within 3 factors. However, one of the tradeoffs of DSDs is that two-factor interactions are correlated with other two-factor interactions and quadratic terms, despite none of them being confounded. If I'm understanding this correctly, this at least allows us to estimate the two-...
Hello,If there have a data table like below, how can i using scripts to concat equipmentId and stage_num to new columns with each step?Thanks.
Hi, I'm wondering if there is study management API for making a study as current study in JMP clinical. The "JMPClinicalBatchConfiguration" seems relevent here but I do not know how to set up.Best,Baoyue Li
Hi, I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up Has anyone experienced the same problem? Emmanuel
Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.
HI, I want set Scale Values in Graph Builder use Col Quantile function, but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder(
Size( 839, 726 ),
Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Pr
...
Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog. We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1: https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...
@PatrickGiuliano , As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x): can be iterated ? Y Function(N, x);
For(i = 1, i <= N Col(xm), i++,
ym[i] = Min(Normal D...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...