Skip to content

Commit

Permalink
warning for vcov vectors and stars
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 15, 2021
1 parent 56d2e87 commit 3f2ecbd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/modelsummary.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ globalVariables(c('.', 'term', 'part', 'estimate', 'conf.high', 'conf.low',
#' * formula or list of formulas with the cluster variable(s) on the right-hand side (e.g., ~clusterid).
#' * function or list of functions which return variance-covariance matrices with row and column names equal to the names of your coefficient estimates (e.g., `stats::vcov`, `sandwich::vcovHC`).
#' * list of `length(models)` variance-covariance matrices with row and column names equal to the names of your coefficient estimates.
#' * a list of length(models) vectors with names equal to the names of your coefficient estimates. See 'Examples' section below.
#' * a list of length(models) vectors with names equal to the names of your coefficient estimates. See 'Examples' section below. Warning: since this list of vectors can include arbitrary strings or numbers, `modelsummary` cannot automatically calculate p values. The `stars` argument may thus use incorrect significance thresholds when `vcov` is a list of vectors.
#' @param conf_level confidence level to use for confidence intervals
#' @param coef_map character vector. Subset, rename, and reorder coefficients.
#' Coefficients omitted from this vector are omitted from the table. The order
Expand Down
2 changes: 1 addition & 1 deletion man/get_estimates.Rd

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

2 changes: 1 addition & 1 deletion man/modelplot.Rd

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

2 changes: 1 addition & 1 deletion man/modelsummary.Rd

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

2 changes: 1 addition & 1 deletion man/modelsummary_wide.Rd

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

2 changes: 1 addition & 1 deletion man/msummary.Rd

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

0 comments on commit 3f2ecbd

Please sign in to comment.