knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(tidyquant) library(tsfe) library(fpp2) library(bookdown) ## this needs to be installed to knit this document to a pdf for submission ## When you knitr the document the references should automatically populate at the end of the document
refs.bib
file to include any extra references you have. Knit
to see what the output will look liketinytex
4 . Save the .Rmd file using the naming convention specified in classTip: It is good practice to HIT and KNIT every time you do a new piece of code or text chunk
It should be sufficiently non-technical that an intelligent person who is unfamiliar with the field could grasp what the study is about. The introduction should include a summary of the relevant articles in the field. At a minimum, the papers provided should be summarized in the student's own words. The end of the introduction should introduce what is going to happen in the rest of the paper.
Use high-quality literature to illustrate the pros and cons of the argument.
Some examples of how to use the .bib
to add references
In line @Johannes.2014
renders as @Johannes.2014
And [@Timmermann.2008]
renders as [@Timmermann.2008]
If this is too complicated you can use manual copy and paste referencing.
Tip:A good introduction should provide answers to What are the aims and objective of the research?, Does it address a new problem or an old problem in a new way? A good literature review critically assesses the research to date.
A detailed description of the data to include, the source, the format, the data features and any limitations, which are relevant to the analysis. Where appropriate use of professional data visualisations. The model and estimation techniques being used should be outlined, using equations where appropriate and with a critique of their limitations, weaknesses and potential improvements.
Tip: Use clear and concise graphical representation as per the principles of Edward Tufte. Do not mechanically replicate the course material! This is your chance to express your understanding of the techniques, their applications and their limitations.
Results should be displayed professionally in tabulated or graph form, with emphasis on any interesting features. Inferences should be related to the original aims of the project and if the results are what was expected based on prior academic research.
Tip: The bland reporting of results without proper discussion and critique will score low in this section! Mention each table/figure explicitly in the text; poor referencing will also be penalised!. Results should be tabulated in a professional manner in line with a high-quality journal output. Copy and paste shortcuts from statistical software is not professional and will be penalised.
In conclusion you should restate your original aim and outline the most important results, as well as the weaknesses in the study. It is also important to state some directions for future research in the area.
Summarise and state your critical assessment using any evidence you have provided in the previous sections.
Tip: The bland reporting of results without proper discussion and critique will score low in this section! Mention each table/figure explicitly in the text; poor referencing will also be penalised!. Results should be tabulated in a professional manner in line with a high-quality journal output. Copy and paste shortcuts from statistical software is not professional and will be penalised.
This is where the cited references should appear when you render the document to a pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.