/Data-science-pages

This is the github pages version of the notes and tutorials repository

Primary LanguageHTML

Tutorials

This repository is meant to include various tutorials on how to use different packages mainly as personal notes to navigaet data science and other statistical methods. However, feel free to use it if you find it helpful.

The main topics discussed here are: Python, Google colab, R and occassionally STATA

You can see other notes, resources and links that do contain little to no code in my wiki.

Contents:

  1. Intro to R with a python perspective

    1. This page walks through the basics of R making some references for the python user. From basic syntax, variable creation to data frame manipulation
  2. How to use python in R

    1. This file aims to explain which packages and libraries are needed to navigate the reticulate R library. It includes examples toggling between R and python using system data iris and flights. It also includes the R Markdown file to copy and try out in your local machine.