Blog Posts

Previous Posts

In this series, we’ve already talked about what a complex sample isn’t; why you’d ever bother with a complex sample; and stratified sampling. All this is in support of our upcoming workshop: Introduction to the Analysis of Complex Survey Data Using SPSS.  If you want to learn a lot more on this topic, check that […]

In stratified sampling, the target population is first classified into subgroups or strata. (Grammar note: “strata” is plural for “stratum” just as “data” is plural for “datum.”). A simple random sample is then selected within every stratum.

In our last article, we talked about simple random samples. Simple random samples are, well…simple, but they’re not always optimal or even possible. Probability samples that don’t meet the assumptions of Simple Random Samples are called Complex Samples.

Simple Random Samples (SRS) have a few important features. 1. Each element in the population has an equal probability of being selected to the sample. That’s pretty self-explanatory, but it has important consequences and requirements.

In this follow-up to December’s webinar, we’ll finish up our discussion of interactions. There is something about interactions that is incredibly confusing. An interaction between two predictor variables means that one predictor variable affects a third variable differently at different values of the other predictor.

Of course, the main effect for condition in this full model with the interaction will test the same thing, as well as give you additional information at different ages. So your second option is:

Using Python with SPSS

by Lucy Fike We know that using SPSS syntax is an easy way to organize analyses so that you can rerun them in the future without having to go through the menu commands. Using Python with SPSS makes it much easier to do complicated programming, or even basic programming, that would be difficult to do […]

In Part 9, let’s look at sub-setting in R. I want to show you two approaches. Let’s provide summary tables on the following data set of tourists from different nations, their gender and numbers of children. Copy and paste the following array into R.

There is something about interactions that is incredibly confusing. An interaction between two predictor variables means that one predictor variable affects a third variable differently at different values of the other predictor.

In Part 8, let’s look at some basic commands in R. Set up the following vector by cutting and pasting from this document: a <- c(3,-7,-3,-9,3,-1,2,-12, -14) b <- c(3,7,-5, 1, 5,-6,-9,16, -8) d <- c(1,2,3,4,5,6,7,8,9) Now figure out what each of the following commands do. You should not need me to explain each command, but I will explain a few.

<< Older Entries   Newer Entries >>

stat skill-building compass

Find clarity on your statistics journey. Try the new tool Stat Skill-Building Compass: Find Your Starting Point!