I need to sample 'n' individual data from a large population data set but the sample should follow specific specifications of my interest. As a simple example, let's assume that the population data includes 10,000 individuals with different ages, weights and heights, but I need 100 randomly selected individuals with average age of 30 yr, average weight of 65 kg, and average height of 180 cm (I would also be interested to add more specifications such as mean and standard deviation for each of those three characteristics).

I could generate multivariate random variables with means and covariance matrix from the population data, but I intend to use individual data as I have access to the population data set.

What method/technique would you suggest for this sampling?

More Mohammad S. Jalali's questions See All
Similar questions and discussions