GithubHelp home page GithubHelp logo

maryamkhan1120 / ecbs-5208-coding-1-business-analytics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ceu-economics-and-business/ecbs-5208-coding-1-business-analytics

0.0 0.0 0.0 38.76 MB

ECBS5208 - Coding 1: Data Management and Analysis with R for Business Analytics Track 2020/21 Fall

R 100.00%

ecbs-5208-coding-1-business-analytics's Introduction

ECBS-5208-Coding-1-Business-Analytics

ECBS5208 - Coding 1: Data Management and Analysis with R for Business Analytics Track 2021/22 Fall.

This is the repository of the Coding 1: Data Management and Analysis with R course in the 2021/2022 Fall term, part of the MSc in Business Analytics at CEU.

Syllabus

Please find it in the Syllabus folder of this repository.

Technical prerequisites

Please bring your own laptop and make sure to install the below items before attending the first class:

  1. Install R from https://cran.r-project.org
  2. Install RStudio Desktop (Open Source License) from https://www.rstudio.com/products/rstudio/download
  3. You probably already have a git and GitHub account, but if not install git from https://git-scm.com/ and register an account at https://github.com
  4. Open RStudion and enter the following commands in the R console (bottom left panel of RStudio) and make sure you see a plot in the bottom right panel and no error messages in the R console:
install.packages('tidyverse')
library(ggplot2)
ggplot(diamonds, aes(cut)) + geom_bar()
  1. Bookmark, watch or star this repository so that you can easily find it later.

Use of version control during the course

  • During the course it is required to use your GitHub account.
  • Assignments must be uploaded to your GitHub repo, which needs to be shared with @regulyagoston.
  • You may use Shell/Terminal, GitHub Desktop (or other application), or can use RStudio as well to commit and push/pull to your repo.

RMarkdown

  • RMarkdown is a powerful tool, provided in RStudio, which helps to create reports rigorously, automatize reports, create an Html, etc.
  • During this course and Data Analysis 2 some of the assignments will be required as an output from RMarkdown.
  • However, in many cases it is not easy to get started with RMarkdown and knit your first document especially in pdf format as it is likely to give an error.

If in doubt feel free to contact me via email: [email protected].

ecbs-5208-coding-1-business-analytics's People

Contributors

regulyagoston avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.