How to open a file directly on the public network server?
Thanks!serverIP = "999.888.38.99";
serverfilepath = "C:\3\123.json";
serverusername = "Administrator";
serverpassword = "test";
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Thanks!serverIP = "999.888.38.99";
serverfilepath = "C:\3\123.json";
serverusername = "Administrator";
serverpassword = "test";
Hi all, how can i make it such that whenever i click a button i placed in a journal it will run the script that is located in another folder.Using a test script below i am able to successfully open script in another folder. This is on JMP16. Names Default To Here( 1 );
Clear Log();
Dir = Get Default Directory();
file_name = "JMP script/Load_PD.jsl";
file_path = Char(Dir || file_name);
Open(fil
...
I'm trying to use JSL to send emails as part of a data retrieval query. How do I embed a data table or Journal table into the body of my text message?Thanks
I have got the license file, where do I find a non-trial version JMP 17 so I can install it?
The following works for the data table "allData"Data Table( "allData" ):sTest << Set Property(
"Value Order",
{Custom Order({"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}),
Common Order( 0 )}
);
but the following does not- where am I going wrong?myList = {"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"};
Data Table( "allData" ):sTest << Set Property(
"Value Order",
{Custom Order(myList),
Common Order(
...
Thanks!serverIP = "999.888.38.99";
serverfilepath = "C:\3\123.json";
serverusername = "Administrator";
serverpassword = "test";
I'm trying to use JSL to send emails as part of a data retrieval query. How do I embed a data table or Journal table into the body of my text message?Thanks
Hi community, I have two small questions about trying to correlate a continuous numeric variable with other variables that are not quantitative in nature: 1) The first case concerns a likert scale. How to correlate a continuous variable with a second variable which is a likert scale (preference scale from 0 to 5 for example)? > can I use Multivariate platform and display spearman coefficient to me...
MANOVA statistics such as Pillai's trace and Wilks' lambda are not shown in a MANOVA report, when there are only two levels in the predictor variable. Is there a way to get these statistics? Thanks!
Hi,I have working on an optimisation problem and have performed some PCA on the dataset. The top seven principal components explain about 80% of the variance. I was hoping to plan a DoE using these top seven principal components as variables. However, a colleague has indicated that this is rubbish as the later principal components explain comparatively little variance versus the earlier ones an...
Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
Is there a feature beh...
hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot. according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...
Which GoF statistic is best to use (Pearson or Deviance) when the results disagree? Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0
The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...
I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...