Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 15, 2023
1 parent 3934160 commit 6e00e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/modelsummary.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ globalVariables(c('.', 'term', 'part', 'estimate', 'conf.high', 'conf.low',
#' * `glue` package strings with braces, with or without R functions, such as:
#' - `"{p.value} [{conf.low}, {conf.high}]"`
#' - `"Std.Error: {std.error}"`
#' - `"{exp(estimate) * std.error}"
#' - `"{exp(estimate) * std.error}"`
#' * Numbers are automatically rounded and converted to strings. To apply functions to their numeric values, as in the last `glue` example, users must set `fmt=NULL`.
#' * Parentheses are added automatically unless the string includes `glue` curly braces `{}`.
#' * Some statistics are not supported for all models. See column names in `get_estimates(model)`, and visit the website to learn how to add custom statistics.
Expand Down
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/msummary.Rd

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

0 comments on commit 6e00e79

Please sign in to comment.