Skip to content
View rplzzz's full-sized avatar
  • University of Virginia
  • Charlottesville, VA
Block or Report

Block or report rplzzz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. copula-explore copula-explore Public

    Adventures in copula modeling.

    Jupyter Notebook 1 1

  2. R functions for saving the list of i... R functions for saving the list of installed packages and then reinstalling them all when you upgrade R
    1
    savepkgs <- function(saveloc)
    2
    {
    3
        instpkg <- installed.packages()
    4
        cranpkg <- available.packages()
    5
        iscran <- instpkg[,'Package'] %in% cranpkg[,'Package']
  3. causal-modeling causal-modeling Public

    Simple experiments in Bayesian causal modeling

    Stan