A user contacted us about generating coefficients for a data set that has correlated data. Right now that is not possible because logisticCoefs only takes a data definition (created with defData) to generate the data - so correlated data is not possible. An obvious solution is to allow the user to pass along a data set directly, and that data set can have whatever structure the user wants.
A user contacted us about generating coefficients for a data set that has correlated data. Right now that is not possible because
logisticCoefs
only takes a data definition (created withdefData
) to generate the data - so correlated data is not possible. An obvious solution is to allow the user to pass along a data set directly, and that data set can have whatever structure the user wants.