Recently Published
Relatório Impacto da Soja, Ferro e Petróleo na Balança Comercial
O relatório abaixo apresenta o comportamento das exportações bem como seus preços das 3 principais commodities do Brasil, e como a força desses 3 produtos ditam o comportamento das exportações e do saldo comercial da balança, podendo explicar em ambos números totais e saldos maiores.
Data Dive Summary
Basic summary of datadive- of nycflights13.
Homework 1
Homework 1
Cyclist Case Study - Riders Behaviour Anaylsis
This case study analyzes ride patterns of Cyclistic bike share members and casual riders using the Divvy dataset for Q1 2019 and Q1 2020. The analysis explores:
Differences in ride frequency, duration, and day-of-week usage between members and casual riders
Average ride length trends and monthly patterns
Behavioral insights to identify why casual riders might convert to annual memberships
The report includes data cleaning, exploratory analysis, visualizations, and actionable insights for Cyclistic’s marketing and membership strategy. The goal is to demonstrate data analysis skills, visualization, and business insight using R Markdown.
In Class Activity 4
Exploring and Understanding Data With R
Assignment 1 – Loading Data into a Data Frame
Your task is to first choose—or create—any dataset that you find interesting:
To receive full credit, you should:
1. Take the data, and create one or more code blocks. You should finish with a data frame that contains a
subset of the columns in your selected dataset. If there is an obvious target (aka predictor or independent)
variable, you should include this in your set of columns. You should include (or add if necessary)
meaningful column names and replace (if necessary) any non-intuitive abbreviations used in the data that
you selected. For example, if you had instead been tasked with working with the UCI mushroom dataset,
you would include the target column for edible or poisonous, and transform “e” values to “edible.” Your
deliverable is the R code to perform these transformation tasks.
2. Make sure that the original data file is accessible through your code—for example, stored in a GitHub
repository or AWS S3 bucket and referenced in your code. If the code references data on your local
machine, then your work is not reproducible!
3. Start your R Markdown (.Qmd or ..Rmd) document with a two to three sentence “Overview” or
“Introduction” description of what the article that you chose is about, and include a link to the article.
4. Finish with a “Conclusions” or “Findings and Recommendations” text block that includes what you might do
to extend, verify, or update the work from the selected article.
5. Each of your text blocks should minimally include at least one header, and additional non-header text.
6. You’re of course welcome—but not required--to include additional information, such as exploratory data
analysis graphics (which we will cover later in the course).
7. Place your solution into a single R Markdown (.Rmd) file and publish your solution out to rpubs.com.
8. Post the .Rmd file in your GitHub repository, and provide the appropriate URLs to your GitHub repositor y
and your rpubs.com file in your assignment link.