cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to script changing column data type to Numeric when the rows are a mix of string and numbers

    I have a data column where some rows are string and some rows are numbers.  When I manually convert the Data Type from Character to Numeric, the strings disappear leaving only the text rows.  This is the exact result I would like to replicate via JSL.  However when I run a script that performs the same functions it does not change the Data Type for the column.

    Attached is a screen recording showing...

    user8421 user8421
    Discussions |
    Jun 17, 2020 11:23 AM
    7775 views | 2 replies
  • Graph Builder: How To Make Row Labels Appear Above Error Bars?

    I have a bar chart in graph builder with "label by row" turned on. I'm also using custom error bars. The issue is the error bars lay over the label making the label hard to read. For one of my labels I added a period and a paragraph space. This worked for that particular label since the period was hidden by the error bar. However, it does not work with all of them as the error bar is not high enou...

    Shelsi Shelsi
    Discussions |
    Jun 17, 2020 5:45 AM
    2364 views | 1 replies
  • Datenpunkte in Graphbuilder beschriften?

    Hallo zusammen,   wie kann ich beispielsweise Datenpunkte im Graphbuilder beschriften? Ein Beispielbild befindet sich im Anhang. Ich möchte zu jedem Punkt in der Grafik noch die entsprechende Chargennummer angezeigt haben.   Vielen Dank.  

    JohannesENS JohannesENS
    Discussions |
    Jun 17, 2020 12:10 AM
    2275 views | 2 replies
  • How to get all columns into JSL Combine Columns()?

    The question is about Combine Columns().From Scripting index, I can find below example.Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" ); dt << Combine Columns( delimiter( "," ), Columns( :Brush After Waking Up, :Brush After Meal, :Brush Before Sleep, :Brush Another Time ), Selected Columns are Indicator Columns( 1 ), Column Name( "When to Brush" ) );My ...

    steven_gong steven_gong
    Discussions |
    Jun 16, 2020 11:43 PM
    3108 views | 2 replies
  • Connecting data points using JSL

    Hi I am trying to connect data points within a graph in certain order (like creating diamond plot etc.). When I connect manually using line and export the script, I see that it used line function with (X,Y) coordinate. Can anyone please help me with1. I assume those (X,Y) are frame coordinate?2. Given 1. is true, How do I find out those (X,Y) using JSL? More specifically, need to know the syntax o...

    hrkhan hrkhan
    Discussions |
    Jun 16, 2020 9:21 PM
    5200 views | 8 replies

Latest Discussions

  • Graph Builder: How To Make Row Labels Appear Above Error Bars?

    I have a bar chart in graph builder with "label by row" turned on. I'm also using custom error bars. The issue is the error bars lay over the label making the label hard to read. For one of my labels I added a period and a paragraph space. This worked for that particular label since the period was hidden by the error bar. However, it does not work with all of them as the error bar is not high enou...

    Shelsi Shelsi
    Discussions |
    Jun 17, 2020 5:45 AM
    2364 views | 1 replies
  • Interpreting Mixed Model

    Hi All, Several questions regarding linear mixed models.1) In the "Fit Mixed" personality is there a way to get the prediction expression (Y=Bx+Zu+E), I can get it from other model personalities but can't find it in the "Fit Mixed" personality2) I am looking at swimming performance in fish, I have two continuous fixed effects and their interaction fit against a continuous response with individual ...

    Stephen2020 Stephen2020
    Discussions |
    Jun 16, 2020 12:48 PM
    1712 views | 1 replies
  • How to compare paired data sets include the variation on the samples

    Feeling i meeting the wall with comparing these two methods I'm testing.I have 2 methods (1 and 2) both analysed on the same sample. For both methods triplicates have been measured for each sample. So now I want to compare method 1 vs 2 including the know variation to see if statistically significant?    

    ANLUN ANLUN
    Discussions |
    Jun 16, 2020 10:57 AM
    2615 views | 2 replies
  • Don't understand difference between Number of runs and replications

    Hello,I am trying to design a sugarcane fertilization experiment with 4 levels of nitrogen, 3 levels of phosphorus, and 3 levels of potassium in a fractional factorial design. I got this design with 12 runs :Can I use only 12 plots (= to 12 runs) or should use replications (3 or 4 replications) of the 12 runs ? Thank you for your help. 

    moughli moughli
    Discussions |
    Jun 15, 2020 9:35 AM
    4795 views | 5 replies
  • Converting line and/or bar graphs into tables

    Hi All, I was wondering is there any option in JMP to convert line and/or bar graph into tables that can be used for further analysis? Your suggestions / thoughts / comments would be highly aprreciated and helpful. Thanks in advance.Jitendar

    Jitendar Jitendar
    Discussions |
    Jun 15, 2020 8:43 AM
    6211 views | 6 replies

Latest Discussions

  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1172 views | 0 replies
  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4432 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2037 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1883 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1558 views | 0 replies
view all discussions