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

  • Set Probability Threshold / Confusion Matrix

    The default probability threshold is set to 0.5.  That can make it difficult to compare models when one has higher specificity and lower sensitivity, but both have similar accuracies and positive predictive values.  How do we change the probability threshold to compare model performance?   Thanks!Aaron 

    AaronNHorvitz AaronNHorvitz
    Discussions |
    May 9, 2017 2:34 PM
    11344 views | 2 replies
  • Data Fitting - Urgent

    Hi, I have a data table with various values. I want to model the following data. The Data set I have are T,U,V,W,X,Y,Z The Equation I want to model is Z^g = a*(T^h) + b*(U^i) + c*(V^j) + d*(W^k) + e*(X^m) + f*(Y^n) Please need help urgently.

    jaykarnik jaykarnik
    Discussions |
    May 9, 2017 11:41 AM
    11282 views | 6 replies
  • Concatenation of multiple tables

    I have found a method in the forum that provided the capability of concatenating tables together. I have tried with a list of existing tables where the starting tables is of the same kind. Does somebody detect my fault?Names Default To Here( 1 ); Clear Log(); Clear Symbols(); Close All(Data Tables, No Save); Close All(Journals, No Save); Close All(Reports,No Save); Path = "C:\Users\u387536\Docume...

    Christian Christian
    Discussions |
    May 9, 2017 6:57 AM
    11808 views | 3 replies
  • ANOVA with multiple repeated measures factors

    I am new to JMP and having a hard time running a repeated measures ANOVA.  The problem is that I have two factors and BOTH are repeated measures.  All of the examples find online show repeated measures ANOVA with one between subjects factor and one within.  Can anyone help? Here is a description.   One group of subjects.  This is a face recognition task with eye tracking.  The dependent variable i...

    ProfCorrow ProfCorrow
    Discussions |
    May 8, 2017 2:49 PM
    18288 views | 18 replies
  • Scripting average of last five points for each row type

    Hi,I am having issues trying to figure out the best way to average only the last five data points for each row identifier using jsl. I tried to set a sequence and then delete the first x points of the sequence, but the issue is that not each row identifier has the same number of rows. The number of identifiers is also subject to change based on the data pull.
    Ex, for the following table I want to o...

    megball megball
    Discussions |
    May 8, 2017 1:46 PM
    8308 views | 4 replies

Latest Discussions

  • How to continue with no Analysis of Variance significance but Parameter Estimates significance

    [interactive explanation] The analysis of responses with a DSD (Definitive Screening Design) resulted in no significance in the Analysis of Variance (p=0.0898) for the "Actual by Predicted Plot" report. But parameter estimates report showed significance (p=0.0321) for one factor. Similar findings are described in the example: http://www.jmp.com/support/help/Examples_of_Definitive_Screening_Designs...

    den den
    Discussions |
    May 4, 2017 4:41 AM
    10800 views | 4 replies
  • Exponential Decay - Fit Curve

    I want the Scale term (a) to =1.0; I'm using FitExponential 2P; can I specify the scale factor somewhere in Fit Curve or do I need to use a different platform?

    hockswender hockswender
    Discussions |
    May 1, 2017 4:50 PM
    5722 views | 2 replies
  • Max value of each row across multiple columns JMP10

    When I run below script in JMP 10, I get an error message that says - argument should be matrix{1} in access or evaluation of 'Loc Max' , Bad Argument ... Looks like data table indexing is a feature in JMP13. What would be the work around in JMP10?dt = New Table( "Untitled",
    New Column( "a", Numeric, Set Values( [1, 33, 1] ) ),
    New Column( "b", Numeric, Set Values( [2, 2, 2] ) ),
    New Column( "c", Num...

    ravi_sasjmp ravi_sasjmp
    Discussions |
    Apr 29, 2017 3:56 AM
    4305 views | 1 replies
  • List of Missing Values

    I am writing a script that determines positional information using lists. It repeats several times for different groups of data, but some of the groups do not contain what I am looking for. This results in a list of missing values {., ., ., ., ., .}.  When there are values in the list, I use List[Loc Nonmissing(List)] to get only the nonmissing values from my list and then N Items to count how man...

    aallman aallman
    Discussions |
    Apr 28, 2017 2:42 PM
    6679 views | 3 replies
  • JMP12 Add-In Folder Moved (Local=>Roaming)

    As I'm migrating some of my JSL scripts from JMP11 to JMP12, they are Add-In's, I've noticed they would not work.  The root cause is that JMP12 is now using the \Roaming folder, where as JMP11 and before used the \Local folder.  Does anyone know why JMP12 Add-In's are now using the Roaming folder?  Same Windows 8 in each case, same PC: JMP11: C:\Users\<myname>\AppData\Local\SAS\JMP\AddInsJMP12: C:...

    djhanson djhanson
    Discussions |
    Apr 27, 2017 2:17 PM
    5392 views | 3 replies

Latest Discussions

  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4255 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3312 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3331 views | 0 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4388 views | 0 replies
  • How to Maintain JMP Graphs Table Layout When Copy and Pasting into Word

    For years I've had to build sets of graphs using the Fit Y by X platform. The graphs are simple: X-axis is always (1) a character, nominal column and (2) a numeric, continuous date/time column. The Y-axis is always numeric, continuous data (bins, registers, parameters). The result is a list of box plot on the left, time trend on the right. There could be many plots at a time. In JMP 12 (and I thin...

    MIKE MIKE
    Discussions |
    Dec 14, 2016 8:48 AM
    4713 views | 0 replies
view all discussions