diff --git a/R/generics_augment.R b/R/generics_augment.R index c4d8498..b6a6439 100644 --- a/R/generics_augment.R +++ b/R/generics_augment.R @@ -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.` diff --git a/R/generics_vcov.R b/R/generics_vcov.R index 2eaad2f..1a9340f 100644 --- a/R/generics_vcov.R +++ b/R/generics_vcov.R @@ -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 diff --git a/man/broom.Rd b/man/broom.Rd index 0014c1b..8eb1e58 100644 --- a/man/broom.Rd +++ b/man/broom.Rd @@ -42,7 +42,7 @@ and \code{tidy} methods. \description{ The provided \code{broom} methods do the following: \enumerate{ -\item \code{augment}: takes the input data and adds additional columns with the +\item \code{augment}: Takes the input data and adds additional columns with the fitted values and residuals. \item \code{glance}: Extracts the deviance, null deviance, and the number of observations.`