Michelle Jamieson

Results 7 comments of Michelle Jamieson

@ddsjoberg I was wondering if it was possible to get the same output with the `tidymodels` model as you would get passing a traditional glm through your package's `tble_regression()`?

> This is a cool idea! There's a part of me that wants to use this as an excuse to learn tidymodels, but I have no idea when I'll have...

> I have vague memory that splitting surveys into training and testing data sets is non-trivial because the data is not iid, ie imagine if by chance the training data...

> This is an intriguing idea, and the R community could really use some tools for incorporating complex designs into modeling/machine-learning. The big challenges here are much more statistical ("what's...

> Cool! And yeah, thanks so much Ben! I can't really help with the "should this be done" or any of the statistical knowledge, but would only be able to...

Tried to create a pull request for this, but thought putting here would also help others looking! Below code uses NHANES dataset as example, but latter part of the code...