From 5415e5f0aa0d8942520f0ea73d41ecadd9f6eea0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Dec 2022 12:52:27 -0700 Subject: [PATCH] Updates check in data --- Defense_proposal/CREP_Sections/Background.tex | 9 ++++----- Defense_proposal/CREP_Sections/Data.tex | 9 +++++++++ .../CREP_Sections/Econometric.tex | 20 +++++++++++++++++++ Defense_proposal/CREP_Sections/Question.tex | 4 ++-- Defense_proposal/Defense.tex | 4 +++- Defense_proposal/RG_Sections/Backgound.tex | 17 ++++++++++++++++ 6 files changed, 55 insertions(+), 8 deletions(-) create mode 100644 Defense_proposal/CREP_Sections/Data.tex create mode 100644 Defense_proposal/CREP_Sections/Econometric.tex create mode 100644 Defense_proposal/RG_Sections/Backgound.tex diff --git a/Defense_proposal/CREP_Sections/Background.tex b/Defense_proposal/CREP_Sections/Background.tex index ae63760..d7221bf 100644 --- a/Defense_proposal/CREP_Sections/Background.tex +++ b/Defense_proposal/CREP_Sections/Background.tex @@ -1,11 +1,10 @@ -\begin{frame} - The Conservation Reserve Enhancement Program aimed at increase fallowing the Rio Grande region by 40,000 Acres. -\begin{enumerate} - +\begin{frame}{Background} + \textbf{The Conservation Reserve Enhancement Program aimed at increase fallowing the Rio Grande region by 40,000 Acres.} +\begin{itemize} \item{Program formed in late 2013} \item{Eligibility based on water use from 2006-2013} \item{One time enrollment payment to retire of \$200 per acre} \item{\$22 acre per year of 15 year lease} \item{\$66 per acre per year} -\end{enumerate} +\end{itemize} \end{frame} diff --git a/Defense_proposal/CREP_Sections/Data.tex b/Defense_proposal/CREP_Sections/Data.tex new file mode 100644 index 0000000..36004df --- /dev/null +++ b/Defense_proposal/CREP_Sections/Data.tex @@ -0,0 +1,9 @@ +\begin{frame}{Data} +\textbf{Available Data} +\begin{itemize} +\item{Enrollment timing} +\item{Payment amount} +\item{Neighbouring farms} +\item{Historic crop choice} +\end{itemize} +\end{frame} diff --git a/Defense_proposal/CREP_Sections/Econometric.tex b/Defense_proposal/CREP_Sections/Econometric.tex new file mode 100644 index 0000000..c404d7e --- /dev/null +++ b/Defense_proposal/CREP_Sections/Econometric.tex @@ -0,0 +1,20 @@ +\begin{frame}{Econometric Strategy} + \textbf{Dirrect Counterfactual} +\begin{equation*} + W_{i,t}=CREP_{i,t}\cdot X_{t}+\alpha_{i}+\beta_{t}\cdot X_{t}+\epsilon_{i,t} +\end{equation*} + +Where \(W_{i,t}\) is the water intensify in a given year (t) by parcel \(i\). \(\alpha_{i}\) is the parcel fixed effect. \(\beta_{t}\) captures time variant variables like run off volumes, growing season heating degree days, and prices. +\newline +\newline +\textbf{Who enters the program} +\begin{equation*} + logit(I_{CREP})=\beta_{i}\cdot X_{i} +\end{equation*} +Where \(X_{i}\) are parcel attributes such as acreage, crop choice, and location. + + + + + +\end{frame} diff --git a/Defense_proposal/CREP_Sections/Question.tex b/Defense_proposal/CREP_Sections/Question.tex index 6c090ab..852f87a 100644 --- a/Defense_proposal/CREP_Sections/Question.tex +++ b/Defense_proposal/CREP_Sections/Question.tex @@ -1,5 +1,5 @@ -\begin{frame} -How effective are CREP payments at reducing water use? +\begin{frame}{Key Questions} + \textbf{How effective are CREP payments at reducing water use?} \begin{itemize} \item{Who enrolls?} \item{How much water is directly saved?} diff --git a/Defense_proposal/Defense.tex b/Defense_proposal/Defense.tex index 1c0b138..0785ccc 100644 --- a/Defense_proposal/Defense.tex +++ b/Defense_proposal/Defense.tex @@ -57,6 +57,7 @@ \section{Hedonic} \subsection{Introduction} \input{./RG_Sections/Question.tex} +\input{./RG_Sections/Backgound.tex} \input{./RG_Sections/Timeline.tex} \input{./RG_Sections/Legal_Concern.tex} \input{./RG_Sections/Reg_Disc.tex} @@ -72,7 +73,8 @@ \section{CREP payments} \input{./CREP_Sections/Question.tex} \input{./CREP_Sections/Background.tex} - +\input{./CREP_Sections/Data.tex} +\input{./CREP_Sections/Econometric.tex} diff --git a/Defense_proposal/RG_Sections/Backgound.tex b/Defense_proposal/RG_Sections/Backgound.tex new file mode 100644 index 0000000..bcce15b --- /dev/null +++ b/Defense_proposal/RG_Sections/Backgound.tex @@ -0,0 +1,17 @@ +\begin{frame}{Background} +\textbf{San Luis Valley} +\begin{enumerate} +\item{Agricultural economy in Southern Colorado} +\item{Use of surface water from Rio Grande river} +\item{Part of Rio Grande Conservation Water District} +\item{Rio Grande, Saguache, Alamosa} +\end{enumerate} +\textbf{Legal} +\begin{enumerate} +\item{Prior Appropriation} +\item{Complex ground water law} +\item{Conversation districts} +\item{Subdistricts} +\end{enumerate} + +\end{frame}