Skip to content

Commit

Permalink
Up N in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesonnet committed Mar 19, 2018
1 parent 245ab29 commit 9a27c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-lm-robust.R
Expand Up @@ -2,7 +2,7 @@ context("Estimator - lm_robust, non-clustered")

test_that("lm robust se", {
set.seed(42)
N <- 10
N <- 40
dat <- data.frame(Y = rnorm(N), Z = rbinom(N, 1, .5), X = rnorm(N), W = runif(N))

tidy(lm_robust(Y ~ Z, data = dat))
Expand Down

0 comments on commit 9a27c0d

Please sign in to comment.