Authors
Tucker Moore 6
Test Publishing Latest
08.03.2024
Do your work here library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.3.3 ## Warning: package 'forcats' was built under R version 4.3.3 ## ── Attaching core tidyverse packages...
27 sym R (1772 sym/6 pcs)
Introducción Básica a Rstudio Latest
10.03.2024
Table of contents Datos en R Numérico Caracteres Lógico Vectores Operaciones entre Vectores Suma + Resta - Multiplicación * Division / Matrices Operaciones con Matrices Otras operaciones Importar datos en Rstudio Datos a utilizar Cargar...
7018 sym 5 tbl
Taller 1 Latest
11.03.2024
Ejercicio 2 Parámetros dados n <- 25 # Tamaño de la muestra x_barra <- 2800 # Consumo promedio de la muestra sigma_muestral <- 280 # Desviación estándar muestral mu <- 2700 # Valor para el cual se quiere calcular la probabilidad Calcular...
553 sym
airbnb Latest
11.03.2024
airbnb analysis # Load dataset airbnb_nyc <- read_csv(C:/Users/MCuser/Downloads/airbnb_ny19.csv) Exploring Airbnb Dataset in New York City Introduction This dataset contains information about Airbnb listings in New York City. The variables...
3420 sym
Benjamin Browning 6
Lab 3: Understanding the FastTrack Program Latest
12.03.2024
# Load libraries library(tidyverse) library(here) library(skimr) library(janitor) library(scales) library(RColorBrewer) Introduction The Tennessee Department of Economic Development (TNECD) provides grants through the FastTrack grant...
5426 sym R (4633 sym/9 pcs) 4 img
Joseph Filius Hermawan 6
coba coba Latest
12.03.2024
Email : joseph.hermawan@student.matanauniversity.ac.id Instagram : lmao RPubs : https://rpubs.com/JoHndes9/ Telegram : [masukin usename nanti] Department : Business Statistics...
747 sym 3 img
Shimon 6
"Data-cleanup"- Clinical Prediction model with Framingham data Latest
12.03.2024
Data clean up #library pacman::p_load( tidyverse,data.table,tableone,tibble,stringi,readxl,dplyr,scales,ggsci, skimr,Epi,janitor,summarytools,broom,easystats,car,rms) #conflict解消 select<-dplyr::select #factor var fac_var<-c("RANDID","SEX",...
1256 sym R (10136 sym/34 pcs) 3 img 3 tbl
Kimberly Yamileth Zometa Moran - ZM21018 6
Práctica de matrices en R y Publicación en Rpubs Latest
12.03.2024
Creación de Matrices Matriz y #Generación de la matriz y Matriz_y<-matrix(data = c(20,30,36,24,40), nrow = 5, ncol = 1,byrow = TRUE) colnames(Matriz_y)<-c("y") print(Matriz_y) ## y ## [1,] 20 ## [2,]...
143 sym
Kyle Devine 6
DC Area Airport Passenger Traaffic Latest
13.03.2024
Analysis of passenger counts from the DC area’s three major airports: Dulles International Airport (IAD), Baltimore/Washington International Airport (BWI), and Ronald Reagan Washington National Airport (DCA) between 2003 and 2023. Data from...
2001 sym R (3876 sym/19 pcs) 5 img
Gabriela Belloso 6
Práctica de matrices en R y Publicación en Rpubs Latest
13.03.2024
Creación de matrices Matriz Y #Generación de la matriz "Y" matriz_y <- matrix(data=c(20,30,36,24,40), nrow = 5, ncol = 1, byrow = TRUE) colnames(matriz_y)<-c("y") print(matriz_y) ##...
129 sym