-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Thank you for this excellent package.
I have a dataset which consists of 5 continuous variables and 5 categorical variables. I can generate a correlation matrix for this data set*, along with means/SDs of the continuous and counts for the categorical variables.
At the moment it looks like I can build 2 different simstudy datasets, one using the correlations between the continuous variables, their means and SDs, and another using the same technique for the categorical variables. However, I don't see how I can make use of the correlations between the continuous and categorical variables to generate a complete dataset that
It may be that I am not using simstudy correctly in whcih case I would appreciate any advice on how I can do what I have described above.
*forgive my stats naivety if this is not a valid thing to do