Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 23, 2024
1 parent 72ffa3c commit f3b64e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/get_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' from regression models.
#'
#' @param x A statistical model.
#' @param type Can be `"residual"`, `"wald"`, `"normal"`, or
#' `"model"`. `"analytical"` is an alias for `"residual"`.
#' @param type Type of approximation for the degrees of freedom. Can be one of
#' the following:
#'
#' + `"residual"` (aka `"analytical"`) returns the residual degrees of
#' freedom, which usually is what [`stats::df.residual()`] returns. If a
Expand Down
4 changes: 2 additions & 2 deletions man/get_df.Rd

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

0 comments on commit f3b64e8

Please sign in to comment.