Saving R-Square values from smoothing spline fit
Hi all, Is there a way to save the R-Square value from the smoothing spline fit in JSL? I'd like to be able to reference it at a later point. Thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi all, Is there a way to save the R-Square value from the smoothing spline fit in JSL? I'd like to be able to reference it at a later point. Thanks!
I have a question on creating a formula to do something in JSL that I do very easily in Excel. If I were to have Column A and I want to generate Column B, I would put a zero in B1 then add the formula: =IF(A2<>A1,IF(B1=0,1,0),B1)into B2 then copy down the column. Is there a formula to do that in JMP? I have tried Lag() but it doesn't give me the results I'm looking for.
I have a series of measurements where in order I have position A, B, C, then again A, B, C and so on.Of interest is whether there is any tendency for values to be biggest/smallest at either A or C position. This is not the case - the fluctuations are just random.Now I'm thinking of how to present the outcome in a suitable graph.I would like to use a line break between each set when plotting the gr...
Dear JMP Community, My question is about a DOE performed on ELISA method.The response is the Absorbance and there are 3 factors which are dilution of different reagents (standard, parameter B and parameter C) - Refer to graph attached to visualize the type of data I have.I’m looking for optimizing the three factors to get a plateau equal to 2 for absorbance. But I would like also to be at “the beg...
Hi everyone, New to the forum. I've been using JMP for a while now and I have encountered my first problem. Maybe it's not a problem to any of you, but I don't know how to run a non-parametric test on a mixed model. My understanding through the fit model platform is that this is a parametric method. However, there is no way to transform my data. I have a response, y, a fixed factor, and a ra...
Dear JMP Community, My question is about a DOE performed on ELISA method.The response is the Absorbance and there are 3 factors which are dilution of different reagents (standard, parameter B and parameter C) - Refer to graph attached to visualize the type of data I have.I’m looking for optimizing the three factors to get a plateau equal to 2 for absorbance. But I would like also to be at “the beg...
Hi everyone, New to the forum. I've been using JMP for a while now and I have encountered my first problem. Maybe it's not a problem to any of you, but I don't know how to run a non-parametric test on a mixed model. My understanding through the fit model platform is that this is a parametric method. However, there is no way to transform my data. I have a response, y, a fixed factor, and a ra...
Hi,I made a script that converts JMP to a csv file and saves it to network PCs using their IP address.dt = Current Data Table();
ToolID = {"G01", "G02", "G03", "G04"};
IP_add = {"10.87.123.456", "10.87.123.789", "10.87.456.789", "10.87.789.123"};
current_pref = Char( Arg( Parse( Char( Get Preferences( Export settings ) ) ), 1 ) );
Pref( Export Settings( End Of Field( Comma ), Export Table Headers(...
I am trying to run a Logit Regression and it has to include a column called "validation" which is just one of two words (half the data points are word type, the other half are another) so it comes up on JMP as nominal. What do I do? Thanks. The data is attached, choice is the dependent and all of ther other variables should be the predictors (including validation column).
Has anyone developed/found a way to convert/share/"compile" JSL into something usable by other languages? Here is my problem. As the developer of the initial code in R&D, I want a way to be able to give researchers code/tools that meet their needs and work with there existing analysis structure (JMP). However, some of these tools get merged into larger suites (for operations/QC, etc) where an exis...
I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors. I need to get JMP Pro before trying out JMP's implementation. I'm doing all the analysis in R at present. Does JMP Pro also include group lasso? I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso. F...
// For a contingency table report, swap the x and y
// currently can swap the mosaic plot only
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
myr = Contingency( Y( :Age ), X( :sex ) );
// Have to have a Contingency Analysis report open
// Can add test to make sure it is open in the future
myr = Current Report();
// taking apart CrossTabBox was easier using XML than JSL
...
I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can be grouped by A1 & a, also can be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1): I use the follow script to change the type of lines:Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
8,...
Hello!
How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...
Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...
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...