Authors

Jiayi Niu 7

Publish Document Latest

10.11.2023

con <- dbConnect( RMariaDB::MariaDB(), host = "relational.fit.cvut.cz", port = 3306, username = "guest", password = "relational", dbname = "sakila" ) dbListTables(con) ## [1] "actor" "address" "category" "city"...

1351 sym R (3180 sym/19 pcs) 1 img 6 tbl

LSTM in R Latest

10.11.2023

LSTM Learning in R Author Hossein Dehban LSTM for time series forecasting in R 1-Load libraries # Load the necessary packages library(keras) library(tensorflow) library(openxlsx) 2-Data preparation 2-1-Transform data to stationary (remove...

1287 sym 1 img

Dongyuan Mutu 7

Document Latest

12.11.2023

SQL con <- dbConnect( RMariaDB::MariaDB(), host = "relational.fit.cvut.cz", port = 3306, username = "guest", password = "relational", dbname = "sakila" ) SELECT c.customer_id, c.first_name, c.last_name,...

1186 sym 5 tbl

West Indian Ancestry Map Notebook Latest

13.11.2023

Introduction Mapping the proportion of people with West Indian Ancestry in Brooklyn. library(tidyverse) library(tidycensus) library(sf) library(scales) library(RColorBrewer) library(plotly) library(knitr) Methods Borough boundaries are represented...

932 sym R (1862 sym/3 pcs)

Impact of Closure Technique on SSI in Dermatologic Surgery Latest

13.11.2023

Load in packages and dataset # Packages library(tidyverse) library(dplyr) library(purrr) library(readr) library(ggplot2) library(ggforce) library(broom) # Load in the Data SSI_Raw <- read_csv("SSI_Raw.csv", col_types = cols(id =...

321 sym R (30762 sym/12 pcs) 2 img

Praneetha 7

IRIS Latest

14.11.2023

IRIS PLOT The iris dataset is a built-in dataset in R that contains measurements on 4 different attributes (in centimeters) for 50 flowers from 3 different species. When you click the Knit button a document will be generated that includes both...

709 sym R (2596 sym/17 pcs) 9 img

HW5 - Part 1 - with image from Desktop Latest

17.11.2023

HW 5 - Part 1 Samantha Colella Comparison of Netflix and AMC Stock Perfomance (Jan. 1, 2013 - Oct. 1, 2022) The three data streams appear redundant in each plot, but the interactive nature of the hchart allows the viewer to examine...

1925 sym 4 img 1 tbl

nasrah n satri 7

tugas_komputasi3 Latest

21.11.2023

inport data dan summary data library(datasets) data("airquality") summary(airquality) ## Ozone Solar.R Wind Temp ## Min. : 1.00 Min. : 7.0 Min. : 1.700 Min. :56.00 ## 1st Qu.: 18.00...

39 sym R (1696 sym/6 pcs) 1 img

Cosign, Diagmel, Dogoy, Malinao, Montecillo, Ty 7

Exploratory Data Analysis Assignment Latest

26.11.2023

Demographic Profile Year and Course # A tibble: 1 × 3 College count Percentage <chr> <int> <dbl> 1 Agriculture 41 100 Age Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 18.00 21.00 21.50 21.38...

2728 sym

Grupo 3 7

TALLER-APE 4: Publicar mis Conocimientos en RPUBS’ Latest

26.11.2023

UNIVERSIDAD CENTRAL DEL ECUADOR FACULTAD DE CIENCIAS ECONÓMICAS CARRERA DE INGENIERÍA ESTADÍSTICA INTEGRANTES: John Escorza Erika Ortiz Lesly Proaño Josheline Quilumbaquin TALLER 2 PROGRAMA 1 Escribe un programa que solicite los catetos de...

6234 sym 16 img