One question that seems to come up pretty often is: What is the difference between logistic and probit regression? Well, let’s start with how they’re the same: Both are types of generalized linear models. This means they have this form: Both can be used for modeling the relationship between one or more numerical or categorical […]| The Analysis Factor
I see most researchers struggling with statistical analysis at this level. And you’ll see it’s a big one. As is true at each stage, this one is composed of three components. Statistical Knowledge: Linear Models in its Entirety Data Analysis Skills Software Skills: One Statistical Software Until its Easy Luckily, they go together, so it’s […]| The Analysis Factor
The term “non-parametric” has come to imply that we don’t need to make any assumptions about the specific distribution of our residuals, but it certainly doesn’t mean that there are no assumptions at all.| The Analysis Factor
There are many types and examples of ordinal variables: percentiles, ranks, likert scale items, to name a few. In this webinar we’re going to lay out all the options and when each is reasonable. There are more options than most people realize.| The Analysis Factor
You may have heard of McNemar tests as a repeated measures version of a chi-square test of independence. This is basically true, but they test different hypotheses.| The Analysis Factor
After talking with enough researchers, I've come to a few conclusions about why some researchers feel embarrassed about their statistical abilities, why they shouldn't, and what they need to become a proficient and confident statistical analyst. The post Essentials of Craft: How to Become a Skilled and Confident Statistical Analyst appeared first on The Analysis Factor.| The Analysis Factor
We’ll now teach you to make your variables more approachable by adding labels. Note the different sections for “Label” and “Value label”. A label just provides a description of the variable, while a value label matches numbers to words. The post Getting Started with Stata Tutorial #13: Changing variable labels using label, encode, and decode appeared first on The Analysis Factor.| The Analysis Factor
When can you treat ordinal variables as continuous? Well, you really have to be careful and understand the upsides and downsides.| The Analysis Factor
Conquer Statistics with Confidence: Get Expert Help for Your Research Today! Access a team of experienced statisticians ready to guide you step-by-step—without expensive retainers or confusing jargon Give Me Access! Dear researcher, Are you feeling stuck and overwhelmed by the challenges of statistical analysis? You’re not alone. Many researchers find themselves spending countless […]| The Analysis Factor
Learn count models along with a cohort of fellow researchers. Use these when the outcome in a model or group comparison is a discrete count.| The Analysis Factor
In this article we’ll walk you through the details of creating, naming, combining, saving, and exporting graphs in Stata.| The Analysis Factor
Once you’ve imported data into Stata the next step is examining the data before you work on building a model or running any tests.| The Analysis Factor
Splines provide a useful way to model relationships that are more complex than a simple linear function. The post Member Training: Cubic Splines appeared first on The Analysis Factor.| The Analysis Factor
Across the bottom are the observed data values, sorted lowest to highest. You can see that just like on the histogram, the values range from about -2.2 to 2.2. (Note, these are standardized residuals, so they already have a mean of 0 and a standard deviation of 1. If they didn’t, the plot would standardize them before plotting). The post Anatomy of a Normal Probability Plot appeared first on The Analysis Factor.| The Analysis Factor
our proven process With our step-by-step method, we help you figure out where you are now, what you need next, and give you the tools and support to get there. framework for clarity plan skill building digging deep application learn more about our process our programs Whether you need ongoing learning and support, dig deep […]| The Analysis Factor
When you can interpret regression coefficients for all types of predictor variables, you can build more sophisticated and accurate models.| The Analysis Factor
In this post, we’ll expand your type-changing skills to include strings with two new commands| The Analysis Factor
From our last posts in this series, you should be comfortable with how Stata handles data editing, as well as with making your own variables. In this post, we’ll talk about commands that edit the content or storage type of your variables in Stata: recode and recast. Let’s start off with the recode command. We’ll […] The post Getting Started with Stata Tutorial #11: Editing Variables Using recode and recast appeared first on The Analysis Factor.| The Analysis Factor
The first steps in editing data with Stata include saving data, reordering variables, and dropping variables.| The Analysis Factor
Stata code has a few simple rules and conventions. Knowing these will help you get started and greatly increase your efficiency.| The Analysis Factor