Authors
Markup sample Latest
18.03.2020
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...
591 sym R (268 sym/2 pcs) 1 img
Déborah 7
Atividade 1 - gráfico para variável qualitativa Latest
18.10.2022
Passo 1 - Carregar a base de dados load("C:/Users/Quessy/Desktop/estatitica/Base_de_dados-master/chile/Chile.RData") Passo 2 - A variavel escolhida foi voto table(Chile$vote) ## ## A N U Y ## 187 889 588 868 Passo 3 - Tabela de...
945 sym 2 img
Dodo NR 7
Trending Traffic of Youtube Video Latest
05.08.2021
library(dplyr) library(tidyr) library(ggplot2) library(scales) library(lubridate) library(extrafont) Read Data Ytrend <- read.csv2("youtubetrendsc.csv") Data Processing library(lubridate) ## ## Attaching package: 'lubridate' ## The...
202 sym R (2615 sym/18 pcs) 2 img
dolorespantoja 7
week 2 Latest
01.09.2021
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. Note: this analysis was performed using the...
1793 sym R (677 sym/8 pcs) 2 img
STAT 115 Basic Statistical Methods 7
R Examples and Illustrations Latest
06.10.2022
Example 1 Suppose we would like to estimate the mean height (in inches) of a certain type of plant in a certain field. We gather a simple random sample of 13 plants and measure the height of each plant. Solution: The following code shows how to...
3847 sym
Douglas Bates 7
The name Latest
11.03.2012
When I bought the first computer for use in our Statistics Department – a Vax 11/750 that cost about a quarter of a million dollars in 1983 – I was considered extravagant because I purchased and installed a second megabyte of...
673 sym
Exploração do clima em João Pessoa, Campina Grande e Patos - PB Latest
07.07.2021
library(tidyverse) library(here) theme_set(theme_bw()) # SEMPRE read_csv NUNCA read.csv clima_tudo = read_csv( here("data/tempo-jp-cg-pt.csv"), col_types = cols( .default = col_double(), cidade = col_character(),...
1911 sym R (1315 sym/6 pcs) 4 img
DPepperrell 7
Reproducible Research Project 2 Latest
26.02.2020
Synopsis Throughout the United States tornados are the most destructive with regards to fatalities and injuries (population health). The United States is finacially hit the most by tornados, flash floods and thunderstorm winds (TSTM winds)...
1231 sym R (2121 sym/7 pcs) 3 img
Dylan Franko 7
Quiz 1 Latest
09.09.2020
# Load packages library(tidyquant) ## Loading required package: lubridate ## ## Attaching package: 'lubridate' ## The following objects are masked from 'package:base': ## ## date, intersect, setdiff, union ## Loading required package:...
1065 sym R (3736 sym/26 pcs)