You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* expand description
* have gee_fit be internal function
* update license year
* fix urls
* seed readme to avoid changes
* fix doi link
* update parsnip vesions
* Increment version number to 0.1.0
* typo in readme
* CoC link forwarding
Co-authored-by: Max Kuhn <mxkuhn@gmail.com>
[](https://codecov.io/gh/topepo/multilevelmod?branch=main)
[](https://app.codecov.io/gh/topepo/multilevelmod?branch=main)
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
105
+
This project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
107
106
108
-
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://rstd.io/tidymodels-community).
107
+
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
109
108
110
109
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/multilevelmod/issues).
111
110
112
-
- Either way, learn how to create and share a [reprex](https://rstd.io/reprex) (a minimal, reproducible example), to clearly communicate about your code.
111
+
- Either way, learn how to create and share a [reprex](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question) (a minimal, reproducible example), to clearly communicate about your code.
113
112
114
113
- Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
The `"lmer"`, `"glmer"`, and `"stan_glmer"` engines all use the same formula syntax for fitting multilevel models. See [Section 2.1 of _Linear Mixed Models with lme4_](https://cran.r-project.org/web/packages/lme4/vignettes/lmer.pdf) for details. In this section, we'll demonstrate using the `"lmer"` engine.
146
+
The `"lmer"`, `"glmer"`, and `"stan_glmer"` engines all use the same formula syntax for fitting multilevel models. See [Section 2.1 of _Linear Mixed Models with lme4_](https://cran.r-project.org/package=lme4/vignettes/lmer.pdf) for details. In this section, we'll demonstrate using the `"lmer"` engine.
147
147
148
148
All of the model specification occurs in the formula; no models terms are specified via `set_engine()` (although other arguments can be passed there, as usual). To fit the same random intercept model, the syntax is:
0 commit comments