Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bailliem committed Jul 26, 2024
1 parent 74b6d8e commit c790c8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
12 changes: 11 additions & 1 deletion R/tidy_beeca.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@
#' @param conf.level the confidence level to use for the confidence interval
#'
#' @return a tibble
#' The default values returned are the following
#' \tabular{ll}{
#' term \tab treatment variable \cr
#' contrast \tab the contrast used to estimate the marginal effect \cr
#' estimate \tab the average treatment effect \cr
#' std.error \tab the standard error based on the Ge or Ye method \cr
#' statistic \tab the z-score of the estimate divided by the standard error \cr
#' p.value \tab 2-sided p-value \cr
#' conf.low \tab lower bound of the confidence interval (if specified) \cr
#' conf.high \tab upper bound of the confidence interval (if specified) \cr
#' }
#' @export
#'
#' @examples
#' # example use of tidy_beeca
#' # Set treatment to a factor
Expand Down
9 changes: 9 additions & 0 deletions man/tidy_beeca.Rd

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

0 comments on commit c790c8d

Please sign in to comment.