1. Where is the bash program located on your system?
A: In /bin/bash
2. Use the
--versioncommand to find out which version you are running.
| #################################### | |
| # BASIC REQUIREMENTS | |
| # http://graphite.wikidot.com/installation | |
| # http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
| # Last tested & updated 10/13/2011 | |
| #################################### | |
| sudo apt-get update | |
| sudo apt-get upgrade |
| --- | |
| title: "Codebook template" | |
| author: "Your name here" | |
| date: "The date here" | |
| output: | |
| html_document: | |
| keep_md: yes | |
| --- | |
| ## Project Description |
sample codebook.
It's very similar to a Statistical Analysis Plan, actually.
Setup, there is a dogwalking business. It wants to analyze its work.
Raw data is: name of dog, address of owner, time walked, date walked, size of dog (small, medium, or large), health of dog (well or sick) on that date and time, comments, and pay.
The business wants to assign ID# to the dogs, and codewords to the address to make this data anonymous. There isn't anything to do to the comments--since free text is all over the place.