cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • One best fit lines with multiple data sets

    How do I calculate the residuals of data set B,C, and D using the best fit line of data set A?

    kabradley13 kabradley13
    Discussions |
    Apr 20, 2021 8:27 PM
    1026 views | 1 replies
  • How to create XY axis data for a circle and key into data table

    I would like to draw a circle in graph builder.I know that one way is using "customize" function in graph build, then use code like below to draw a circlePen Color( "orange" );
    Pen Size( 2 );
    Circle( {0, 0}, 100 ); But I need another way, that is, provide X,Y data in data table, then draw a X-Y map in graph builderApproximately  50 points data of a circle would be enough for me So is there any way t...

    Hans_Hsu Hans_Hsu
    Discussions |
    Apr 20, 2021 7:41 PM
    1903 views | 1 replies
  • How to stop JMP from truncating excel scientific notation format

    Hello, I'm trying to import an .xlsx into JMP using Excel Import Wizard. It seems that JMP keeps truncating the excel scientific notation data to 3 significant digits.  First image shows the view over in Excel - the data is in scientific notation with 2 decimal points shown but with 8 significant digits.  Second image is the Excel import wizard view.  Third image is the resultant data table view i...

    qlim qlim
    Discussions |
    Apr 20, 2021 5:23 PM
    3144 views | 4 replies
  • Overlayed Histogram and Set Binning

    Hi, I'm using histogram for comparing two sets of data. I find below list may produce very good representations, just wondering if this is possible with JMP/JSL.Thanks in advance!a) Able to overlay plots using graph builder, but would be nice if distribution "lines" would be added like on the attached imageb) how to set number of bins, say 100 or 200 without messing up the x axis labels (happens w...

    fsanjuan fsanjuan
    Discussions |
    Apr 20, 2021 12:59 PM
    3245 views | 1 replies
  • centroid - discriminant analysis ?

    I am looking or the centroid for the Y covariates.. I see a canonical plot, discriminant scores, score summaries and groups. I am trying to find the group centroids to perform a cutting score analysis. Any suggestions?

    Nickbuon1 Nickbuon1
    Discussions |
    Apr 20, 2021 11:59 AM
    1039 views | 1 replies

Latest Discussions

  • One best fit lines with multiple data sets

    How do I calculate the residuals of data set B,C, and D using the best fit line of data set A?

    kabradley13 kabradley13
    Discussions |
    Apr 20, 2021 8:27 PM
    1026 views | 1 replies
  • Overlayed Histogram and Set Binning

    Hi, I'm using histogram for comparing two sets of data. I find below list may produce very good representations, just wondering if this is possible with JMP/JSL.Thanks in advance!a) Able to overlay plots using graph builder, but would be nice if distribution "lines" would be added like on the attached imageb) how to set number of bins, say 100 or 200 without messing up the x axis labels (happens w...

    fsanjuan fsanjuan
    Discussions |
    Apr 20, 2021 12:59 PM
    3245 views | 1 replies
  • centroid - discriminant analysis ?

    I am looking or the centroid for the Y covariates.. I see a canonical plot, discriminant scores, score summaries and groups. I am trying to find the group centroids to perform a cutting score analysis. Any suggestions?

    Nickbuon1 Nickbuon1
    Discussions |
    Apr 20, 2021 11:59 AM
    1039 views | 1 replies
  • How does JMP compute AICc?

    Hi.  I'd like to know how JMP computes AICc in the Distribution platform, or in the Fit Censored function? Research on wiki suggests it should be this format: AICc = 2k - 2*Ln(maxlikelihood) + (2k^2 + 2k)/(n - k - 1)where n = # datapoint, k = # fit parameters. However, in this topic another 2 different formulas are provided.   AICc2 = n*Ln(sse/n) + 2*k + (2*k^2 + 2*k)/(n - k - 1);where sse is the ...

    nikles nikles
    Discussions |
    Apr 20, 2021 10:33 AM
    1937 views | 2 replies
  • MANOVA - 3 Effect variables, 3 dependant variables

    Hi! not sure if i am in the correct spot.  I am trying to go thru in JMP and create a Univariate tests (Between-subject Effects) . i have 3 effect variables, names X1, X2 and X1 x X2 and three dependant variables X19, X20 and X21.  here is a screen shot i am trying to duplicate in JMP.  However, in making JMP and reading thru Multivariate-Methods_v15.pdf, i cannot seem to locate the procedure synt...

    Nickbuon1 Nickbuon1
    Discussions |
    Apr 20, 2021 6:03 AM
    3829 views | 6 replies

Latest Discussions

  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2269 views | 0 replies
  • Fantasy Baseball League

    I am in a 16 team fantasy baseball league. Each week we tabulate totals for home runs, batting average, stolen bases, wins, saves, era, etc. If my team has the most home runs, I win that category for the week. We track 10 statistics so after each week I may have a final score of 6-3-1. My question is how can I use JMP to check what my score would have been if I had played each of the other 14 team...

    atlas100 atlas100
    Discussions |
    Apr 19, 2021 1:29 PM
    965 views | 0 replies
  • Generation of overdispersed poisson count data (vs gamma poisson)

    Hello, I would like to reconcile the parametrization used in the Random Gamma Poisson(lambda, sigma)with the over-dispersion parameter as estimated in generalized linear model platform. Take for instance the attached table. Here the generating function is  Random Gamma Poisson(exp(1+3*:X1),10)Running glm with poisson/log + overdispersion I obtain: Overdispersion = 6.09.    Is there any way to link...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 12, 2021 9:53 AM
    1174 views | 0 replies
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    884 views | 0 replies
  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1161 views | 0 replies
view all discussions