Selecting a sample after filtering
Posted: Mon Jan 09, 2023 10:16 pm
I applied a filter to a data set (n = 790) to remove scores below a certain level from my analysis. I then attempted to select a sample of 16 from the remaining 130 scores by computing a new variable and using the function = SAMPLE(Var,16). But instead of a sample of 16, the result was a sample of only 4. Am I doing something wrong? Is there a way to do this and get a sample of the specified number?