Skip to content

Instantly share code, notes, and snippets.

View eliardocosta's full-sized avatar
🎯
Focusing

Eliardo Costa eliardocosta

🎯
Focusing
View GitHub Profile
# benford_file.R
#
# Copyright (c) 2017 Eliardo Costa
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the BSD Zero Clause License as published by
# Rob Landley. See http://spdx.org/licenses/0BSD.html for more details.
benford_file <- function(vecdata, filename, source.url, ds) {
cd <- getwd()
@eliardocosta
eliardocosta / README.md
Last active August 2, 2017 20:30
The R codes to implement the algorithms and figures in Costa, Lopes & Singer (2016).

Description

These are the R codes to implement the algorithms and figures in Costa, Lopes & Singer (2016).

Reference

License

The MIT License (MIT)
@eliardocosta
eliardocosta / README.md
Last active July 31, 2017 18:41
The R codes to implement the algorithms and figures in Costa, Lopes & Singer (2015).

Description

These are the R codes to implement the algorithms and figures in Costa, Lopes & Singer (2015).

Reference

License

The MIT License (MIT)