Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 5, 2024
1 parent 379a68e commit 827a1b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/inferences.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
#'
#' @return
#' A `marginaleffects` object with simulation or bootstrap resamples and objects attached.
#' @examplesIf interactive() || isTRUE(Sys.getenv("R_DOC_BUILD") == "true")
#' @examples
#' \dontrun{
#' library(marginaleffects)
#' library(magrittr)
#' set.seed(1024)
Expand All @@ -78,6 +78,7 @@
#' slopes(mod) %>%
#' inferences(method = "simulation") %>%
#' head()
#' }
#' @export
inferences <- function(x,
method,
Expand Down
4 changes: 2 additions & 2 deletions man/inferences.Rd

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

0 comments on commit 827a1b9

Please sign in to comment.