Authors

María Guadalupe Hernández Contreras 25

Importar datos de personas URL Latest

06.09.2021

Objetivo Importar datos de personas desde una dirección URL Descripción Leer datos con la función read.csv() del archivo personas.csv, el achivo se encuentra en: https://github.com/rpizarrog/datos/blob/main/personas.csv los datos se mostraran...

372 sym R (1578 sym/3 pcs)

CHIU, Ming-Tzu 25

R fundamentals: In-class Exercise 1 Latest

29.03.2020

R fundamentals: In-class Exercise 1 2020-Spring [Data Management] Instructor: SHEU, Ching-Fan CHIU, Ming-Tzu 2020-03-29 The math attainment page has a dataset and a script of R code chunks. Generate a markdown file from the script to push the...

1021 sym R (3282 sym/19 pcs) 7 img

Gleison Guardia 25

Document Latest

13.09.2022

Equação de Segundo Grau Nesta lição iremos entender como resolver uma equação de Segundo Grau, utilizando o software r. Contudo, primeiro temos que relembrar como resolver uma equação quadrática. Observe o seguinte exemplo: Data a...

4537 sym 2 img

Karla Georgina Martínez González A00827500 25

Comandos Básicos Latest

05.09.2022

Símbolos ^ ~ Asignación de variables x <- 3 y <- 2 Impresión de resultados x ## [1] 3 y ## [1] 2 Operaciones artiméticas suma <- x + y suma ## [1] 5 resta <- x - y resta ## [1] 1 multiplicacion <- x * y multiplicacion ## [1] 6 division <-...

5943 sym 3 img

Emily Gabriela Frausto Moreno 25

Importar datos de personas URL Latest

06.09.2021

Objetivo Importar datos de personas URL. Descripción Leer datos con la función read.csv() del archivo personas.csv. el archivo se encuentra en https://raw.githubusercontent.com/rpizarrog/datos/main/personas.csv los datos se mostraran en una...

374 sym R (1580 sym/3 pcs)

Caso 1 Latest

17.09.2020

#En Caso de no tener la libreria instalar install.packages(“fdth”) # Primer Paso # CARGAR LAS LIBRERIAS NECESARIAS library(readr) library(fdth) # CARGAR LOS DATOS DEL ARCHIVO URL DEL .CSV...

8589 sym

Aldo Mendivil Ochoa 25

1_AIUC1 Latest

30.08.2021

EJERCICIO DE PROBABILIDAD Y ESTADÍSTICA: TABLAS, HISTOGRAMAS Y POLIGONOS DE DISTRIBUCIONES DE FRECUENCIA. Importar datos En este ejercicio se mostrarán los datos de las nomales climatológicas del periodo 1951 a 20010 de Batacosa, Sonora. ob...

6107 sym R (1192 sym/29 pcs) 8 img

Forester 25

Calculate turning angles and step lengths from location data Latest

16.05.2007

anglefun <- function(xx,yy,bearing=TRUE,as.deg=FALSE){ ## calculates the compass bearing of the line between two points ## xx and yy are the differences in x and y coordinates between two points ## Options: ## bearing = FALSE returns +/-...

911 sym R (1836 sym/1 pcs)

Florian Privé 25

R package primefactr Latest

09.08.2016

In this post, I will present my first R package, available on CRAN. It makes use of Prime Factorization for computations. This small R package was initially developed to compute hypergeometric probabilities which are used in Fisher’s exact test,...

2351 sym R (420 sym/4 pcs)

Document Latest

22.09.2022

Nama : Fachrizal Fazza Ashari Nim : 220605110077 Kelas : C Mata kuliah : Kalkulus Dosen pengampu : Prof. Dr. Suhartono, M. Kom Jurusan : Teknik Informatika Universitas : UIN Maulana Malik Ibrahim Malang drug_remaining <- function(dose, duration,...

282 sym R (1408 sym/17 pcs) 1 img