Skip to content
View dantonnoriega's full-sized avatar
Block or Report

Block or report dantonnoriega

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. xmltools xmltools Public

    Tools to look at xml data. Has functions similar to the `tree` command line tool ( xml_view_tree). Allows one to find paths quickly, including just terminal node paths (xml_get_paths). Also has two…

    R 25 4

  2. PubPol590-Sp15 PubPol590-Sp15 Public

    Python 19 12

  3. stan-statespace stan-statespace Public

    Forked from sinhrks/stan-statespace

    Stan models for state space time series. Updated in 2019/2020 by Danton Noriega (@dantonnoriega)

    R 8

  4. a collection of cool bash scripts a collection of cool bash scripts
    1
    # cool bash codes
    2
    
                  
    3
    # search a directory for all lines that match a pattern (not perfect but useful) ------
    4
    ## e.g. grep is searching for all lines matching "::" in `R/` to determine package calls
    5
    ## -h hides the file names; -i ignores case
  5. SR3TuringQuarto.jl SR3TuringQuarto.jl Public

    Porting the R code from the draft 3rd edition of Statistical Rethinking to Julia. Written in Quarto.

    Dockerfile 3

  6. example-build-postgres-database-with-docker example-build-postgres-database-with-docker Public

    An example that shows two approaches — using docker-compose and/or a shell script — to build a small Postgres database.

    Shell 2