Research
If you are looking for a copy of one or more of my existing publications, please visit the Reprints page.
Select discussions of some of my published and in-progress work are located on my Thoughts page.
Presentation archive
If you are looking for a PDF copy of a presentation made at a previous conference, you will find it below, sorted by year.
2023
2022
2021
2020
- All presentations made by colleagues or deferred/cancelled due to COVID
2019
- SMS Special Conference - Coordination Equilibria
- SMS - A Two Study Investigation of Executive CSE
- AOM - Founding Teams and Venture Innovation
- ISA - Competitive Repertoires across the Life Cycle
2018
- SMS - TMTs Competitive Repertoires and Performance: A Requisite Variety Lens
- AOM - Competitive Repertoires and Performance across the Life Cycle
2017
2016
- AOM - Strategic Leader Interfaces
- AOM - A Literature Review of Competitive Actions
-
EURAM - A Typology of SE
2015
2014
Supplemental Materials
Supplemental materials, if any, for existing publications can be found below.
- Fox Simsek and Heavey 2023 - Online Appendix
- Simsek Fox and Heavey 2023 - Appendices A and B
- Supplemental Material - Simsek Heavey and Fox 2021 - Appendix 1
- Supplemental Material - Simsek Heavey and Fox 2018 - Appendix 1
Available datasets used in my papers
All datasets available for download are provided in the list below.
- Kauffman Firm Survey data (directly from Kauffman Foundation)
- Wohlers Reports (available for purchase)
Helpful research tools
The following lists provide links to software, protocols, algorithms and other tools that may be useful, sorted by type of research being performed.
Finding relevant literature
- Matter of Facts (a new and potentially interesting means to find relevant articles)
- Web of Science (the stand-by solution for searching high-quality academic outlets, very helpful when paired with Google Scholar or similar broader searches to capture relevant grey literature)
Reviews and meta-analyses
- Effect size converter
- Correlational effect size benchmarks
- SUMARI
- Connected Papers (or how to find relevant research based on known relevant works)
- Semantic Scholar (open source mapping the graph of scientific papers)
- VOSViewer (a way to map scientific literature landscapes)
Simulations, systems dynamics, and modeling
- Vensim PLE
- Judea Pearl on causal models
- Meta-Log distributions
- Bayesian Modeling and MCMC
- DAGitty (a freeware, online software that helps you draw and verify directed acyclic graphs – DAGs)
Quantitative analyses of primary data
- KonFound It!
- Kristopher Preacher’s grab bag of mediation and moderation tools
- Falk’s Mediation calculators
- Jeremy Dawson’s moderation workbooks
- David Kenny’s tutorials on SEM
- Interactions in non-linear models using margins
- Dealing with ill-conditioned data matrices
- Natural experiments
- Panel data 101
- Worked examples for D-i-D, 2SLS, and similar
- A no-nonsense approachable discussion of data analysis (draws significantly on Angrist and Pischke, 2009)
General purpose econometrics references for R
Beyond the specific items above, there are a number of good textbooks for performing econometric analyses in R. These include compendia that employ multiple packages such as Introduction to Econometrics with R or Principles of Econometrics with R. But there are also texts more closely tied to particular packages such as:
- Applied Econometrics with R and the AER package
- An R Companion to Applied Regression and the car package
- the plm package for panel data econometrics
- the estimatr package (which ties in nicely with the tidyverse, see below)
- and a nice translation manual between Stata and R that uses fixest and data.table as workhorses, but is flexible
At the end of the day, there is substantial overlap between what these packages can do (some are even partially dependent on others), but they have different function calls and syntax and some are uniquely able to perform certain functions. In my experience, you will pick one as your “workhorse” and call on the others when needed. Just be careful to keep track of which you are using when! For now, here would be my recommendations to get most of what you would want to get accomplished on a day to day basis (more references regarding data input and reporting provided below):
- Data wrangling: dplyr and tidyr v. data.table (pick one and stick with it, both work and it seems to be a matter of preference except for edge cases)
- Modeling: fixest for standard OLS, IV, DiD, panel data, logit, probit models with “typical” standard error arrangements (a nice introduction for Stata users is here, which also provides references to more speciality modeling like lme4 for hierarchical linear modeling) – other specialties like SEM (lavaan), time series, or survival analysis have their own packages such as lavaan that go beyond my coverage here
- Graphics: ggplot2 for graphics generation (R has nice built-in graphics features, but this takes it to another level) and marginaleffects for marginal effect calculation and plotting
- Reporting: stargazer for tabulation, rmarkdown (to make reproducible code), and Shiny (for web applications)
Content analyses and qualitative data
Generic automation tools and useful applications
- Zapier (basically a web-based AppleScript)
- AppleScript and Automator (must learn tools if you are using OS X, Bookends can be scripted)
- axiom.ai (browser based automation)
- Bookends (my reference software of choice, OS X only)
General data “wrangling”, analysis, visualization, and reporting
- R for Data Science (a nice overall summary – basically a book in HTML form, which is intimiately tied to the packages that comprise the tidyverse, including well known and used packages like dplyr and ggplot2
- R Studio cheat sheets for several of the key R packages
- Tidymodels – I have not used this extensively but it looks to be a gentle introduction into Big Data and Machine Learning based methods in R
- Tableau
- Stargazer (Results table generation for R)
- Esttab and Tabout (Results table generators for STATA)
- A seemingly simple tool for creating websites (I use WordPress but this seems effective with fewer startup costs)
- LaTeX and the Beamer package (you can use an online LaTeX typesetter like Overleaf for this purpose) – a way to quickly make nice looking and reusable presentations
- Bookdown – Tools to convert your R code to LaTeX, and then onwards to PDFs and book formats
Tools for reviewing the work of others
- G*Power
- CORVIDS – dataset reconstruction under certain conditions
- RSprite – creation of datasets consistent with reported summary statistics for validation
- Stanley and Wang (1969) – bounds on unknown correlations given known covariates
- Using reported statistics to reproduce results
Writing and crafting articles
Construct and variable repositories
- Decision making and individual differences repository
- International personality item pool
- Individual and organizational assessment scales
- O*Net
- Quartr (helps search through earnings call data among other things)
How to connect to essential databases
- Downloading data directly from WRDS databases into R (with a sample query and overall workflow here)
- Mike Nguyen’s collection of patent-related data links and APIs
Accessing and processing publicly available data
Research impact
- SCite – extracts citations and the context in which they are used with some rudimentary tagging (e.g., supporting, contrasting, self-cite
- Altmetric – Not a link but actually a javascript that you can add as a bookmark to call up the Altmetric score for any particular article you are looking at (you can see more details at the Altmetric website with information on the API available here)
- Grobid – An automated way for extracting bibliometric data from individual articles
Other interesting databases for specific purposes
- USPTO Patent Litigation Docket Database
- Other useful patent data sources include the full-text patent database, the underlying USPTO data source with information and forms documenting the process by which specific patents are pending, approved, or rejected
- Aggregated research datasets from the USPTO, including the useful PatentsView API as a place to start – along with the more general compilation of patent and innovation data put together by the World Intellectual Property Organization
- The American Time Use Survey is an interesting dataset on how Americans allocate their time to various activities
- See also the list of more general purpose databases in the Tools section of this site
Interesting initiatives started by various groups