Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible issue with devel version of broom.mixed? #76

Closed
bbolker opened this issue Oct 21, 2018 · 1 comment
Closed

possible issue with devel version of broom.mixed? #76

bbolker opened this issue Oct 21, 2018 · 1 comment

Comments

@bbolker
Copy link

bbolker commented Oct 21, 2018

Testing devel version of ggstatsplot with devel version of broom.mixed (0.2.3, on GitHub, about to go to CRAN ...) I get

Quitting from lines 556-575 (ggcoefstats.Rmd) 
Error: processing vignette 'ggcoefstats.Rmd' failed with diagnostics:
replacement has 1 row, data has 0
Execution halted

As far as I have been able to dig in this seems to come from inside tidy.clm(), which is not part of broom.mixed ... can you double-check on your end please?

 1: plotlist %>% purrr::map(.x = ., .f = ~ggstatsplot::ggcoefstats(x = ordinal:
 2: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
 3: eval(quote(`_fseq`(`_lhs`)), env, env)
 4: eval(quote(`_fseq`(`_lhs`)), env, env)
 5: `_fseq`(`_lhs`)
 6: freduce(value, `_function_list`)
 7: withVisible(function_list[[k]](value))
 8: function_list[[k]](value)
 9: purrr::map(.x = ., .f = ~ggstatsplot::ggcoefstats(x = ordinal::clm(formula 
10: .f(.x[[i]], ...)
11: ggstatsplot::ggcoefstats(x = ordinal::clm(formula = as.factor(rating) ~ bel
12: broom::tidy(x = x, conf.int = TRUE, conf.level = conf.level, quick = FALSE,
13: tidy.clm(x = x, conf.int = TRUE, conf.level = conf.level, quick = FALSE, co
14: process_clm(ret, x, conf.int = conf.int, conf.level = conf.level, exponenti
15: `[<-`(`*tmp*`, ret$term %in% names(x$zeta), "coefficient_type", value = "ze
16: `[<-.data.frame`(`*tmp*`, ret$term %in% names(x$zeta), "coefficient_type", 
@IndrajeetPatil
Copy link
Owner

IndrajeetPatil commented Oct 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants