cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Linear regression with categorical X axis and ANOVA analyses

    Hola everyone, I am pretty new to JMP Pro and I have a couple of questions:1. I am having problems finding how to do a linear regression when the X axis is categorical. I have a dataset of leaves of 9 different age classes (15 to 30 sampled leaves for each leaf age class arranged from youngest to oldest age class as follows: Y1, Y2, Y3, Y/M, M, O, S, O/S1, O/S2), 3 different light conditions (SU, ...

    cchb cchb
    Discussions |
    Nov 13, 2013 2:40 PM
    14376 views | 6 replies
  • In JSL having trouble adding a new column to a newly transposed datatable

    Here is the complete log

    Log output:     Column not found in access or evaluation of 'Bad Argument' Send Expects Scriptable Object in access or evaluation of 'Send' , dt_3 << New Column( "Dev", Character, Nominal, "Source" ) In the following script, error marked by /*###*/ dt_1 = Current Data Table(); cc = dt_1 << Get Column Names; cc[3] << Set Selected( 1 ); For( i = 36, i <= 58, i++, cc <<...

    shankyjain shankyjain
    Discussions |
    Nov 13, 2013 1:09 AM
    10867 views | 4 replies
  • In JSL how to save New Window HList Box multiple Bivariate plots as a script in datatable

    In manual plotting, I usually plot a multiple bi-variate plot and use the option "save script for all objects" and copy the contents of generated script as a new script within the datatable and save the datatable. This way, next time i can run the script to generate the plot.Now, in JSL i have copied the script generated by "save script for all objects" but don't know how to pass commands to save ...

    shankyjain shankyjain
    Discussions |
    Nov 12, 2013 12:35 AM
    9195 views | 2 replies
  • Insert list of column names into a formula

    Hi,I am using JMP10.  I am trying to create a script to delete duplicate rows of data in a data table.  An example of my attempt is as follows:// Start.// Create data table.dt = open("$SAMPLE_DATA/Big Class.jmp");dt << Select Randomly(5);subdt = dt << Subset(Output Table Name("subset"), Invisible);dt << Concatenate(subdt, Append to First Table);Close(subdt, No Save);dt << Clear Select;// Find and ...

    robot robot
    Discussions |
    Nov 7, 2013 10:06 AM
    10996 views | 5 replies
  • get file size

    I am using JMP 10.0.0 with Windows 7, and would like to use JSL to determine a file size in bytes given a file path. Here is an example structure of what I am trying to achieve, where in JMP 10.0.0 'file size()' is not an option.f_path=pick file();f_size=file size(f_path);Is there a method to determine the file size without openning or loading the file?

    wiebepo wiebepo
    Discussions |
    Nov 4, 2013 4:43 PM
    11607 views | 4 replies

Latest Discussions

  • JMP 11 Mac vs. Windows vs. Parallels

    My PC is about to bite the dust, and our office is increasingly mac-centric.  Before I make that leap, I wanted to get some insight on JMP for Mac vs. PC.According to , JMP 9 for Mac lacked: - Menu customization- Database connect by JSL (maybe this is a MacOS problem, not JSL )Have these been updated for JMP11?There's a significant fee for changing from the PC to the Mac annual license (nearly do...

    afterword afterword
    Discussions |
    Oct 31, 2013 11:29 AM
    5677 views | 3 replies
  • JMP 9.0 (Docking Windows)

    Hi all,

    I just upgraded from JMP 8.0 to JMP 9.0. I am very annoyed by ver 9.0 in which, when I open multiple datasets, they all open in a seperate window. While, in JMP 8.0 I was able to have all the tables/graphs/plots docked in a single window and I can open each file by selecting them in the "window list".

    So, how can I revert back to JMP 8.0 dock settings.

    Thanks!

    engr engr
    Discussions |
    Oct 28, 2013 2:37 PM
    4494 views | 5 replies
  • How to look up a value in a cell.

    Can I assign a value to a variable using a database, a column, and a row?My script, at present, opens a timestamped database of information for my system.  I add a column that declares the last row when a certain valve was open.  I can use Col Max to find the latest overall point when that occurs. I'd like to assign a variable for the Timestamp when that occurs.  Of course I could just make a new ...

    zechariah zechariah
    Discussions |
    Oct 7, 2013 7:19 PM
    5307 views | 1 replies
  • Best method of analysis of multiple dependent variables in JMP

    I need a predictive model for two response variables (that are dependent on each other) and multiple independent variables.  I'm not very statistics-savvy but am comfortable with multiple regression; however, I'm not sure of the best way to approach a problem with multiple dependent variables.  I've been studying some of the approaches (MANOVA, MANCOVA, multivariate multiple regression, structural...

    kcros kcros
    Discussions |
    Sep 24, 2013 11:37 AM
    3222 views | 0 replies
  • Is there a way to represent how a row changes across columns?

    I am looking at how survey responses change over time. Each participant is entered as a row. Is there a way to see how each participant's anwers vary over time? For example, we have a survey that was given annually for 3 years. For yes or no questions (answers coded 1 or 0), I would like know how many people answered 1 the first year, then 0 for the two subsequent years etc.Thank you. 

    hollyg hollyg
    Discussions |
    Sep 20, 2013 2:18 PM
    3307 views | 2 replies

Latest Discussions

  • Best method of analysis of multiple dependent variables in JMP

    I need a predictive model for two response variables (that are dependent on each other) and multiple independent variables.  I'm not very statistics-savvy but am comfortable with multiple regression; however, I'm not sure of the best way to approach a problem with multiple dependent variables.  I've been studying some of the approaches (MANOVA, MANCOVA, multivariate multiple regression, structural...

    kcros kcros
    Discussions |
    Sep 24, 2013 11:37 AM
    3222 views | 0 replies
  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3557 views | 0 replies
  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4125 views | 0 replies
  • Sensitivity and specificity calculation

    Hi every one, Is there any suggestion to directly calculate sensitivity and specificity directly from JMP 9? I read some where there is some plug in or small app needs to be downloaded to JMP for this purpose Any ideasthanksAdil

    adil adil
    Discussions |
    Mar 1, 2013 12:32 PM
    3586 views | 0 replies
  • Chossing between Steel-Dwass All Pairs vs Dunn All Pairs for Joint Ranks

    Hello,I have a time series (five time steps) of samples from a population of the same ~60 individuals, each sample being a haphazardly chosen (i.e. not completely random) subset of the 60. The sample sizes each time ranges from about 15 to up to 50, and the measurement I do for each individual in a sample is a continous variable that goes from 0 to 1.Since the sample sizes are different each ti...

    avamk avamk
    Discussions |
    Mar 1, 2013 11:54 AM
    6264 views | 0 replies
view all discussions