how to output a smoothed line to csv file?
How can a smoothed line be output to a csv file? Is it possible to view the equation used to smooth the line?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHow can a smoothed line be output to a csv file? Is it possible to view the equation used to smooth the line?
Anyone ever generate a script to colour cells that pass
dt = Current Data Table();
// Get all numeric columns
colList = dt << get column names( numeric, string );
foundCols = "";
// Loop across the columns and generate the test pass/fails
Try(For( i = 1, i <= N Items( colList ), i++,
spec = Column( dt, colList[i] ) << get property( "Spec Limits" );
//Establish the Notes Value from the Parent ...
New jmp user here. I have a large text file with data on every 10th row starting on line 6. My column headers are on line 4 and I want to use fixed width fields, but it shifts the first 3 headers to the right when I select my own column width.
I saw the below very inspiring talk from Steve Hampton, about saving clicks, and have since then made myself a number of time-saving toolbar scripts. One thing I do repeatedly is "save script to data table" whenever I think I made a nice graph, to prevent myself from destroying it when trying to refine it. Every save takes me a handful of clicks. Tried to make a script for that, but no success. ...
Hi JMP Community I have a dataset that is only partially filled out with batch numbers. My goal is to make a dataset containing one row pr. batch. I can calculate how many rows are needed by comparing the first and last batch numbers. As seen in the example I would need a dataset with 30 rows as the first batch no. is 7 and the last is 37. In the batch name, the 3 first and 2 last digits should ...
How can a smoothed line be output to a csv file? Is it possible to view the equation used to smooth the line?
I have somehow generated a nested list of columns due to them having been initially grouped. I would like to remove the nesting to have a continuous list of columns I can act on. Instead of {{:A, :B, :C}, (:D, :E, :F}}, I would like to get to {:A, :B, :C, :D, :E, :F}
We used Easy DOE from JMP 17 to generate a 5 factor/3 response design with 4 continuous (2 level) and 1 categorical (2 level) RSM with 36 runs. Q1: Within the 36 runs there are 3 sets of duplicates. Is this a problem? We assume that since JMP designed it = no, but wanted to check for a better explanation. Q2: Is there a way to perform a "Design Evaluation" of the Easy DOE generated design? In the ...
Hey, I'm new to JMP scripting, but somewhat used to python language. I'm trying to achieve the following with my dummy test table below: 1) Cycle through all rows (both before and after the row) and do calculations only on those rows where Cuvette == 11, remaining rows where Cuvette != 11 the "Output" can be set to NA or whatever. 2) The calcuation itself is between two separate rows. In rows w...
I was testing my data for unequal variance and got different results from the Bartlett, Levene, and Brown-Forsythe. The Bartlett Levene p-value said you can reject the null hypothesis that the variance are the same. The Brown-Forsythe said you cannot reject the null hypothesis. Which test should I believe or is the test inconclusive?
Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.
Hello, I am a user of JMP Live.
I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...
Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
the url looks like format below. If you do, can you share some script lines how to connect to the url at least?abfss://filesystemname@accountname.dfs.core.windows.net
Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...
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...
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...