Authors

tast1/9.20 Latest

21.09.2024

多元数据直观表示 各省消费项目均值条形图 省份过多,各省的名称均不能全部显示 barplot(apply(data,1,mean))#按行做均值条形图apply对矩阵案列或行操作,barplot画条形图...

626 sym 28 img

Analysis of Twitter Entity Sentiment Dataset Latest

22.09.2024

Twitter Sentiment Analysis Data-set This is an entity-level sentiment analysis data-set of twitter. Given a message and an entity, the task is to judge the sentiment of the message about the entity. There are three classes in this data-set:...

2762 sym Python (3626 sym/11 pcs) 8 img

RM & DA Workbook Latest

25.09.2024

RM & DA Workbook Week 1: Introduction Introduction to the module and to Quarto Notes I have downloaded the penguin workbook and customised it I have also used the ‘visual’ tool to insert an image I belive works well with this module Week 2:...

341 sym 1 img

Desafio 1 Latest

25.09.2024

Relatório de Avaliação de Gráficos 1. Casos Confirmados de COVID-19 na Flórida Interpretação do gráfico: Trata-se de um gráfico em barras feito pelo departamento de saúde da Florida, o qual exibe o número de novos casos confirmados...

4211 sym 4 img

Document Latest

26.09.2024

This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Cmd+Shift+Enter....

1904 sym

David Moore 6

Movies Dataset Analysis Latest

27.09.2024

Movies Dataset Analysis ```{r, echo=FALSE, message=FALSE, warning=FALSE} # Load necessary libraries library(dplyr) library(readr) Load the movies dataset movies <-...

938 sym

Stephanie Reap 6

Reap Assignment 03 Latest

28.09.2024

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

2587 sym

assignment 5 Latest

29.09.2024

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

597 sym 1 img

Data & Decisions, Class Session 2, Lab Assignment #1 Latest

29.09.2024

Lab Assignment #1 Agata Braja, Yu Wang September 27, 2024 Load the Current Population Survey CSV file: CPS <- read.csv("CPSData.csv", stringsAsFactors = TRUE) Summary of the dataset: summary(CPS) PeopleInHousehold Region State...

11859 sym Python (10421 sym/67 pcs) 3 img

spemurphy 6

An exploratory analysis on the affects of extreme weather events on public health and the economy from 1950-2011 in the United States of America. Latest

30.09.2024

Synopsis Analysis was completed based on the parameters of the project. Data was downloaded from the web and then processed using the dplyr package. This allowed for the creation of new variables and the subsequent filtering of other variables....

3800 sym R (3927 sym/32 pcs) 2 img