nestedmodels-package {nestedmodels} | R Documentation |
nestedmodels: Tidy Modelling for Nested Data
Description
A modelling framework for nested data using the 'tidymodels' ecosystem. Specify how to nest data using the 'recipes' package, create testing and training splits using 'rsample', and fit models to this data using the 'parsnip' and 'workflows' packages. Allows any model to be fit to nested data.
Author(s)
Maintainer: Ashby Thorpe ashbythorpe@gmail.com (ORCID)
Other contributors:
Hadley Wickham hadley@rstudio.com (ORCID) [contributor]
See Also
Useful links:
Report bugs at https://github.com/ashbythorpe/nestedmodels/issues
[Package nestedmodels version 1.1.0 Index]