Skip to content

Commit aa1f8f2

Browse files
committed
Merge pull request #5 from nickreich/master
Added section on proper encoding of variables in Excel.
2 parents 262a91d + 3c092f0 commit aa1f8f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ In general, try to avoid coding categorical or ordinal variables as numbers. Whe
131131
data, it should be "male" or "female". The ordinal values in the data set should be "poor", "fair", and "good" not 1, 2 ,3.
132132
This will avoid potential mixups about which direction effects go and will help identify coding errors.
133133

134+
Always encode every piece of information about your observations using text. For example, if you are storing data in Excel and use a form of colored text or cell background formatting to indicate information about an observation ("red variable entries were observed in experiment 1.") then this information will not be exported (and will be lost!) when the data is exported as raw text. Every piece of data should be encoded as actual text that can be exported.
134135

135136
### The instruction list/script
136137

@@ -184,5 +185,6 @@ Contributors
184185

185186
* [Jeff Leek](http://biostat.jhsph.edu/~jleek/) - Wrote the initial version.
186187
* [L. Collado-Torres](http://bit.ly/LColladoTorres) - Fixed typos, added links.
188+
* [Nick Reich](http://people.umass.edu/nick/) - Added tips on storing data as text.
187189

188190

0 commit comments

Comments
 (0)