-
Notifications
You must be signed in to change notification settings - Fork 4
Overview of Analysis in R
Mark edited this page Oct 11, 2017
·
23 revisions
This page defines my data analysis goals and provides guidelines for how these are are implemented, specifically in R-Studio. It is a description of file structure of data and analysis scripts, as well as my workflow in R-Studio.
_original_data archive_content
.Rproj - Open this first. name_analysis.R - Open this within R-Studio (within the project environment). name_data.rda - data file to be used with the analysis.R file.
name_data_structures.R - file used to generate cleaned data structures (.rda files). Dependents: .csv files in _original_data
Home | Overview | Expectations