compare results
Hello,
How can I perform a statistical test in JMP to ensure that the results obtained from different classification methods are not due to randomness after obtaining various results?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hello,
How can I perform a statistical test in JMP to ensure that the results obtained from different classification methods are not due to randomness after obtaining various results?
A binary file has a tabular data.
It has 144 bytes per line,
The first column is an 8-byte millisecond timestamp,
Each subsequent column is split by 4 bytes.
The key is that the following is only to extract the data of some columns.
I wrote a JSL that can read data, but it is slower.
Ask an expert to help fix it.co = 144;
bb = Load Text File( file, blob() );
gs = 9;
m = 0;
g = 1;
k = 1;
ar = [];
ar = J(
...
Hello,I'm trying to build a design using the DOE custom design platform. I have three categorical factors (G, L, and Z) to consider, with one nested within another. Ultimately, the model I want to run is Y = G + L[Z] + Z + e. However, my primary goal is to ensure that the number of replications of G is balanced within Z, and that the number of runs is balanced across my L factor.By using the "Di...
I set a column with Link ID on one table and tried to use that as a reference in another table, but the option is greyed out for me.The column in the reference table has unique values. The only difference was that the datatype of the column in the main table was continuous, but I change it to nominal to match the reference table.Any insight as to what I might be doing wrong? Thank You
Sometimes my error bars line up and sometimes they do not. I am not changing anything in the script, it is always the same. But if I have a bunch of bars they are more likely to not be aligned. These ones specifically (highlighted in yellow) are super far away from the bar they are supposed to be showing the error for (purple) what causes this and how do I fix it?
Hello,
How can I perform a statistical test in JMP to ensure that the results obtained from different classification methods are not due to randomness after obtaining various results?
A binary file has a tabular data.
It has 144 bytes per line,
The first column is an 8-byte millisecond timestamp,
Each subsequent column is split by 4 bytes.
The key is that the following is only to extract the data of some columns.
I wrote a JSL that can read data, but it is slower.
Ask an expert to help fix it.co = 144;
bb = Load Text File( file, blob() );
gs = 9;
m = 0;
g = 1;
k = 1;
ar = [];
ar = J(
...
Hello,I'm trying to build a design using the DOE custom design platform. I have three categorical factors (G, L, and Z) to consider, with one nested within another. Ultimately, the model I want to run is Y = G + L[Z] + Z + e. However, my primary goal is to ensure that the number of replications of G is balanced within Z, and that the number of runs is balanced across my L factor.By using the "Di...
I set a column with Link ID on one table and tried to use that as a reference in another table, but the option is greyed out for me.The column in the reference table has unique values. The only difference was that the datatype of the column in the main table was continuous, but I change it to nominal to match the reference table.Any insight as to what I might be doing wrong? Thank You
Sometimes my error bars line up and sometimes they do not. I am not changing anything in the script, it is always the same. But if I have a bunch of bars they are more likely to not be aligned. These ones specifically (highlighted in yellow) are super far away from the bar they are supposed to be showing the error for (purple) what causes this and how do I fix it?
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...
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(
...
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...
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...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...