Skip to content

Commit

Permalink
Added title to sunab fun description
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaceresb committed May 11, 2024
1 parent c32270c commit 5cd4231
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions R/honest_sunab.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#' @title sunab_beta_vcv
#'
#' @description
#' This function takes a regression estimated using fixest with the sunab option
#' and extracts the aggregated event-study coefficients and their variance-covariance matrix
#'
#' @param sunab_fixest The result of a fixest call using the sunab option
#'
#' @returns A list containing beta (the event-study coefficients),
#' sigma (the variance-covariance matrix), and
#' cohorts (the relative times corresponding to beta, sigma)

sunab_beta_vcv <-
function(sunab_fixest){
sunab_beta_vcv <- function(sunab_fixest) {

## The following code block extracts the weights on individual coefs used in
# the fixest aggregation ##
Expand Down

0 comments on commit 5cd4231

Please sign in to comment.