Skip to content

Commit

Permalink
anchor linearHypothesis link
Browse files Browse the repository at this point in the history
  • Loading branch information
zeileis committed Apr 20, 2024
1 parent 52bf464 commit 29275d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ LazyData: true
VignetteBuilder: knitr
BugReports: https://github.com/zeileis/ivreg/issues/
URL: https://zeileis.github.io/ivreg/
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/ivregMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#' the default for \code{Anova()} and \code{linearHypothesis()}, which also allow \code{test = "Chisq"} for
#' asymptotic tests.
#' @param hypothesis.matrix,rhs For formulating a linear hypothesis; see the documentation
#' for \code{\link{linearHypothesis}} for details.
#' for \code{\link[car]{linearHypothesis}} for details.
#' @param formula. To update model.
#' @param evaluate If \code{TRUE}, the default, the updated model is evaluated; if \code{FALSE} the updated call is returned.
#' @param complete If \code{TRUE}, the default, the returned coefficient vector (for \code{coef()}) or coefficient-covariance matrix (for \code{vcov}) includes elements for aliased regressors.
Expand Down
12 changes: 6 additions & 6 deletions man/ivregMethods.Rd

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

0 comments on commit 29275d6

Please sign in to comment.