script automatique
Bonjour, est-il possible de faire un script sous JMP qui se lance automatiquement toutes les n minutes ? (JMP 17)
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesBonjour, est-il possible de faire un script sous JMP qui se lance automatiquement toutes les n minutes ? (JMP 17)
I've made the attached plot and want to connect the markers for each year with a line. The dataset is also attached. Any advice is appreciated.
Hi.Im plotting data using Fit Y by X.I would like to plot a pre-known quadratic as a reference line (rather than fitting one to the data shown). I can see how this would be done for a linear fit using Fit Special, linear, then constrain the intercept and slope to what ever values, but when selecting quadratic (or higher orders) from the drop down box it doesnt give you somewhere to input the extra...
bjr, j'ai ce fichier excel avec 2 colonnes date. quand j'importe directement dans Jmp, la prévisualisation donne ceci:quand j'importe, j'ai ceci:si je passe par un script comme ceci:Names Default To Here( 1 );
dt1 = Open(
"/E:/Pb date.xlsx",
Worksheets( "Feuil1" ),
Use for all sheets( 1 ),
Concatenate Worksheets( 0 ),
Create Concatenation Column( 0 ),
Worksheet Settings(
1,
...
This is what happens after reading binary files with JSL:It's segmented by 12 bytes
b = Load Text File( "……\abc.spr", blob() );Thanks Experts!
bjr, j'ai ce fichier excel avec 2 colonnes date. quand j'importe directement dans Jmp, la prévisualisation donne ceci:quand j'importe, j'ai ceci:si je passe par un script comme ceci:Names Default To Here( 1 );
dt1 = Open(
"/E:/Pb date.xlsx",
Worksheets( "Feuil1" ),
Use for all sheets( 1 ),
Concatenate Worksheets( 0 ),
Create Concatenation Column( 0 ),
Worksheet Settings(
1,
...
This is what happens after reading binary files with JSL:It's segmented by 12 bytes
b = Load Text File( "……\abc.spr", blob() );Thanks Experts!
Hi
I´m quite new to JMP Pro and therefore not very familiar with how to deal with the following:
(I have also inserted the <JSL> below)
I have investigated 3 parameters of a fermentation in different combinations (my DoE)
and quantified the protein concentration (that is my response variable).
Is it possible to see what parameters are the most significantly affecting the protein concentration?
...
Here is some code that throws this error. Why is it happening? I don't have a clue.
//Fan Statuses vs. Occupancy graphs
For( j = 1, j <= N Items( var ), j++, //Outer loop to cycle within list of variables
v1 = Char( "Time " || var[j] || "_FanStatus" );
v2 = Char( var[j] || "_FanStatus" );
obj = Graph Builder(
Size( 1400, 800 ),
Variables(
X( Column( v1 ) ),
X( :Time Final, Posit...
Hello, I am receiving dozens of warnings in the log file which seem to come from Dispatch not being addressed as desired. I use JMP 16.0.0. Here is an example to illustrate the issue. My real application is more complex with several individual Dispatch commands to the charts. dt = Open("$SAMPLE_DATA\Big Class.jmp");
dt:age << SetModelingType("Continuous");
dt << VariabilityChart(
X(:sex),
Y(:...
I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...
If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!
HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...
Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas? Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.
ron_horne
Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...