Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/boennecd/parglm
Browse files Browse the repository at this point in the history
  • Loading branch information
boennecd committed Nov 30, 2018
2 parents 1c4f6f0 + 2040ff4 commit a31460d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions vignettes/parglm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cl <- list(
quote(microbenchmark),
glm = quote(glm (y ~ ., binomial(), df)),
speedglm = quote(speedglm(y ~ ., family = binomial(), data = df)),
times = 5L)
times = 11L)
cl <- c(
cl, lapply(1:n_threads, function(i) bquote(parglm(
y ~ ., binomial(), df, control = parglm.control(nthreads = .(i))))))
Expand Down Expand Up @@ -117,7 +117,7 @@ microbenchmark::microbenchmark(
`qr LAPACK` = qr(X, LAPACK = TRUE),
`qr.qty LINPACK` = qr.qty(qr1, df$y),
`qr.qty LAPACK` = qr.qty(qr2, df$y),
times = 5)
times = 11)
```

## Session info
Expand Down
Loading

0 comments on commit a31460d

Please sign in to comment.