thesamuelsoncondition.com
R, RODBC and Big Data Analytics – The Samuelson Condition
https://thesamuelsoncondition.com/2014/03/05/r-rodbc-and-big-data-analytics
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. R, RODBC and Big Data Analytics. Date: March 5, 2014. In this example I’m going to outline a ghetto way to use R’s distributed computing packages (‘snow’ and ‘snowfall’) and RODBC to process large amounts of data. This specific case is motivated by the fact that it’s only possible to bring a certain amount of data onto a local R workspace. Require(RODBC) #establish the haversine distance functio...
thesamuelsoncondition.com
Running compiled code in R with .Fortran – The Samuelson Condition
https://thesamuelsoncondition.com/2014/03/13/running-compiled-code-in-r-with-fortran
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. Running compiled code in R with .Fortran. Date: March 13, 2014. Have a good one for the .C interface and this one. Approximation of an unknown function using Chebyshev Polynomials is one example of a loop-intensive undertaking that runs much faster from compiled code than from within R. Like most approximation schemes, the weights (or coefficients) determine how important the value of the functi...
thesamuelsoncondition.com
RODBC – The Samuelson Condition
https://thesamuelsoncondition.com/tag/rodbc
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. R, RODBC and Big Data Analytics. March 5, 2014. Mdash; 2 Comments. February 19, 2014. Mdash; 0 Comments. More on sample selection: ipw, propensity score matching and some other stuff. Twitter analytics with twitteR. Affordable housing policy: ADUs and other commentary. Weed: it’s good for you…but maybe not. A github post with no R-code (the horror! On More public policy analysis: s….
thesamuelsoncondition.com
aaronmams – The Samuelson Condition
https://thesamuelsoncondition.com/author/aaronmams
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. More on sample selection: ipw, propensity score matching and some other stuff. September 2, 2016. Mdash; 0 Comments. Twitter analytics with twitteR. July 9, 2016. Mdash; 0 Comments. Affordable housing policy: ADUs and other commentary. June 21, 2016. Mdash; 4 Comments. Weed: it’s good for you…but maybe not. June 10, 2016. Mdash; 0 Comments. A github post with no R-code (the horror! June 10, 2016.
thesamuelsoncondition.com
.Fortran – The Samuelson Condition
https://thesamuelsoncondition.com/tag/fortran
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. Running compiled code in R with .Fortran. March 13, 2014. Mdash; 0 Comments. More on sample selection: ipw, propensity score matching and some other stuff. Twitter analytics with twitteR. Affordable housing policy: ADUs and other commentary. Weed: it’s good for you…but maybe not. A github post with no R-code (the horror! On More public policy analysis: s…. 2016 The Samuelson Condition.
thesamuelsoncondition.com
data hacks – The Samuelson Condition
https://thesamuelsoncondition.com/tag/data-hacks
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. Data hacks with list.files() and unz(). August 7, 2014. Mdash; 0 Comments. More on sample selection: ipw, propensity score matching and some other stuff. Twitter analytics with twitteR. Affordable housing policy: ADUs and other commentary. Weed: it’s good for you…but maybe not. A github post with no R-code (the horror! On More public policy analysis: s…. On Affordable housing policy: ADU….
thesamuelsoncondition.com
LaTeX Diagrams with Tikz – The Samuelson Condition
https://thesamuelsoncondition.com/2014/02/23/latex-diagrams-with-tikz
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. LaTeX Diagrams with Tikz. Date: February 23, 2014. If you’re a LaTeX user but haven’t yet harnessed the power of the ‘tikz’ package, this little post might help get you started. I use the ‘tikz’ package in LaTeX to do most of my diagramming, illustrating, flow-charting, etc. I like this. Little introduction but lots of cool examples with reproduceable code can be pulled off of Stack Overflow.
thesamuelsoncondition.com
R – The Samuelson Condition
https://thesamuelsoncondition.com/tag/r
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. April 14, 2016. Mdash; 0 Comments. Quick and dirty investment analysis with R & Quantmod. March 3, 2016. Mdash; 0 Comments. Easy access to World Bank Development Indicators. October 30, 2015. Mdash; 0 Comments. Accessing Google Maps Distance Matrix API in R to get driving distances. October 1, 2015. Mdash; 0 Comments. Data hacks with list.files() and unz(). August 7, 2014. Mdash; 0 Comments.
thesamuelsoncondition.com
files.list() – The Samuelson Condition
https://thesamuelsoncondition.com/tag/files-list
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. Data hacks with list.files() and unz(). August 7, 2014. Mdash; 0 Comments. More on sample selection: ipw, propensity score matching and some other stuff. Twitter analytics with twitteR. Affordable housing policy: ADUs and other commentary. Weed: it’s good for you…but maybe not. A github post with no R-code (the horror! On More public policy analysis: s…. On Affordable housing policy: ADU….
thesamuelsoncondition.com
Policy Analysis – The Samuelson Condition
https://thesamuelsoncondition.com/category/policy-analysis
Quasi-public goods, natural resource economics, public policy, computational economics and other stuff I like. More on sample selection: ipw, propensity score matching and some other stuff. September 2, 2016. Mdash; 0 Comments. Twitter analytics with twitteR. July 9, 2016. Mdash; 0 Comments. Affordable housing policy: ADUs and other commentary. June 21, 2016. Mdash; 4 Comments. Weed: it’s good for you…but maybe not. June 10, 2016. Mdash; 0 Comments. Time Series VII: Breakpoint detection for seasonal data.