cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Easily detect, manage, and convert column units in JMP by downloading Unit Conversion in the JMP Marketplace!
  • Need to analyze data that resides in a database? Register for the April 10 Master JMP webinar to learn how.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Problems with JMP finding R

    I confirmed my "R_HOME" environment variable is set to my most recent R version.
    ##################################
    //:*/
    Get Environment Variable("R_HOME")
    /*:

    "C:\Program Files\R\R-2.12.2\"
    ##################################

    I've also confirmed the InstallPath from HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R also points to C:\Program Files\R\R-2.12.2\ just as a backup.

    But I still get this error when I try to ...

    landon landon
    Discussions |
    Mar 3, 2013 7:10 PM
    8882 views | 10 replies
  • Merging JSL setup using "Join"

    I found I can merge two data sets best by using the "Join" data tables command, this best elminates possible duplicate entries that may exist - column 1 contains unique number for each entry.  I have a script which opens multiple data tables and manipulates the data, but I'm having trouble calling out each data table separately in order to get the "join" script to work correctly:If I am manually d...

    osbornsarah9 osbornsarah9
    Discussions |
    Mar 1, 2013 2:26 PM
    15031 views | 6 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
    3837 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
    6785 views | 0 replies
  • Count the number of zeroes in a column (JSL)

    Hi,I have been using the Distribution platform to manually analyze a data set, but since I will have to repeat I am now trying to create a JSL script to extract the measures that are most important. The data looks like this:Model          ScoreMODEL1     3.54485MODEL2     2.36485MODEL1     5.38456MODEL2     2.14556MODEL1     0MODEL2     0.04856I would like to extract the mean, std dev, etc. but al...

    warnost warnost
    Discussions |
    Feb 28, 2013 8:46 AM
    10384 views | 4 replies

Latest Discussions

  • Problems with JMP finding R

    I confirmed my "R_HOME" environment variable is set to my most recent R version.
    ##################################
    //:*/
    Get Environment Variable("R_HOME")
    /*:

    "C:\Program Files\R\R-2.12.2\"
    ##################################

    I've also confirmed the InstallPath from HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R also points to C:\Program Files\R\R-2.12.2\ just as a backup.

    But I still get this error when I try to ...

    landon landon
    Discussions |
    Mar 3, 2013 7:10 PM
    8882 views | 10 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
    3837 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
    6785 views | 0 replies
  • 3 Parameter Weibull

    Is there any way to do a 3p Weibull in JMP and check to see whether it fits the data better than a 2p Weibull?  I'm looking for something similar to Weibull++ ability to determine the best fit for a given data set.

    gda gda
    Discussions |
    Feb 19, 2013 1:34 PM
    3483 views | 0 replies
  • Different highlighting in JMP 10 when selecting points on graph with line

    In JMP 8 and 9, if you created a graph with graph builder with points and connecting lines, you could select individual points on the graph.In JMP 10, if you create a graph with points and connecting lines, when you select a point it selects the entire line (and all of the rows in the data table).  If you draw a graph using only points (no connecting line), then you can select individual points.Is...

    pmroz pmroz
    Discussions |
    Feb 9, 2013 4:00 PM
    4287 views | 2 replies

Latest Discussions

  • 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
    3837 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
    6785 views | 0 replies
  • 3 Parameter Weibull

    Is there any way to do a 3p Weibull in JMP and check to see whether it fits the data better than a 2p Weibull?  I'm looking for something similar to Weibull++ ability to determine the best fit for a given data set.

    gda gda
    Discussions |
    Feb 19, 2013 1:34 PM
    3483 views | 0 replies
  • Grid for differentiating classes on x-Axis

    Hello,I have the following plotNow I need grid on a different position: It should be in the middle between the classes --> (separating the three values each )How can I do that??THANKS!!

    michael_behrisc michael_behrisc
    Discussions |
    Dec 3, 2012 3:29 AM
    2950 views | 0 replies
  • Interaction profile

    Hi,I am doing a regression analysis for which I got the following equation-Permeation flux= 11.395-0.058 (size)+ 4.136 (elasticity) -0.055 (size *elasticity)I got a interaction profile between size and elasticity but I dont know how to interpret this. I am attaching the profile (untitled)...Can anybody help me understand what this figure suggest.Regards,Shaan

    shaan shaan
    Discussions |
    Sep 3, 2012 2:40 PM
    4992 views | 0 replies
view all discussions