strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gamlss tab_model

yuryzablotski opened this issue · comments

Hi Daniel,

ich liebe deine R-Packete! Danke vielmals für die fantastische Arbeit. Ich nutze die ständig (bin Akademiker)! Neulich habe ich die Funktion "tab_model" für "gamlss" model benutzt. Und nun, nach einigen Updates (gamlss.data war es glaube ich), geht tab_model nicht mehr mit gamlss Modellen (mit allen anderen Modellen geht es problemlos). Plot_model funktioniert damit nachwievor super! Wäre cool, wenn du dir es anschauen könntest. Herzliche Grüße! Yury

Hier ist die Fehlermeldung:

Error in .extract_parameters_generic(model, ci = ci, ci_method = ci_method, : formal argument "component" matched by multiple actual arguments.

  1. tab_model(m)
  2. purrr::map2(models, 1:length(models), function(model, i) { fam.info <- insight::model_info(model) if (insight::is_multivariate(model)) fam.info <- fam.info[[1]] ...
  3. .f(.x[[1L]], .y[[1L]], ...)
  4. tidy_model(model = model, ci.lvl = ci.lvl, tf = transform, type = "est", bpe = bpe, robust = list(vcov.fun = vcov.fun, vcov.type = vcov.type, vcov.args = vcov.args), facets = FALSE, show.zeroinf = show.zeroinf, p.val = p.val, bootstrap = bootstrap, iterations = iterations, ...
  5. parameters::model_parameters(model, ci = ci.lvl, component = component, bootstrap = bootstrap, iterations = iterations, df_method = df_method, p_adjust = p_adjust, effects = "fixed")
  6. model_parameters.gamlss(model, ci = ci.lvl, component = component, bootstrap = bootstrap, iterations = iterations, df_method = df_method, p_adjust = p_adjust, effects = "fixed")

Hi Daniel, ich habe den Parameter Packet auf 0.14.0 runtergestufft und dann ging es wieder :)

Hast du ein reproduzierbares Beispiel? Es kann auch sein, dass der Fehler mittlerweile behoben ist.

Having same issue with all bam & gam family models.