Authors
Michael Malatesta 41
Best Practices 1 Latest
06.09.2022
Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes...
2073 sym
Sangeetha Sasikumar 41
Assignment 1-607 Latest
05.09.2022
Introduction: The article I chose to do my analysis on wasn't an actual pure "news article". "Club Soccer Predictions": https://projects.fivethirtyeight.com/soccer-predictions/ was more of a listing of predictions and current rankings. I chose...
1404 sym 2 img
Test Latest
25.12.2022
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...
598 sym 1 img
Relatório 3ºTF de 2023 - 6200 Latest
21.07.2023
Relatório 3ºTF de 2023 Análise de qualidade dos bancos de dados TABLET SCZOO Produção TABLET SCZOO TOTAL Gerência de Zoonoses Norte 21/07/2023 Relatório 3ºTF de 2023 Área de Abrangência do Centro de Saúde...
4934 sym 1 img 5 tbl
Dirk Hartog 41
R-programming Bridge Course W1 Homework Latest
14.07.2023
Problem 1 Write a loop that calculates 12 factorial x <- 1 for(i in 1:12){ x <- x * i } x ## [1] 479001600 Problem 2 Show how to create a numeric vector that contains the sequence from 20 to 50 by 5. y <- seq(20, 50, by = 5) y ## [1] 20 25 30...
327 sym
Simon Jackson 41
Explore correlations in R with corrr Latest
13.07.2016
Earlier this week, my first package, corrr, was made available on CRAN. Below are the introductory instructions provided on the README for this first-release version 0.1.0. Please contribute to corrr on Github or email me your suggestions!...
2309 sym R (2818 sym/5 pcs) 2 img
meetup_test Latest
12.07.2023
R Markdown I am Michael 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...
610 sym 1 img
Seguros 21-02-2023 Latest
21.02.2023
Importar la base de datos # file.choose() bd <- read.csv("/Users/genarorodriguezalcantara/Desktop/R Files Manipulación de Datos/BDD/seguros.csv") Entender la base de datos summary(bd) ## ClaimID TotalPaid TotalReserves...
3092 sym R (33917 sym/16 pcs)
Brigita Tiara Elgityana Melantika (20204920001) 41
algoritma dan struktur data _ tugas 1 Latest
24.08.2021
Email : brigita.melantika@student.matanauniversity.ac.id RPubs : https://rpubs.com/brigitatiaraem/ Jurusan : Statistika Address : ARA Center, Matana University Tower ...
11781 sym 3 img
Chang-Chun Chen 41
20200914 In-class exercises 4 Latest
14.09.2020
# data management and graphics package library(tidyverse) ## -- Attaching packages ---------------------------------------------------------- tidyverse 1.3.0 -- ## √ ggplot2 3.3.2 √ purrr 0.3.4 ## √ tibble 3.0.3 √ dplyr...
6 sym R (1279 sym/8 pcs) 1 img