Authors

Thakur, Siddiq, and Mustoor 34

Assignment 3 - Group 3 Latest

01.09.2021

Reading Data from the csv file data <- read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/normtemp.csv") Descriptive Statistics for Heartbeats of Males Males<-data[1:65,3] Summary_males <- summary(Males) variance_males <-...

1737 sym R (2975 sym/25 pcs) 5 img

Aldo Javier Mayorquin Galindo 34

Prueba a Publicar Latest

02.02.2023

Titulo.1 nivel 1 ##Titulo.2 nivel 2 ###Titulo.3 nivel 3 sample(5:20,10,replace=FALSE) ## [1] 18 12 10 7 14 16 13 20 9 11 sample(70:80,size = 20,replace = TRUE) ## [1] 78 80 79 78 80 71 72 78 77 76 71 75 74 71 71 74 75 76 77 73...

65 sym

Kong, Seokkyu 34

유사행렬을 이용한 고유값 계산하기 Latest

29.12.2019

Summary 행렬의 고유값(eigenvalue)을 계산하는 방법은 여러가지가 있다. 그 중에 하나가 유사행렬(Similar matrix)을 이용한 고유값이고, 여기에는 QR 분해가 이용된다. A = QR 분해가 된다고 하자....

759 sym R (1602 sym/21 pcs)

ray 34

607_wk_one_hw Latest

30.08.2021

library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union...

11 sym R (24578 sym/6 pcs)

Ecofacts - Demo Latest

11.11.2022

class: basic, center, middle <hr style="border:5px dashed #F7F7E8"> ## .content-box-grey[An introduction to Environmental Archaeology and Ecofacts] <hr style="border:5px dashed #F7F7E8"> --- class: basic, top ## Ecofact? biofact?<hr...

33030 sym

Recology - R 34

RNetLogo – A package for running NetLogo from R Latest

23.01.2012

Described in a new Methods in Ecology and Evolution paper here, a new R package RNetLogo allows you to use NetLogo from R. NetLogo is software is a “multi-agent programmable modeling environment”. NetLogo can be used in individual- and...

893 sym

Sarah Coffin 34

Graduate Statistics Homework #7 Latest

07.10.2021

HW07 Sarah Coffin October 6, 2021 Question 1 In lecture we are discussing a small example relating height and weight. A much larger set of observations is available in the dataset ‘htwt’. The available variables are HEIGHT, AGE, and WEIGHT....

10550 sym R (7727 sym/62 pcs) 2 img

Samuel Damas Montes 34

prueba para publicar Latest

02.02.2023

prueba para publicar titulo de segundo nivel titulo de tercer nivel ahora vamos a publicar este documento se tiene que instalar una libreria rpubs para publicar y luego registrarse en el servicio rpubs generar una poblacion aleatoria sample(x...

249 sym

Aulas de R Bioestatística 2023.2 Latest

25.08.2023

Prya.e.Bruna.Bioestatística.2023.2 Author Prya e Bruna Aula...

79 sym

Serna Sariñana Ernesto 33

Caso 27. Muestreo y tipos de muestreo Latest

11.06.2023

1 Objetivo Determinar y simular muestreos 2 Descripción Con un conjunto de datos utilizar mecanismos de programación para determinar muestreos mediante técnicas de aleatorio simple, aleatorio sistemático, aleatorio estratificado y por...

7194 sym Python (5169 sym/13 pcs) 4 img