Consider the data set given below
x <- c(0.18, -1.54, 0.42, 0.95)Suppose I conduct a study and publish my findings. Which of the following is an example of a replication of my study?
An investigator at another institution conducts a study addressing a different scientific question and publishes her findings.
I give my data to an independent investigator at another institution, she analyzes the data and gets the same results as I originally obtained.
| title | Reproducible Research Project 1 |
|---|---|
| author | Michael Galarnyk |
| date | 3/26/2017 |
github repo for rest of specialization: Data Science Coursera
| python --version | |
| # you can even add names of packages after python=3.6 like python=3.6 pandas | |
| conda create --name subscribe python=3.6 | |
| # Remove your environment | |
| conda env remove --name subscribe | |
| # List your environments | |
| conda env list |