Updates check in data

This commit is contained in:
alex 2022-12-06 12:52:27 -07:00
parent 45082520d4
commit 5415e5f0aa
6 changed files with 55 additions and 8 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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?}

View File

@ -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}

View File

@ -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}