Authors
Luis Miguel Semma Alvarez 17
Analisis del mercado inmobiliario en Cali Latest
18.02.2024
## Loading required package: cubature ## Loading required package: flextable ## Loading required package: ggplot2 ## Loading required package: lmtest ## Loading required package: zoo ## ## Attaching package: 'zoo' ## The following objects are...
2828 sym Python (1823 sym/32 pcs) 4 img 3 tbl
Mikhail Kharlamau 17
1.Uvod do R Latest
21.02.2024
1. Uvod do R Mikhail Kharlamau 2024-02-21 Cvičenie 1 Zadanie: Definujte premennú x=2. Vypočítajte výrazy x^8/3, logx(8), ln(10^(3x)/2) a zaokrúhlite ich na 3 desatinné miesta. Riešenie: x<-2 round(x^(8/3),digits = 3) ## [1] 6.35...
2490 sym 1 img
Edición Gráfica Latest
22.02.2024
Edición Gráfica Cátedra de Bioestadística - Escuela de Ciencias Biológicas UNA 2024-02-22 Edición de gráficos en R Utilice los comandos main=“titulo” #Para cambiar el título principal. sub=“Título de abajo”...
884 sym 10 img
Jiwon Ban 17
ADEC7301 Week 1 Discussion Latest
16.03.2024
I. Part 1: OpenStats Problem 1.9 In OpenStats Chapter 1, Exercises, Problem 1.9, there is a reference to Fisher’s iris data. (You can find the OpenStats textbook in our Dropbox folder {link in Course Introduction and Materials}, or see the...
3269 sym R (14402 sym/64 pcs) 16 img
Arturo Sánchez 17
SH22002 Práctica de matrices en R y Publicación en Rpubs Latest
18.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...
685 sym 1 img
CONTRASTES ORTOGONALES Latest
30.04.2024
2024-04-29 Portada Diapositiva 1 Diapositiva 2 Diapositiva 3 Diapositiva 4 Diapositiva 5 Diapositiva 6 Diapositiva 7 Diapositiva 8 EJERCICIO 1 Se utilizará los datos de la planilla de la Hoja1 para ilustrar la aplicación de la técnica...
1745 sym R (1192 sym/17 pcs) 9 img
Daniel Lee 17
Code Along 1 Latest
20.05.2024
Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data...
1397 sym R (2742 sym/22 pcs) 17 img
Ozkan Gelincik 17
Introduction to R and Intermediate R - DataCamp Latest
01.06.2024
1 Data Utilities 1.1 Creating a metrix Let’s construct a matrix from scratch: box_office <- c(460.998, 314.4, 290.475, 247.900, 309.306, 165.8) region <- c("US", "non-US") titles <- c("A New Hope", "The Empire Strikes Back",...
6116 sym Python (10436 sym/60 pcs)
Rodrigo Arroyo - A01747380 17
Data Explorer - NY Flights Latest
12.08.2024
Instalar Paquetes y Librerias #Instalar Data Explorer (Lit un monton de BD) #install.packages("DataExplorer") library("DataExplorer") #Vuelos de Nueva York #install.packages("nycflights13") library(nycflights13) Crear Bases de Datos #Crear...
156 sym R (1323 sym/13 pcs) 6 img
Esteban Lozano Maldonado 17
Regresion Lineal - Renta de bicis Latest
19.08.2024
Modelo Predictivo Teoría lm() es la función de R para ajustar modelos lineales. Es el modelo estadístico más básico que existe y más fácil de interpretar. Para interpretarlo se usa la medida R-cuadrada que significa que tan cerca estan...
2775 sym 1 img