Authors
Albert Rapp 27
Animating kernel density estimators Latest
13.07.2021
For my first post on this blog I decided to create an animation using the animation package. To give this animation some purpose let me demonstrate how kernel density estimators work with the help of an animation. In general, kernel density...
5417 sym R (5394 sym/22 pcs) 16 img 11 tbl
Jesus Alberto Cabral Quiñonez 27
caso 2. Datos agrupados Latest
04.09.2022
1 Objetivo Agrupar datos y describir datos visualmente de variables de edades y generos usando función fdt y fdt_cat de la librería fdth. 2 Descripción Se cargan librerías adecuadas de caso Se construyen y simulan datos con dos variables de...
5797 sym R (3385 sym/20 pcs) 5 img
Prueba a publicar Latest
02.02.2023
#TITULO ## TITULO ###TITULO3 sample(5:20,10,replace =TRUE) ## [1] 13 14 17 15 16 9 7 7 12 19...
34 sym
Homework 1 Latest
24.07.2021
#Week 1 Homework ##by Catherine Cho Question 1 factorial<-12 result<-1 for (i in 1:factorial){ result<-result*i } print(result) ## [1] 479001600 Question 2 sequence<-seq(20,50,by=5) print(sequence) ## [1] 20 25 30 35 40 45 50 Question 3...
84 sym R (708 sym/10 pcs)
Lina Buitrago, 27
Introducción-tipos de variables Latest
23.08.2020
1 Introducción Antes de empezar de lleno con el análisis estadístico, es preciso conocer algunos de los conceptos básicos en estadística, así como los tipos de variables y escalas de medición de las mismas. 2 Objetivos Comprender los...
7991 sym
Fernando Bocardo 27
1_AIUC1 Latest
30.08.2021
PRIMER EJERCICIO DE PROBABILIDAD Y ESTADISTICA: TABLAS, HISTOGRAMAS Y POLIGONOS DE DISTRIBUCIONES DE FRECUENCIA Importar datos Este ejercicio usa datos de las normales climatologicas del periodo de 1951 a 2010 de hermosillo Sonora, estacion...
5189 sym R (1218 sym/28 pcs) 7 img
Spatial Statistics 1 Latest
04.12.2019
June 2021 Geographical Data in R Quick Overview Before modelling it is useful to See some geographical data models Understand about map projections Be familiar with R’s sf (simplefeatures) package See some basic geographical operations...
4335 sym R (5711 sym/26 pcs) 17 img
Coda Rayo-Garza 27
DEM 7273 Lab I Latest
29.08.2020
> # R commands go here. > # You can adjust fig.height, and fig.width to make graphs look better. > # For example, for a small graph, try {r fig.width=4, fig.height=4}; > # for a graph with two side-by-side panels, try {r fig.height=4}....
894 sym R (604 sym/19 pcs)
Emmanuel Thompson 27
R & RStudio Latest
07.01.2020
Introduction Both R and RStudio are free, open-source software, available for all commonly used operating systems, including Windows, macOS, and Linux systems. Installing R for Windows Go to the Comprehensive R Archive Network (CRAN) and select...
3386 sym 1 img
SEM: Fundamentos Latest
15.06.2021
class: center, middle, inverse, title-slide # Fundamentos Teóricos y Análisis de Senderos ## Taller de Modelos de Ecuaciones Estructurales (SEM) con R ### Enver G. Tarazona Vargas ### 2021-06-15 --- class: duke-softblue, middle, center...
32295 sym