Often times we need to mix multiple graph types in order to create a plot which most effectively tells the story of our data. In this post, we will create a plot of the Phillips Curve in the United States over two separate time periods. We will show how to add scatter points and lines as well as data series’ of different lengths to a single plot. However, our main focus will be showing you how to control the styling of all aspects of the plot in these cases.
The preliminary econometric package for Time Series and Panel Data Methods has been updated and functionality has been expanded in this first official release of tspdblib 1.0. The tspdlib 1.0 package includes functions for time series unit root tests in the presence of structural breaks, time series and panel data unit root tests in the presence of structural breaks, and panel data causality tests. It is available for direct installation using the GAUSS Package Manager.
GAUSS packages provide access to powerful tools for performing data analysis. This guide covers all you need to know to get the most from GAUSS packages including:
This seventh video in the GAUSS Basics series will show you how to use the if, else, elseif and endif keywords to create code with conditional statements.
The video will demonstrate several examples and show a few common errors you might run into.
The posterior probability distribution is the heart of Bayesian statistics and a fundamental tool for Bayesian parameter estimation. Naturally, how to infer and build these distributions is a widely examined topic, the scope of which cannot fit in one blog. In this blog, we examine bayesian sampling using three basic, but fundamental techniques, importance sampling, Metropolis-Hastings sampling, and Gibbs sampling.
Today we cover what the GAUSS working directory is and how to make the most of it. We’ll show you how some common GAUSS functions use your working directory and some of the errors you’re most likely to run into.
In this sixth video in the GAUSS Basics series learn how to use the logical and relational operators in GAUSS. These operators include and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal.
We use regression analysis to understand the relationships, patterns, and causalities in data. Often we are interested in understanding the impacts that changes in the dependent variables have on our outcome of interest. However, not all models provide such straightforward interpretations. Coefficients in more complex models may not always provide direct insights into the relationships we are interested in.
In this blog, we look more closely at the interpretation of marginal effects in three types of models:
Purely linear models.
Models with transformations in independent variables.
Models with transformations of dependent variables.