Publications by AC
SOC202 Final Project V2
Introduction My Research Question How has millennial’s perception of their vote having an influence on politics effected their voter turnout in the United Kingdom Prelininary Analysis of Data Loading ESS Dataset and Various Packages # Installing and loading Various Packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "broom", ...
946 sym 2 img 3 tbl
SOC202 Final Project
Introduction My Research Question How has millennial’s perception of their vote having an influence on politics effected their voter turnout in the United Kingdom Prelininary Analysis of Data Loading ESS Dataset and Various Packages # Installing and loading Various Packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "broom", ...
947 sym 2 img 3 tbl
Homework 7 -- Adam Chmelauskas
Set Up # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "broom", "remotes") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the packages lapply(pa...
1044 sym
Homework 6 - Adam Chmelauskas
Mission 1 & Setup # List of packages packages <- c("tidyverse", "modelsummary", "forcats", "RColorBrewer", "fst", "viridis", "knitr", "rmarkdown", "ggridges", "viridis", "questionr", "flextable", "infer") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installe...
85 sym Python (10108 sym/12 pcs) 1 img 1 tbl
Homework_5_Adam_Chmelauskas
Initialization #Load Libraries # List of packages packages <- c("tidyverse", "modelsummary", "forcats", "RColorBrewer", "fst", "knitr", "kableExtra", "rmarkdown", "ggridges", "viridis", "questionr") # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] ...
3272 sym Python (26100 sym/25 pcs) 3 img 3 tbl
data science captone final project
2023-09-14 About the model The objective is to predict the next word of an unfinished sentence. Data from twitter, blogs and news were used. The data were cleaned and used to build a n-gram model (natural language), which uses the frequency of appearance of some words with others. With the 3 txt files, I created “sampled files” and with a ngra...
1541 sym
milestone report
Introduction This is the report of exploratory analysis of SwiftKey data. The objective is to make observations and determine the goals for the eventual app and algorithm. I did the analysis on english files. Files reading General file is already unzipped. blog_us<-readLines("./final/en_US/en_US.blogs.txt", skipNul = TRUE, warn= FALSE) news_us<...
663 sym R (6559 sym/7 pcs) 1 img
developping data products project
2023-08-27 Developping data product final project Welcome to my presentation about my Shiny app! Here’s a brief overview of what my app does. Based on the IRIS data available in the ggplot2 package, my app calculate the mean of one variable (sepal.length, sepal.width,petal.length, petal.width) and one specie. The user select both the variable an...
1547 sym
deveopping data products assignment
reproducible pitch Audrey Clausell 2023-08-27 developping data product final project Welcome to my presentation about my Shiny app! overview Here’s a brief overview of what my app does. Based on the IRIS data available in the ggplot2 package, my app calculate the mean of one variable (sepal.length, sepal.width,petal.length, petal.width) an...
1185 sym