Stratified sampling from dataframe with multiple conditions [closed]
Closed 3 days ago.
Stratified sampling from dataframe with multiple conditions [closed]
Closed 3 days ago.
Is there a function for sample selection based on conditions?
I am looking for an algorithm and its implementation in R for sample selection. I have a data.frame with i objects, and each object has j unique features. In parallel, I have > 100 samples k that can have three different values (0, 1, 2) for each feature.
