Authors
Lab 03 Latest
20.09.2024
STA521 Lab 03 Justin Kao Course Tools RStudio Online: Your Data Science Playground Access RStudio Online Here! Browser-based: Access RStudio right from your browser—no setup headaches. Duke VPN or Campus Connection: Seamlessly connect from...
2274 sym 2 img
第一次作业 Latest
20.09.2024
多元数据直观表示 各省消费项目均值条形图 省份过多,各省的名称均不能全部显示 barplot(apply(data,1,mean))#按行做均值条形图 将横轴左边旋转90度,各省的名称均可显示...
783 sym 25 img
Document Latest
20.09.2024
kkk Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document will be generated that includes both...
536 sym Python (7376 sym/35 pcs) 15 img
Country Practice Project Latest
20.09.2024
Updated by NDG 9/19/24 The goal of this project is to… I used data from … It shows … The limitations of this project are… Dataset Describe major features of the dataset you use. Mention any data problem, give the source and date, and list...
3504 sym 1 img
Testing Latest
20.09.2024
How to access a column in R: We have the dataset called survey_data aand are interested in using this data to determine the satisfaction score among employees. So we need to extract the satisfaction column. This is an R Markdown Notebook. When...
3927 sym R (1780 sym/9 pcs) 1 img
Sujin Lee 7
Mini-Assignment 1 Latest
20.09.2024
1. The City I selected : Naperville, IL 1) Getting census api and tract boundary tract <- suppressMessages( get_acs(geography = "tract", state = "IL", county = c("DuPage County", "Will County"), variables = c(hhincome =...
1719 sym
Eli Adams and Trey Ordway 7
Assignment 3-Eli Adams and Trey Ordway Latest
24.09.2024
library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(readr)...
1125 sym R (6676 sym/19 pcs)
Annabelle 7
Random Variables and Distribution Functions part 3 Latest
25.09.2024
Joint Distributions and Simulations Joint Distributions Experimental procedures use data based on multiple observations. Consequently, we will expand on the concepts above to the case of multiple random variables and their joint distribution. For...
3179 sym 1 img
Primeira publicação no RPubs Latest
27.09.2024
Primeira aula de Estatística João Pedro Martins Saltar na Antero de quintal, pelo acesso A, e andar 800...
132 sym
Assignment 3 - Patrick McCloat Latest
28.09.2024
library(dplyr) library(readr) Load the movies dataset movies <- read_csv(“https://gist.githubusercontent.com/tiangechen/b68782efa49a16edaf07dc2cdaa855ea/raw/0c794a9717f18b094eabab2cd6a6b9a226903577/movies.csv”) 1. rename(): (4 points) Rename...
2284 sym