Skip to content

Commit

Permalink
fix ols/SimDat docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswiemann committed Nov 7, 2023
1 parent f76c9f9 commit 55d5d9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion R/SimDat.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' predictor.}
#' \item{Z}{The (in practice observed) higher-dimensional categorical
#' predictor.}
#' \item{X}{A binary control variable.}
#' \item{X1,X2}{Additional standard normal predictors.}
#' }
#'
#' @references
Expand Down
4 changes: 2 additions & 2 deletions R/ols.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' Ordinary least squares with generalized inverse from the ddml package
#' See ?ddml::ols
# Ordinary least squares with generalized inverse from the ddml package
# See ?ddml::ols
ols <- function(y, X,
const = FALSE,
w = NULL) {
Expand Down
3 changes: 0 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ reference:
- title: Dataset
contents:
- SimDat
- title: internal
contents:
- ols
2 changes: 1 addition & 1 deletion man/SimDat.Rd

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

13 changes: 0 additions & 13 deletions man/ols.Rd

This file was deleted.

4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat)
library(toys)
library(kcmeans)

test_check("toys")
test_check("kcmeans")

0 comments on commit 55d5d9b

Please sign in to comment.