Skip to content

Commit

Permalink
more generic writing
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Aug 18, 2023
1 parent b53bd4c commit 637a9b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ supported_models <-
"`MASS::glm.nb()`", "",
"`mice::mira`", paste(
"Limited support. If `mod` is a `mira` object, use",
"`tidy_plus_plus(mod, tidy_fun = function(x, ...) mice::pool(x) %>% mice::tidy(...))`"
"`tidy_fun = function(x, ...) {mice::pool(x) %>% mice::tidy(...)}`"
),
"`lavaan::lavaan()`", "Limited support for categorical variables",
"`stats::nls()`", "Limited support",
Expand Down
Binary file modified data/supported_models.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/supported_models.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 637a9b0

Please sign in to comment.