Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:
how i would like it : The script that i use is this :
gb1 = Expr(
Graph Builder(
Size( 635, 338 ),
invisible,
Show Control Panel( 0 ),
Variables( X( :Time Point Mont...
Besides the question is in spec(value) --- for a single parameter.
If there are several parameters with spec limits there could be sets with multiple spec violation (fail A, fail A+B , fail A + K ... fail K, pass) ... is there a possibility to define a prioritization of yield detractors in JMP? device 1 failed due to spec A - subsequent spec's do not have to be tested anymore.
-> In total x% of th...
I want to write an efficient script that will take as an input a JSL expression and:Find an argument in that expression that has a specific expression headSubstitute that argument with a modified version of that argument Example: I have this expression my_expr=Expr(...
Fit Model(
Y( :y ),
Effects( :Drug, :x ),
Personality( "Standard Least Squares" ),
Emphasis( "Effect Leverage" ),
Run(
:y << {S
I have a table column that contains a variable quantity of spaces in each cell. I want to collapse those to a single space. I presume regex can eliminate those but I've never applied regex outside a column formula. Is this even the best approach and if so, how do I achieve it?
I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:
how i would like it : The script that i use is this :
gb1 = Expr(
Graph Builder(
Size( 635, 338 ),
invisible,
Show Control Panel( 0 ),
Variables( X( :Time Point Mont...
I currently have a material made using 100% of expensive factor A. I want to replace some of A with cheaper factor B but I'm not sure what the optimal ratio would be to achieve the same performance when using 100% of factor A. I believe I need a minimum of 50% factor A. How could I design a series of experiments using JMP (pro 18) that try to optimise this ratio so I can remove most of the expens...
Hello everyone, I am taking a Stability Analysis Course of JMP (https://community.jmp.com/t5/Stability-Analysis/Stability-Analysis-Course/ta-p/703300) in order to perform a stability data analysis and identify trends. In one of the course exercises, I came across a table (Attached to the message) that includes columns for slope and confidence/ tolerance interval boundaries. I would like to cre...
I am very new to the JMP program and I was assigned to translate this code into Python. I don't understand what is this function used for so I can't completely convert the code to Python.
col_string = ":FPC 1,:FPC 2,:FPC 3,:FPC 4,:FPC 5,:FPC 6,:FPC 7,:FPC 8,:FPC 9,:FPC 10";
// generate and evaluate a string that defines the Gen Reg Model for all FPCs
Eval(
Parse(
"GenRegFit = dT << Fit Mod...
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...
This Club is is a participant-driven meeting designed to encourage attendee involvement and kno...
JMP Student Edition 19 has just been released and is packed with exciting new features. This webinar...
Jump into Control Charting Date: Wednesday, December 3Time: 1:00 – 2:30 p.m....
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...