1 Introduction

In many analyses, a large amount of variables have to be tested independently against the trait/endpoint of interest, and also adjusted for covariates and confounding factors at the same time. The major bottleneck in these is the amount of time that it takes to complete these analyses.

With RegParallel, a large number of tests can be performed simultaneously. On a 12-core system, 144 variables can be tested simultaneously, with 1000s of variables processed in a matter of seconds via ‘nested’ parallel processing.

Works for logistic regression, linear regression, conditional logistic regression, Cox proportional hazards and survival models, and Bayesian logistic regression. Also caters for generalised linear models that utilise survey weights created by the ‘survey’ CRAN package and that utilise ‘survey::svyglm’.

2 Installation

2.2 2. Load the package into R session

3 Quick start

For this quick start, we will follow the tutorial (from Section 3.1) of RNA-seq workflow: gene-level exploratory analysis and differential expression. Specifically, we will load the ‘airway’ data, where different airway smooth muscle cells were treated with dexamethasone.

Normalise the raw counts in DESeq2 and produce regularised log expression levels:

3.2 Perform a basic linear regression

Here, we will perform the linear regression using both glmParallel and lmParallel. We will appreciate that a linear regression is the same using either function with the default settings.

Regularised log expression levels from our DESeq2 data will be used.

##             Variable        Term        Beta StandardError          t
##   1: ENSG00000001461 cellN061011 -0.46859875    0.10526111  -4.451775
##   2: ENSG00000001461 cellN080611 -0.84020922    0.10526111  -7.982143
##   3: ENSG00000001461  cellN61311 -0.87778101    0.10526111  -8.339082
##   4: ENSG00000001561 cellN080611 -1.71802758    0.13649920 -12.586357
##   5: ENSG00000001561  cellN61311 -1.05328889    0.13649920  -7.716448
##  ---                                                                 
## 519: ENSG00000092108 cellN061011 -0.12721659    0.01564082  -8.133625
## 520: ENSG00000092108  cellN61311 -0.12451203    0.01564082  -7.960708
## 521: ENSG00000092148 cellN080611 -0.34988071    0.10313461  -3.392467
## 522: ENSG00000092200 cellN080611  0.05906656    0.01521063   3.883241
## 523: ENSG00000092208 cellN080611 -0.28587683    0.08506716  -3.360602
##                 P        OR   ORlower   ORupper
##   1: 0.0112313246 0.6258787 0.5092039 0.7692873
##   2: 0.0013351958 0.4316202 0.3511586 0.5305181
##   3: 0.0011301853 0.4157043 0.3382098 0.5109554
##   4: 0.0002293465 0.1794197 0.1373036 0.2344544
##   5: 0.0015182960 0.3487887 0.2669157 0.4557753
##  ---                                           
## 519: 0.0012429963 0.8805429 0.8539591 0.9079544
## 520: 0.0013489163 0.8829276 0.8562718 0.9104133
## 521: 0.0274674209 0.7047722 0.5757851 0.8626549
## 522: 0.0177922771 1.0608458 1.0296864 1.0929482
## 523: 0.0282890537 0.7513552 0.6359690 0.8876762
##             Variable        Term        Beta StandardError          t
##   1: ENSG00000001461 cellN061011 -0.46859875    0.10526111  -4.451775
##   2: ENSG00000001461 cellN080611 -0.84020922    0.10526111  -7.982143
##   3: ENSG00000001461  cellN61311 -0.87778101    0.10526111  -8.339082
##   4: ENSG00000001561 cellN080611 -1.71802758    0.13649920 -12.586357
##   5: ENSG00000001561  cellN61311 -1.05328889    0.13649920  -7.716448
##  ---                                                                 
## 519: ENSG00000092108 cellN061011 -0.12721659    0.01564082  -8.133625
## 520: ENSG00000092108  cellN61311 -0.12451203    0.01564082  -7.960708
## 521: ENSG00000092148 cellN080611 -0.34988071    0.10313461  -3.392467
## 522: ENSG00000092200 cellN080611  0.05906656    0.01521063   3.883241
## 523: ENSG00000092208 cellN080611 -0.28587683    0.08506716  -3.360602
##                 P        OR   ORlower   ORupper
##   1: 0.0112313246 0.6258787 0.5092039 0.7692873
##   2: 0.0013351958 0.4316202 0.3511586 0.5305181
##   3: 0.0011301853 0.4157043 0.3382098 0.5109554
##   4: 0.0002293465 0.1794197 0.1373036 0.2344544
##   5: 0.0015182960 0.3487887 0.2669157 0.4557753
##  ---                                           
## 519: 0.0012429963 0.8805429 0.8539591 0.9079544
## 520: 0.0013489163 0.8829276 0.8562718 0.9104133
## 521: 0.0274674209 0.7047722 0.5757851 0.8626549
## 522: 0.0177922771 1.0608458 1.0296864 1.0929482
## 523: 0.0282890537 0.7513552 0.6359690 0.8876762

3.3 Survival analysis via Cox Proportional Hazards regression

For this example, we will load breast cancer gene expression data with recurrence free survival (RFS) from Gene Expression Profiling in Breast Cancer: Understanding the Molecular Basis of Histologic Grade To Improve Prognosis. Specifically, we will encode each gene’s expression into Low|Mid|High based on Z-scores and compare these against RFS while adjusting for tumour grade in a Cox Proportional Hazards model.

First, let’s read in and prepare the data:

## [1] TRUE

With the data prepared, we can now apply a Cox Proportional Hazards model independently for each probe in the dataset against RFS.

In this we also increase the default blocksize to 2000 in order to speed up the analysis.

##           Variable        Term          Beta StandardError             Z
##     1:  X1007_s_at  X1007_s_at  0.3780639987     0.3535022  1.0694811914
##     2:    X1053_at    X1053_at  0.1177398813     0.2275041  0.5175285346
##     3:     X117_at     X117_at  0.6265036787     0.6763106  0.9263549892
##     4:     X121_at     X121_at -0.6138126274     0.6166626 -0.9953783151
##     5:  X1255_g_at  X1255_g_at -0.2043297829     0.3983930 -0.5128849375
##    ---                                                                  
## 22211:   X91703_at   X91703_at -0.4124539527     0.4883759 -0.8445419981
## 22212: X91816_f_at X91816_f_at  0.0482030943     0.3899180  0.1236236554
## 22213:   X91826_at   X91826_at  0.0546751431     0.3319572  0.1647053850
## 22214:   X91920_at   X91920_at -0.6452125945     0.8534623 -0.7559942684
## 22215:   X91952_at   X91952_at -0.0001396044     0.7377681 -0.0001892254
##                P       LRT      Wald   LogRank        HR    HRlower  HRupper
##     1: 0.2848529 0.2826716 0.2848529 0.2848400 1.4594563 0.72994385 2.918050
##     2: 0.6047873 0.6085603 0.6047873 0.6046839 1.1249515 0.72024775 1.757056
##     3: 0.3542615 0.3652989 0.3542615 0.3541855 1.8710573 0.49706191 7.043097
##     4: 0.3195523 0.3188303 0.3195523 0.3186921 0.5412832 0.16162940 1.812712
##     5: 0.6080318 0.6084157 0.6080318 0.6077573 0.8151935 0.37337733 1.779809
##    ---                                                                      
## 22211: 0.3983666 0.3949865 0.3983666 0.3981244 0.6620237 0.25419512 1.724169
## 22212: 0.9016133 0.9015048 0.9016133 0.9016144 1.0493838 0.48869230 2.253373
## 22213: 0.8691759 0.8691994 0.8691759 0.8691733 1.0561974 0.55103934 2.024453
## 22214: 0.4496526 0.4478541 0.4496526 0.4498007 0.5245510 0.09847349 2.794191
## 22215: 0.9998490 0.9998490 0.9998490 0.9998490 0.9998604 0.23547784 4.245498
##         P.adjust LRT.adjust Wald.adjust LogRank.adjust
##     1: 0.9999969  0.9999969   0.9999969      0.9999969
##     2: 0.9999969  0.9999969   0.9999969      0.9999969
##     3: 0.9999969  0.9999969   0.9999969      0.9999969
##     4: 0.9999969  0.9999969   0.9999969      0.9999969
##     5: 0.9999969  0.9999969   0.9999969      0.9999969
##    ---                                                
## 22211: 0.9999969  0.9999969   0.9999969      0.9999969
## 22212: 0.9999969  0.9999969   0.9999969      0.9999969
## 22213: 0.9999969  0.9999969   0.9999969      0.9999969
## 22214: 0.9999969  0.9999969   0.9999969      0.9999969
## 22215: 0.9999969  0.9999969   0.9999969      0.9999969

We now take the top probes from the model by Log Rank p-value and use biomaRt to look up the corresponding gene symbols.

not run

Two of the top hits include CXCL12 and MMP10. High expression of CXCL12 was previously associated with good progression free and overall survival in breast cancer in (doi: 10.1016/j.cca.2018.05.041.)[https://www.ncbi.nlm.nih.gov/pubmed/29800557] , whilst high expression of MMP10 was associated with poor prognosis in colon cancer in (doi: 10.1186/s12885-016-2515-7)[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4950722/].

We can further explore the role of these genes to RFS by dividing their gene expression Z-scores into tertiles for low, mid, and high expression:

Plot the survival curves and place Log Rank p-value in the plots:

Survival analysis via Cox Proportional Hazards regression.

Survival analysis via Cox Proportional Hazards regression.

Survival analysis via Cox Proportional Hazards regression.

Survival analysis via Cox Proportional Hazards regression.

3.4 Perform a conditional logistic regression

In this example, we will re-use the Cox data for the purpose of performing conditional logistic regression with tumour grade as our grouping / matching factor. For this example, we will use ER status as the dependent variable and also adjust for age.

##        Variable         Term       Beta StandardError         Z           P
## 1:   X204667_at   X204667_at  0.9940504     0.3628087  2.739875 0.006146252
## 2:   X205225_at   X205225_at  0.4444556     0.1633857  2.720285 0.006522559
## 3: X207813_s_at X207813_s_at  0.8218501     0.3050777  2.693904 0.007062046
## 4:   X212108_at   X212108_at  1.9610211     0.7607284  2.577820 0.009942574
## 5: X219497_s_at X219497_s_at -1.0249671     0.3541401 -2.894242 0.003800756
##            LRT       Wald    LogRank        HR   HRlower   HRupper
## 1: 0.006808415 0.02212540 0.02104525 2.7021573 1.3270501  5.502169
## 2: 0.010783544 0.01941078 0.01701248 1.5596409 1.1322713  2.148319
## 3: 0.037459927 0.02449358 0.02424809 2.2747043 1.2509569  4.136257
## 4: 0.033447973 0.03356050 0.03384960 7.1065797 1.6000274 31.564132
## 5: 0.005153233 0.01387183 0.01183245 0.3588083 0.1792329  0.718302

not run

Oestrogen receptor (ESR1) comes out - makes sense! Also, although 204667_at is not listed in biomaRt, it overlaps an exon of FOXA1, which also makes sense in relation to oestrogen signalling.

##            used  (Mb) gc trigger  (Mb) max used  (Mb)
## Ncells  7668085 409.6   12953370 691.8 12953370 691.8
## Vcells 24721060 188.7   76157974 581.1 75237652 574.1

4 Advanced features

Advanced features include the ability to modify block size, choose different numbers of cores, enable ‘nested’ parallel processing, modify limits for confidence intervals, and exclude certain model terms from output.

4.1 Speed up processing

First create some test data for the purpose of benchmarking:

4.1.2 ~2000 tests; blocksize, 500; cores, 2; nestedParallel, FALSE

##    user  system elapsed 
##   0.509   0.067   4.296

Focusing on the elapsed time (as system time only reports time from the last core that finished), we can see that nested processing has negligible improvement or may actually be slower under certain conditions when tested over a small number of variables. This is likely due to the system being slowed by simply managing the larger number of threads. Nested processing’s benefits can only be gained when processing a large number of variables:

4.1.4 ~40000 tests; blocksize, 2000; cores, 2; nestedParallel, FALSE

##    user  system elapsed 
##  84.368   0.459  84.824

Performance is system-dependent and even increasing cores may not result in huge gains in time. Performance is a trade-off between cores, forked threads, blocksize, and the number of terms in each model.

4.1.5 ~40000 tests; blocksize, 5000; cores, 3; nestedParallel, TRUE

In this example, we choose a large blocksize and 3 cores. With nestedParallel enabled, this translates to 9 simultaneous threads.

##    user  system elapsed 
## 244.404  12.763  59.254

4.2 Modify confidence intervals

##       Variable         Term        Beta StandardError          Z        P
##    1:    gene1        gene1 -0.05246063     0.0645450 -0.8127763 0.416346
##    2:    gene1 cellB:dosage  0.31901747     0.5774941  0.5524169 0.580663
##    3:    gene1 cellT:dosage  0.00216203     0.6497849  0.0033273 0.997345
##    4:    gene2        gene2 -0.00253452     0.0935808 -0.0270837 0.978393
##    5:    gene2 cellB:dosage  0.32608284     0.5680647  0.5740241 0.565951
##   ---                                                                    
## 1487:  gene496 cellB:dosage  0.69874990     0.7090873  0.9854216 0.324417
## 1488:  gene496 cellT:dosage -0.24600495     0.7251704 -0.3392375 0.734431
## 1489:  gene497      gene497  0.03332425     0.0539623  0.6175464 0.536874
## 1490:  gene497 cellB:dosage  0.16396712     0.6304191  0.2600922 0.794793
## 1491:  gene497 cellT:dosage -0.38773293     0.7157093 -0.5417464 0.587993
##             OR  ORlower  ORupper
##    1: 0.948892 0.803549  1.12052
##    2: 1.375775 0.310830  6.08936
##    3: 1.002164 0.187951  5.34359
##    4: 0.997469 0.783815  1.26936
##    5: 1.385530 0.320730  5.98538
##   ---                           
## 1487: 2.011237 0.323765 12.49386
## 1488: 0.781918 0.120764  5.06275
## 1489: 1.033886 0.899718  1.18806
## 1490: 1.178176 0.232263  5.97641
## 1491: 0.678594 0.107391  4.28796
##       Variable         Term        Beta StandardError          Z        P
##    1:    gene1        gene1 -0.05246063     0.0645450 -0.8127763 0.416346
##    2:    gene1 cellB:dosage  0.31901747     0.5774941  0.5524169 0.580663
##    3:    gene1 cellT:dosage  0.00216203     0.6497849  0.0033273 0.997345
##    4:    gene2        gene2 -0.00253452     0.0935808 -0.0270837 0.978393
##    5:    gene2 cellB:dosage  0.32608284     0.5680647  0.5740241 0.565951
##   ---                                                                    
## 1487:  gene496 cellB:dosage  0.69874990     0.7090873  0.9854216 0.324417
## 1488:  gene496 cellT:dosage -0.24600495     0.7251704 -0.3392375 0.734431
## 1489:  gene497      gene497  0.03332425     0.0539623  0.6175464 0.536874
## 1490:  gene497 cellB:dosage  0.16396712     0.6304191  0.2600922 0.794793
## 1491:  gene497 cellT:dosage -0.38773293     0.7157093 -0.5417464 0.587993
##             OR  ORlower ORupper
##    1: 0.948892 0.836134 1.07686
##    2: 1.375775 0.443592 4.26689
##    3: 1.002164 0.280441 3.58127
##    4: 0.997469 0.830315 1.19827
##    5: 1.385530 0.455070 4.21846
##   ---                          
## 1487: 2.011237 0.501057 8.07308
## 1488: 0.781918 0.188754 3.23912
## 1489: 1.033886 0.930122 1.14923
## 1490: 1.178176 0.342449 4.05344
## 1491: 0.678594 0.166877 2.75945

4.3 Remove some terms from output / include the intercept

##      Variable        Term        Beta StandardError          Z         P
##   1:    gene1 (Intercept)  0.29408298     0.8286179  0.3549078 0.7226586
##   2:    gene1       gene1 -0.05246063     0.0645450 -0.8127763 0.4163464
##   3:    gene2 (Intercept) -0.08050572     0.9012966 -0.0893221 0.9288259
##   4:    gene2       gene2 -0.00253452     0.0935808 -0.0270837 0.9783930
##   5:    gene3 (Intercept) -0.68851549     0.8848931 -0.7780776 0.4365233
##  ---                                                                    
## 990:  gene495     gene495 -0.06879951     0.0777362 -0.8850378 0.3761362
## 991:  gene496 (Intercept)  0.89539874     0.9041410  0.9903309 0.3220124
## 992:  gene496     gene496 -0.09612667     0.0564321 -1.7034040 0.0884925
## 993:  gene497 (Intercept) -0.30886197     0.7586733 -0.4071080 0.6839287
## 994:  gene497     gene497  0.03332425     0.0539623  0.6175464 0.5368744
##            OR   ORlower  ORupper
##   1: 1.341895 0.2644830  6.80831
##   2: 0.948892 0.8361339  1.07686
##   3: 0.922650 0.1577073  5.39786
##   4: 0.997469 0.8303154  1.19827
##   5: 0.502321 0.0886664  2.84580
##  ---                            
## 990: 0.933514 0.8015886  1.08715
## 991: 2.448312 0.4161602 14.40366
## 992: 0.908349 0.8132379  1.01458
## 993: 0.734282 0.1659889  3.24823
## 994: 1.033886 0.9301216  1.14923
##      Variable    Term        Beta StandardError          Z         P       OR
##   1:    gene1   gene1 -0.05246063     0.0645450 -0.8127763 0.4163464 0.948892
##   2:    gene2   gene2 -0.00253452     0.0935808 -0.0270837 0.9783930 0.997469
##   3:    gene3   gene3  0.06282282     0.0587251  1.0697773 0.2847196 1.064838
##   4:    gene4   gene4  0.02072779     0.0366985  0.5648127 0.5722012 1.020944
##   5:    gene5   gene5  0.15868516     0.0902953  1.7574013 0.0788494 1.171969
##  ---                                                                         
## 493:  gene493 gene493 -0.03449944     0.0815960 -0.4228080 0.6724353 0.966089
## 494:  gene494 gene494 -0.00616630     0.0366193 -0.1683894 0.8662770 0.993853
## 495:  gene495 gene495 -0.06879951     0.0777362 -0.8850378 0.3761362 0.933514
## 496:  gene496 gene496 -0.09612667     0.0564321 -1.7034040 0.0884925 0.908349
## 497:  gene497 gene497  0.03332425     0.0539623  0.6175464 0.5368744 1.033886
##       ORlower ORupper
##   1: 0.836134 1.07686
##   2: 0.830315 1.19827
##   3: 0.949067 1.19473
##   4: 0.950089 1.09708
##   5: 0.981876 1.39886
##  ---                 
## 493: 0.823308 1.13363
## 494: 0.925021 1.06781
## 495: 0.801589 1.08715
## 496: 0.813238 1.01458
## 497: 0.930122 1.14923

5 Acknowledgments

Thanks to Horácio Montenegro and GenoMax for testing cross-platform differences, and Wolfgang Huber for providing the nudge that FDR correction needed to be implemented.

Thanks to Michael Barnes in London for introducing me to parallel processing in R.

Finally, thanks to Juan Celedón at Children’s Hospital of Pittsburgh.

Sarega Gurudas, whose suggestion led to the implementation of survey weights via svyglm.

6 Session info

## R version 4.1.0 (2021-05-18)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 20.04.2 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.13-bioc/R/lib/libRblas.so
## LAPACK: /home/biocbuild/bbs-3.13-bioc/R/lib/libRlapack.so
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
## 
## attached base packages:
## [1] stats4    parallel  stats     graphics  grDevices utils     datasets 
## [8] methods   base     
## 
## other attached packages:
##  [1] survminer_0.4.9             ggpubr_0.4.0               
##  [3] ggplot2_3.3.3               GEOquery_2.60.0            
##  [5] DESeq2_1.32.0               magrittr_2.0.1             
##  [7] airway_1.12.0               SummarizedExperiment_1.22.0
##  [9] Biobase_2.52.0              GenomicRanges_1.44.0       
## [11] GenomeInfoDb_1.28.0         IRanges_2.26.0             
## [13] S4Vectors_0.30.0            BiocGenerics_0.38.0        
## [15] MatrixGenerics_1.4.0        matrixStats_0.58.0         
## [17] RegParallel_1.10.0          arm_1.11-2                 
## [19] lme4_1.1-27                 Matrix_1.3-3               
## [21] MASS_7.3-54                 survival_3.2-11            
## [23] stringr_1.4.0               data.table_1.14.0          
## [25] doParallel_1.0.16           iterators_1.0.13           
## [27] foreach_1.5.1               knitr_1.33                 
## 
## loaded via a namespace (and not attached):
##   [1] readxl_1.3.1           backports_1.2.1        Hmisc_4.5-0           
##   [4] splines_4.1.0          BiocParallel_1.26.0    digest_0.6.27         
##   [7] htmltools_0.5.1.1      fansi_0.4.2            checkmate_2.0.0       
##  [10] memoise_2.0.0          cluster_2.1.2          openxlsx_4.2.3        
##  [13] limma_3.48.0           Biostrings_2.60.0      readr_1.4.0           
##  [16] annotate_1.70.0        jpeg_0.1-8.1           colorspace_2.0-1      
##  [19] blob_1.2.1             haven_2.4.1            xfun_0.23             
##  [22] dplyr_1.0.6            crayon_1.4.1           RCurl_1.98-1.3        
##  [25] jsonlite_1.7.2         genefilter_1.74.0      zoo_1.8-9             
##  [28] glue_1.4.2             gtable_0.3.0           zlibbioc_1.38.0       
##  [31] XVector_0.32.0         DelayedArray_0.18.0    car_3.0-10            
##  [34] abind_1.4-5            scales_1.1.1           DBI_1.1.1             
##  [37] rstatix_0.7.0          Rcpp_1.0.6             gridtext_0.1.4        
##  [40] xtable_1.8-4           htmlTable_2.2.1        foreign_0.8-81        
##  [43] bit_4.0.4              km.ci_0.5-2            Formula_1.2-4         
##  [46] htmlwidgets_1.5.3      httr_1.4.2             RColorBrewer_1.1-2    
##  [49] ellipsis_0.3.2         farver_2.1.0           pkgconfig_2.0.3       
##  [52] XML_3.99-0.6           nnet_7.3-16            sass_0.4.0            
##  [55] locfit_1.5-9.4         utf8_1.2.1             labeling_0.4.2        
##  [58] tidyselect_1.1.1       rlang_0.4.11           AnnotationDbi_1.54.0  
##  [61] munsell_0.5.0          cellranger_1.1.0       tools_4.1.0           
##  [64] cachem_1.0.5           cli_2.5.0              generics_0.1.0        
##  [67] RSQLite_2.2.7          broom_0.7.6            evaluate_0.14         
##  [70] fastmap_1.1.0          yaml_2.2.1             bit64_4.0.5           
##  [73] zip_2.1.1              survMisc_0.5.5         purrr_0.3.4           
##  [76] KEGGREST_1.32.0        nlme_3.1-152           xml2_1.3.2            
##  [79] compiler_4.1.0         rstudioapi_0.13        curl_4.3.1            
##  [82] png_0.1-7              ggsignif_0.6.1         tibble_3.1.2          
##  [85] geneplotter_1.70.0     bslib_0.2.5.1          stringi_1.6.2         
##  [88] highr_0.9              ps_1.6.0               forcats_0.5.1         
##  [91] lattice_0.20-44        markdown_1.1           nloptr_1.2.2.2        
##  [94] KMsurv_0.1-5           vctrs_0.3.8            pillar_1.6.1          
##  [97] lifecycle_1.0.0        jquerylib_0.1.4        bitops_1.0-7          
## [100] R6_2.5.0               latticeExtra_0.6-29    gridExtra_2.3         
## [103] rio_0.5.26             codetools_0.2-18       boot_1.3-28           
## [106] assertthat_0.2.1       withr_2.4.2            GenomeInfoDbData_1.2.6
## [109] ggtext_0.1.1           hms_1.1.0              grid_4.1.0            
## [112] rpart_4.1-15           tidyr_1.1.3            coda_0.19-4           
## [115] minqa_1.2.4            rmarkdown_2.8          carData_3.0-4         
## [118] base64enc_0.1-3

7 References

Blighe and Lasky-Su (2018)

Blighe, K, and J Lasky-Su. 2018. “RegParallel: Standard regression functions in R enabled for parallel processing over large data-frames.” https://github.com/kevinblighe/RegParallel.