sampleBivariate.Rd
Bivariate Sampling of variables throughout a dataset
sampleBivariate(inputData, n, listVars, dateFormat = "%Y%m%d")
inputData | dataset that you want to sample from |
---|---|
n | number of rows in output/simulated dataset |
listVars | dataframe of variable pairs that are or might be associated |
A dataset with n rows that is distributionally similar to input dataset
sampleBivariate()#> Error in matrix(nrow = n, ncol = ncol(inputData)): argument "n" is missing, with no default