Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 19, 2024
1 parent fe5d110 commit 2dd09fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 26 deletions.
1 change: 1 addition & 0 deletions R/4_standard_error.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ standard_error <- function(model, ...) {
#' @rdname standard_error
#' @export
standard_error.default <- function(model,
effects = "fixed",
component = "all",
vcov = NULL,
vcov_args = NULL,
Expand Down
1 change: 0 additions & 1 deletion R/methods_lme4.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ ci.merMod <- function(x,
}


#' @rdname standard_error
#' @export
standard_error.merMod <- function(model,
effects = "fixed",
Expand Down
33 changes: 8 additions & 25 deletions man/standard_error.Rd

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

0 comments on commit 2dd09fd

Please sign in to comment.