trinker / wakefield

Generate random data sets
256 stars 28 forks source link

gender_inclusive() and sex_inclusive() do not use probs stated in docs #28

Open charliejhadley opened 2 years ago

charliejhadley commented 2 years ago

The documentation for gender_inclusive() and sex_inclusive() implies that these probabilities are used for the x values:

Gender Percent
Male 51.07 %
Female 48.63 %
Trans* 0.30 %

However, instead, all options are given equal weighting. Data is also only provided for gender_inclusive() and not sex_inclusive().

hadley commented 1 year ago

It looks like this issue has been fixed?