Paper

R markdown formatting

The final report will only be accepted as a PDF output created from an R markdown file. You are free to use the template provided by clicking on the icon below or to create your own custom version.

.Rmd and PDF file logos

Please note that there is no need to denote the variant in your submission as it will become obvious simply by looking at it. For further information about the R markdown framework and options, some resources are provided below:

  1. go through the optional extra credit R markdown module on data.camp

  2. check out the course section on R markdown in the Guides section

  3. review over the R markdown section in R for Data Science. For a comprehensive guide to R markdown, take a look at the R markdown Cookbook

  4. use an external resource like StackOverflow

  5. reach out for assistance over our course Slack site

Paper Submissions

You are required to submit two variants of this task to different outlets. Please read the following carefully and ask questions if needed.

Type of Submission Description of Reporting Style What to Provide Where to Submit1
Detailed Report The entire report with all code chunks, syntax, and corresponding explanations shown as a single PDF PDF as described /logos/wvu-blue-ico.png{width=20px}
Cleaned Report The entire report with all code chunks, syntax and explanations hidden as a single PDF PDF as described, .Rmd file, & applicable data set(s)2 /logos/slack-ico.png{width=20px}

Structure

The paper parallels a miniaturized article involving the parts below. Depending on the level of detail in your proposal, parts from that may be directly copied over. This should be written in a third party voice.

Section Description
1 Introduction A brief narrative of your data set including but not limited to its sampling frame, context, history if feasible, and network structure. Please end this section indicating your research question(s).
2 Methods A detailed narrative outlining the unique need for an SNA and what approach(es) you took to address those. Please do not simply repeat or rehash SNA content such as definitions, methods, etc.; rather describe how each were applied in context, what they were intended to accomplish and why you chose to use them.
3 Analyses A detailed narrative showing the work you’ve performed explicitly shown in the code chunks. Each chunk should be preceded by an explanation of what is going on and why you chose to pursue.
4 Results A general narrative describing the study outcomes and any conclusions drawn. You need to be specific and tie the results back into the reseasrch question(s)
5 Limitations A brief narrative describing possible next steps in conducting a future SNA predicated on what you have done and found thus far.

There is a hard submission deadline on December 16 at 11:59 PM due to the short turnaround between finals week and the end of the university grading period. This implies that late submissions cannot be accepted.

Notes

  • There is no need to denote the variant in your submission as it will become obvious simply by looking at it

  • I highly recommend that you consider performing all of your analyses in a script first and then transferring the appropriate code over to an Rmarkdown file which is generally used for reporting

  • These are based on networks, so make sure to include multiple visualizations to assist with your narrative. Your visualizations should not only describe what is occurring stepwise, but also emphasize the complexity of your data. These should be included in both variants.


  1. You may click on the icons to get connected↩︎

  2. If you have a protected data set that has been discussed with me, then this can and should be excluded↩︎