Welcome to my personal webpage!
Below is the list of software I developped, alonside a short description and the most recent version.
ginteff
— computes the average and individual-level interaction effects for two- and three-way interactions. Version: v1.
For more information on the software’s features and capabilities, you may browse the user’s manual.
Please cite as follows:
Radean, Marius. 2023. “ginteff: A generalized command for computing interaction effects.” The Stata Journal, 23(2): 301-335. DOI: https://doi.org/10.1177/1536867X231175253.
ginteffplot
— graphs the results of the immediately preceding ginteff
command. Version: v1.
For more information on the software’s features and capabilities, you may browse the user’s manual.
Please cite as follows:
Radean, Marius. 2023. “ginteff: A generalized command for computing interaction effects.” The Stata Journal, 23(2): 301-335. DOI: https://doi.org/10.1177/1536867X231175253.
sdii
— computes significance of differences intervals to indicate whether two points estimates are statistically or substantively distinct. Version: v1.
For more information on the software’s features and capabilities, you may browse the user’s manual.
Please cite as follows:
Radean, Marius. 2023. “The Significance of Differences Interval: Assessing the Statistical and Substantive Difference between Two Quantities of Interest.” The Journal of Politics, 85(3): 969-983. DOI: https://doi.org/10.1086/723999.
Stata
If this is the first time you are installing user-written programs from internet, you may find it useful to read the official Stata
documentation. There you can find details about the commands used below as well as information about the directories where the downloaded packages should be installed.
To open the content page telling you about the available software packages on my website, type the following in Stata
’s command window
. net from https://mariusradean.org
To open the package-description page detailing one of the listed packages and how to install the associated component files, type net describe
followed by the package name. pkgname may be any of the available software packages, ie, ginteff.pkg
, ginteffplot.pkg
, or sdii.pkg
.
. net describe pkgname
If you decide that one of the packages might prove useful, you can install the official files (the ado-file and help file) by typing net install
followed by the package name.
. net install pkgname
To get the ancillary file (the user’s manual in PDF format), type net get
followed by the package name.
. net get pkgname
Note: Instead of typing net describe
, net install
, or net get
command lines, you can alternatively click on the links provided on the content and package-description pages.
If you do not wish to install the software now and prefer to download a copy on your computer, you can do so by clicking on the respective package below. Each ZIP folder contains three files: 1) an ado-file (the actual program file), 2) the associated Stata
help file, and 3) the user’s manual in PDF format.