diff --git a/journal/Readme.md b/journal/Readme.md index e2497329b794b9f6949a3dfdaebfe9da8f6048f8..755b13d83ad83fd76c50164578da44720afddbda 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -11,5 +11,12 @@ Reserved for the Mooc's logbook "*" and "_" both make text italic "**" and "__" both make text bold -# Replicable analysis best practise -- Never alter the data file manually, data should always be edited by code ! \ No newline at end of file +# Replicable analysis best practise - Module 3 +- Never alter the data file manually, data should always be edited by code ! +- Read data directly from source. +- A replicable analysis: + - must contain all of the data processing steps in an executable form. + - it's important to explain all choices that might impact the results. + - Expose many technical details, only then other readers can verify the work with us. +- A year has always more than 7x52 days. +- \ No newline at end of file