Fundamentals of Analytics
About
GitHub
Twitter
  • Assignment A01 based on mtcars dataset

    May 20, 2021 · 6 min read  ·
    Share on:

    Our analysis will start with the data and then show different links between the car’s design and the miles it can achieve per gallon. Below is a detailed report with our code and methods. Description: The data was extracted from the US magazine Motor Trend 1974 and includes fuel consumption and 10 car design and …

    Read More
  • Data and Visualization

    May 18, 2021 · 2 min read  ·
    Share on:

    Data Visualization Exercise library(dplyr) starwars ## # A tibble: 87 x 14 ## name height mass hair_color skin_color eye_color birth_year sex gender ## <chr> <int> <dbl> <chr> <chr> <chr> <dbl> <chr> <chr> ## 1 Luke S~ 172 77 blond fair blue 19 male mascu~ ## 2 …

    Read More
  • Data visualisation using ggplot2

    May 18, 2021 · 1 min read  ·
    Share on:

    Palmer Penguins Data Visualisation

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Featured Posts

  • Assignment A01:Linear regression

Recent Posts

  • Assignment A01:Linear regression
  • Final Project
  • A05 Assignment: EDA2
  • Fitting and interpreting models
  • A03 Assignment EDA1
  • Data IO
  • Data IO- Data Recoding
  • Assignment A02

Categories

DATA-ANALYTICS 8 FUN-WITH-R 1 GGPLOT2 1 LINEAR-REGRESSION 1
Fundamentals of Analytics

Copyright 2025 FUNDAMENTALS OF ANALYTICS. All Rights Reserved