Начать. Это бесплатно
или регистрация c помощью Вашего email-адреса
Week 3 создатель Mind Map: Week 3

1. Hierarchy of information

1.1. Asking info from busy people

1.2. Research paper

1.2.1. Titl

1.2.2. Author list

1.2.3. Abstracct

1.2.4. Body

1.2.5. Suplementary materilas

1.2.6. Code / Data

1.3. email presentation

1.3.1. + Links

1.3.2. + Data / Code

2. RPubs

2.1. rpubs.com

2.1.1. publishing knitr documents

2.1.2. RStudio - knitr results - Publish button

2.1.2.1. Sends resulting html file to RPubs

2.1.3. People can comment and share

2.1.4. Everything is public

3. Reproducible research checklist

3.1. DO: Start with good science

3.1.1. good question / goal

3.1.2. garbage in, garbage out

3.1.3. good collaborators

3.1.4. something that is interesting to you

3.1.5. Good habits

3.2. DON'T: Do Things by Hand

3.2.1. Cleaning data in spreadsheets

3.2.2. Editing tables or figures

3.2.3. Downloading data from web sites manually

3.2.4. Moving data around computer

3.2.5. "we will need this only once..."

3.3. DON'T: Point and Click

3.3.1. Don't use any GUI

3.3.2. Ease of use can sometimes lead to non-reproducible analyses

3.4. DO: Teach a Computer

3.4.1. Write program, so steps would be exact

3.5. DO: Use Version Control

3.6. DO: Keep track of your software environment

3.6.1. Versions

3.6.2. OS

3.6.3. sessionInfo() function

3.7. DON'T: Save output

3.7.1. Instead save data + code

3.7.2. Intermediate files are okay as long as you have documented how they are created

3.8. DO: Set your seed

3.9. DO: Thinks about the entire pipeline

3.9.1. Raw data

3.9.2. Processed data

3.9.3. Analysis

3.9.4. Report

4. Evidence-based Data analysis

4.1. Replication

4.1.1. Focus on validity of scientific claim

4.2. Reproducability

4.2.1. Focus on validity of data analysis

4.2.2. We get

4.2.2.1. Transparency

4.2.2.2. Data availability

4.2.2.3. Sofrware / Methods availability

4.2.2.4. Improved transfer of knowledge

4.2.3. Can we trust this analysis is not addressed

4.2.4. Address problems long after they occured

4.3. Create analytic pipeline from evidence-based components

4.4. A Determenistic Statistical Machine

4.5. Analysis with a transparent box

4.6. Reduce research degree of freedom