n_parameters(x, ...)# S3 method for default
n_parameters(x, ...)
# S3 method for merMod
n_parameters(x, effects = c("fixed", "random"), ...)
# S3 method for glmmTMB
n_parameters(
  x,
  effects = c("fixed", "random"),
  component = c("all", "conditional", "zi", "zero_inflated"),
  ...
)
# S3 method for zeroinfl
n_parameters(
  x,
  component = c("all", "conditional", "zi", "zero_inflated"),
  ...
)
# S3 method for gam
n_parameters(x, component = c("all", "conditional", "smooth_terms"), ...)
# S3 method for brmsfit
n_parameters(
  x,
  effects = c("all", "fixed", "random"),
  component = c("all", "conditional", "zi", "zero_inflated", "dispersion", "simplex",
    "sigma", "smooth_terms"),
  ...
)