Skip to content

Commit

Permalink
Merge pull request #8 from isidorogu/lm_robust
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
isidorogu authored Feb 19, 2024
2 parents 5ae0c47 + 3ce7529 commit 8e37191
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Imports:
Suggests:
knitr,
rmarkdown,
testthat,
qpdf
RoxygenNote: 7.1.1
testthat
RoxygenNote: 7.3.1
VignetteBuilder: knitr
4 changes: 2 additions & 2 deletions R/impact_eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param endogenous_vars Vector of Y's on which treatment effects will be evaluated
#' @param treatment Variable indicating the treatment status
#' @param heterogenous_vars Vector of variables for which you wish to assess treatment distributions/heterogeneities.
#' @param cluster_vars Vector of variables to cluster the standard errors. Default is without clustered std errors
#' @param cluster_var String of cluster variable the standard errors. Default is without clustered std errors
#' @param fixed_effect_vars Vector of variables to add as fixed effects. Default is without fixed effects
#' @param control_vars Vector of variables to control for in the evaluation. Default is without controls
#' @return impact_eval() returns a list of regression tables. The names of the list are the same as the endogenous variables.
Expand All @@ -21,7 +21,7 @@
#' endogenous_vars = c("y_1", "y_2"),
#' treatment = "treat",
#' heterogenous_vars = c("heterogenous_var1"),
#' cluster_vars = "cluster_var1", fixed_effect_vars = c("fixed_effect_var1"),
#' cluster_var = "cluster_var1", fixed_effect_vars = c("fixed_effect_var1"),
#' control_vars = c("control_var1"))
#' @details This function carries out the evaluation of treatment effects on endogenous variables.
#' It automatically runs the regressions of all the endogenous_vars supplied & all the combinations
Expand Down
1 change: 1 addition & 0 deletions man/RCT.Rd

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

12 changes: 6 additions & 6 deletions man/impact_eval.Rd

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

0 comments on commit 8e37191

Please sign in to comment.