Skip to content

Instantly share code, notes, and snippets.

View mGalarnyk's full-sized avatar

Michael Galarnyk mGalarnyk

View GitHub Profile
@mGalarnyk
mGalarnyk / quiz1.md
Created March 15, 2017 03:16
Regression Models Quiz 1 (Week 1) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/7_Regression_Models

Regression Models Quiz 1 (JHU) Coursera

Question 1

Consider the data set given below

x <- c(0.18, -1.54, 0.42, 0.95)
@mGalarnyk
mGalarnyk / quiz1.md
Last active July 30, 2023 20:53
Reproducible Research Quiz 1 John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera

Reproducible Research Quiz 1 (JHU) Coursera

Question 1

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.

@mGalarnyk
mGalarnyk / quiz2.md
Created March 21, 2017 05:06
Reproducible Research Quiz 2 John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera

Reproducible Research Quiz 2 (JHU) Coursera

Question 1

Who created Markdown?

  • Robert Gentleman

  • Yihui Xie

@mGalarnyk
mGalarnyk / PA1_Template.md
Last active April 20, 2021 09:50
Reproducible Research Project 1 John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera
title Reproducible Research Project 1
author Michael Galarnyk
date 3/26/2017

github repo for rest of specialization: Data Science Coursera

Introduction

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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mGalarnyk
mGalarnyk / note.ipynb
Last active May 8, 2017 18:00
Booleans are a subtype of plain integers in Python note for the blog post: https://medium.com/@GalarnykMichael/python-basics-3-if-statements-bcc29c09c710
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.