Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpeach committed Aug 28, 2019
2 parents 2c61af5 + 325c6e5 commit 9e1dbbc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
Binary file not shown.
5 changes: 5 additions & 0 deletions 2019-08-27_high_performance_computing/Links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A Brief Introduction to Using R for High-Performance Computing

https://gvegayon.github.io/ocrug-hpc-august2019

https://github.com/gvegayon/ocrug-hpc-august2019
9 changes: 9 additions & 0 deletions 2019-08-27_high_performance_computing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# A Brief Introduction to Using R for High-Performance Computing

* 2019-07-30
* Speaker: George G. Vega Yon

## Abstract

While the R programming language was not developed for High-Performance Computing (think about the ‘for’ loops!), thanks to its always thriving community of users, there are several ways in which R can be used to perform HPC. In this presentation, I will give you a general overview of HPC in R with a particular focus on multi-core processing (i.e. no big data for now), and introduce some of the available tools for enhancing your R code. The presentation will include some examples using the 'parallel' package, Rcpp, and Rcpp(Armadillo) + OpenMP.

8 changes: 8 additions & 0 deletions 2019-08-27_regression_models_for_count_data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Regression Models for Count Data

* 2019-08-27
* Speaker: Olga Korosteleva

## Abstract

In my presentation, I plan to give a brief overview of various regression models: their settings, mathematical expressions, and implementation to datasets with complete R codes. The following models will be considered: linear (normal response), gamma (right-skewed response), logistic (binary response), Poisson, zero-truncated Poisson, zero-inflated Poisson, longitudinal model, and hierarchical model.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Presentation materials from our monthly meetings

## 2019 ##

* 08/27/2019: *Olga Korosteleva*, [Regression Models for Count Data](https://github.com/ocrug/presentations/tree/master/2019-08-27_a_brief_intro_to_using_r_for_hpc/))
* 08/27/2019: *George G. Vega Yon*, [A Brief Introduction to Using R for High-Performance Computing](https://github.com/ocrug/presentations/tree/master/2019-08-27_high_performance_computing)

* 08/27/2019: *Olga Korosteleva*, [Regression Models for Count Data](https://github.com/ocrug/presentations/tree/master/2019-08-27_regression_models_for_count_data/)

Expand Down

0 comments on commit 9e1dbbc

Please sign in to comment.