Skip to content

Commit 4882689

Browse files
committed
agri >> {aridagri}; econ >> {nowcast}; lhf >> using R for projects
1 parent 814bac3 commit 4882689

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

21.7 KB
Loading

qmd/agriculture.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Misc {#sec-ag-misc .unnumbered}
44

55
- Packages
6+
- [{]{style="color: #990000"}[aridagri](https://cran.r-project.org/web/packages/aridagri/index.html){style="color: #990000"}[}]{style="color: #990000"} - Provides 35+ functions for statistical analysis in agricultural research, with special focus on experimental design analysis and agronomic calculations
7+
- Complete ANOVA Suite: All experimental designs with proper error terms
8+
- Multiple Post-Hoc Tests: LSD, Duncan, Tukey, SNK, Scheffé, Bonferroni, Dunnett
9+
- Stability Analysis: 7 methods (Eberhart-Russell, AMMI, Finlay-Wilkinson, Shukla, Wricke, CV, Superiority)
10+
- Thermal Indices: GDD, HTU, PTU, Heat Use Efficiency
11+
- Crop Growth Analysis: CGR, RGR, NAR, LAI
12+
- Publication-Ready Output: Formatted tables with SE, CD, CV
613
- [{]{style="color: #990000"}[STCCGEV](https://cran.r-project.org/web/packages/STCCGEV/index.html){style="color: #990000"}[}]{style="color: #990000"} - Spatio-Temporal, Conditional Copula Model for Crop Yield Forecasting
714
- Incorporates extreme weather covariates and Bayesian Structural Time Series models to analyze crop yield dependencies across multiple regions
815
- Papers

qmd/economics.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- [{]{style="color: #990000"}[econgoods](https://github.com/UchidaMizuki/econgoods){style="color: #990000"}[}]{style="color: #990000"} - Provides various utility functions and usage with composite goods in economics.
77
- Current utility functions: Constant elasticity of substitution (CES) utility, Leontief utility, Cobb-Douglas utility, marginal utility for two goods
88
- `util_calibrate`: Fit parameters of utility functions to the given prices and quantities.
9+
- [{]{style="color: #990000"}[nowcast](https://cran.r-project.org/web/packages/nowcast/index.html){style="color: #990000"}[}]{style="color: #990000"} - Provides bridge equations with optional autoregressive terms for nowcasting low-frequency macroeconomic variables (e.g. quarterly GDP) from higher-frequency indicators (e.g. monthly retail sales).
10+
- Handles the ragged-edge problem where different indicators have different publication lags via mixed-frequency alignment.
11+
- Includes pseudo-real-time evaluation with expanding or rolling windows, and the Diebold-Mariano test
912
- **Dynamic stochastic general equilibrium (DSGE)** models, which are popular in macroeconomic modeling, are garbage ([article](https://marginalrevolution.com/marginalrevolution/2022/11/a-big-and-embarrassing-challenge-to-dsge-models.html))
1013
- Even under extremely ideal conditions they don't retrieve the parameters and using them to forecast is no better than chance.
1114

qmd/low-hanging-fruit.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@
3232
- A place to store and ship code & data
3333
- Compute ("infrastructure") to execute the code on
3434
- Tools to orchestrate, monitor, and report on operations of the code
35+
- Using R for projects
36+
- R is stable, widely used, and institutionally relevant. It's been consistently in or around the top 10 computer programming rankings
37+
- The community is active.
38+
- The ecosystem is healthy.
39+
- The language continues to matter in research, statistics, and data‑driven work.
40+
- TIOBE Index\
41+
![](_resources/Low-Hanging-Fruit.resources/tiobe-index-2007-2026-1.webp){.lightbox width="632"}
42+
- Companies that use R for data science
43+
- Captial One
44+
- Johnson & Johnson
45+
- GSK
46+
- Roche
47+
- Novo Nordisk
48+
- Oventive
3549

3650
## What you offer {#sec-lhf-wyo .unnumbered}
3751

0 commit comments

Comments
 (0)