Skip to content

Commit

Permalink
Merge branch 'main' into issue8
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev authored Oct 17, 2024
2 parents 3f2cb7b + 3aa24f6 commit af00f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/generics_augment.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generics::augment
#' @srrstats {RE4.10} *Model Residuals, including sufficient documentation to enable interpretation of residuals, and to enable users to submit residuals to their own tests.*
#'
#' @description The provided `broom` methods do the following:
#' 1. `augment`: takes the input data and adds additional columns with the
#' 1. `augment`: Takes the input data and adds additional columns with the
#' fitted values and residuals.
#' 2. `glance`: Extracts the deviance, null deviance, and the number of
#' observations.`
Expand Down
2 changes: 1 addition & 1 deletion R/generics_vcov.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ vcov_feglm_clustered_cov_ <- function(g, cl_vars, sp_vars, p) {
#' from the hessian, the scores, or a combination of both after convergence.
#'
#' @srrstats {RE4.6} *The variance-covariance matrix of the model parameters (via `vcov()`)*
#'
#'
#' @param object an object of class \code{"felm"}.
#'
#' @inherit vcov.feglm
Expand Down
2 changes: 1 addition & 1 deletion man/broom.Rd

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

0 comments on commit af00f0d

Please sign in to comment.