I am afraid that "IPTW" and "propensity score matching" are different methods.
---
If in your IPTW analysis, you need to calculate only point estimates, and you do NOT need to calculate standard errors, p-values of statistical tests, and confidence intervals, then you can do IPTW (inverse probability of treatment weighting) by the following steps.
(1) Fit Logistic models for the binary treatment variable. Save the predicted probabilities by [Save Probability Formula].
(2) Calculate the inverse of probability by the formula (like by "(:Treatment==1)/:Prob1 + (:Treatment==0)/:Prob0".
(3) Fit a IPTW model with Y=your response variable, X=your treatment variable and Weight=IPTW calculated by (2).
Note that the standard errors, confidence intervals and p-values calculated by the above steps are statistically incorrect. This is because JMP's almost all platform assume weights as "precision weights", not "sampling weights".
In JMP Pro 19 (the next version of JMP Pro) or later, we will have a new platform, the Causal Treatment platform. So, you will can do IPTW by this platform (and standard errors, p-values and confidence intervals are also calculated correclty in this JMP Pro 19's new platform.)
In JMP Pro 18(the current version of JMP Pro) or before, there is no feature to calculate standard erorrs, p-values and confidence intervals in IPTW.
---
The propensity score matching will also be supported in JMP Pro 19(next version of JMP Pro).
Although it is just "as-is", I made an add-in to perform the one-to-one propensity score greedy matching about 10 years ago. The URL for downloading is written in the follwoing page.
https://www.jmp.com/content/dam/jmp/documents/jp/support/propensityscore201412.pdf
I would like to recommend that you read the following paper in which the propensity score matching is criticized.
King, G. and Nielsen, R.(2019)
Why Propensity Scores Should Not Be Used for Matching
Political Analysis, 27(4), 435-454.
https://gking.harvard.edu/publications/why-propensity-scores-should-not-be-used-formatching
Also in the PDF document which is installed with the propensity score mathing add-in, I also introduced Prof. Stephen Senn's critics.
Yusuke Ono (Senior Tester at JMP Japan)