Final Project Template ECO 220


Final Project Template ECO 220
30 April 2019

Introduction Research Idea
The data set
Your analysis Graphs and tables
Inference and testing (If we get there in class)
** YOU HAVE TO SHOW ALL YOUR CODE, BUT BE MINDFUL THAT THE MORE EFFICIENT YOUR CODE IS THE LESS LINES OF CODE YOU WILL NEED. ALSO THE IDEA OF THE PORJECT IS THAT YOUR TABLES AND GRAPHS ARE SO GOOD THAT IF YOUR CODE IS HIDDEN YOU WHOLE DOCUMENT MAKE SENSE. YOU NEED TO EXPLAIN YOUR FINDINGS BUT AGAIN YOUR TABLES AND GRAPHS SHOULD BE SELF CONTAINED SO THAT UNDERSTAND YOUR ANALYSIS BY LOOKING AT THOSE ONLY ** REMEMBER THIS A TEMPLATE SO YOU HAVE AN IDEA OF THE SECTIONS THAT YOU COULD CREATE, CONTENT AND PACKAGES THAT YOU SHOULD HAVE IN YOUR PROJECT. HOWEVER, I EXPECT THAT YOU DO AS MUCH AS YOU CAN TO SHOW ME YOUR KNOWLEDGE OF R AND YOUR DISCRETION ABOUT WHEN AND HOW TO USE THE CODE. I ALSO EXPECT THAT YOU SHOW ME YOUR SKILLS FOR PROGRAMING ON YOUR OWN, AND FIGURING OUT THE MANIPULATION THAT YOU NEED TO ACCOMPLISH YOUR ANALYTICAL GOALS. THAT MEANS MAKING DESCIONS ABOUT PACKAGES AND FUNCTIONS TO USE. ALSO I EXPECT THAT YOU GO A LITTLE BEYOND WHAT YOU LEARNED AND SHOW ME THAT YOU ARE ABLE TO FIGURE OUT THINGS ON YOUR OWN, NEW CODE HERE AND THERE WITH FUNCTIONS OR PACKAGES THAT WE DIDN’T LEARN IN CLASS ARE EXPECTED.

Introduction Research Idea

代做ECO 220作业、代写analysis Graphs作业、R程序设计作业调试、R实验作业代写
Describe your research idea, give a broad idea of the data, the statistical analysis that you want to perform.

The data set
Here you have to repeat the first part of your final project but improve it, according to my feedback.

Shortly describe your data source and data. Why you think this data is adequate to answer your research question. Do the required manipulations so that your data have self explanatory names and if not describe those variables shortly.

Choose only the variables that are part of the analysis. Create the data set with those, do not print your all your dataset or new objects into the Rmarkdown document.

If you have issues with your data structure it might be because it is not in the right format. Use the package tidyr that allows you to improve and change the format of your dataset. Also check the tips of the week section on canvas there are some usefull tips there.

# In this chunk of code load your data set into Rmarkdown

# str(data)
# use stargazer to do a table of the summary statistics of your dataset
# summary(data)
Your analysis Graphs and tables
Explain some of the important descriptive statistics of your data set by using data visualization and tables ( correlations, means etc.)

Remember to use ggplot2 and dplyr packages that are part of the tidyverse package

Here if where your research idea is executed. Here you can show

Correlations Means Variances Standard deviations Samples Grouping of variables and comparisons… etc

Whatever you are planing to investigate with your data do it here remember to use the package dplyr when possible. Remember to use stargazer and/or kable if you do tables, if possible.

See that in the chunk of code below if you use stargazer you need to use the option results=‘asis’ when using html. No need to do that for kable()

Inference and testing (If we get there in class)
Do some hypotesis testing and confidence intervals to support your claims about your data in the previous section. Explain your results

因为专业,所以值得信赖。如有需要,请加QQ99515681 或邮箱:[email protected] 

微信:codinghelp

猜你喜欢

转载自www.cnblogs.com/pythonwel/p/10809373.html
ECO