JMP 18 crushes
Hello, sometimes it happens that JMP 18 crushes and if I have not previously saved my files I loose everything. Is it possible to recover unsaved files? Thank you BR Camilla
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHello, sometimes it happens that JMP 18 crushes and if I have not previously saved my files I loose everything. Is it possible to recover unsaved files? Thank you BR Camilla
I have a table (here simplified and called “TestBug.jsl” attached ) that is used to generate some random numbers and then make a calculation based on the table variable, let call this my “simulator table” as each time i re-calculate it this would be one simulation that i want to repeat many times. then i have the following script to automate running the same simulation many times with different ...
I have a set of data with already determined results. I want to use the known determination conclusions to infer what combinations of AB data_before can achieve the highest and lowest probabilities of passing the test.
Names Default to Here(1);
Query = current data table();
Query_piv = (Data Table( "SO Query" ) << Tabulate(
Add Table(
Column Table(
Grouping Columns( :Year, :Week ),
Analysis Columns( :QTY Ordered )
),
Row Table(
Grouping Columns( :Item, :Item Description, :Channel, :Product Type )
)
)
));
Query_tab = Query_piv << Make Into Data Table;
Query_piv << close window;
Col_Start =...
Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...
Hello, sometimes it happens that JMP 18 crushes and if I have not previously saved my files I loose everything. Is it possible to recover unsaved files? Thank you BR Camilla
I have a set of data with already determined results. I want to use the known determination conclusions to infer what combinations of AB data_before can achieve the highest and lowest probabilities of passing the test.
Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...
Add dense ranking to Ranking Tie and Col Rank functions
Col N Categories (:green_heart:)
new in JMP19 : New in Graph Builder for JMP 19
very helpful : )
Details you should be aware of:
1) excluded rows are not included in the calculation
[ very useful, along the idea of Formula Editor: meaningful results with excluded rows ,
nevertheless: somewhat inconsistent, in view of the behavior ...
In Graph Builder, users do not need to drag a value onto the y-axis in order to create a bar graph.
Without specifying a Y value, JMP will count -- or calculate an aggregate value.
Which one? For some of the settings, this depends on the version of JMP being used.
comparison JMP18 vs. JMP19:
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
Variab...
very simple tasks - JMP says NO.
TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
- screenshot | OCREdit Pane allows for text copy even if no edit
...
When conducting Reliability Growth analysis in JMP (version 18), the confidence level is defaulted as 95%. How can I change it to other level, e.g., 80%? Thanks.
Dear all
I am assigned a task to perform recurrence analysis on our data.
The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...
Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression? I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important
In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:
Is there a hidden option which does the same trick for Tables/Update?
great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
-> default option "suppress formula evaluation"?
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
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...