Authors
Pranaya Kaki 6
Document Latest
13.12.2023
##Loading libraries library(ggplot2) library(ggpubr) library(rstatix) ## ## Attaching package: 'rstatix' ## The following object is masked from 'package:stats': ## ## filter Myc <- read.csv("C:/Users/prana/OneDrive/Desktop/15N...
616 sym R (6921 sym/18 pcs) 3 img
208251_LAB_Nonparametric Statistics Latest
13.12.2023
Module: 208251 Regression Analysis and Non-Parametric Statistics (semester 1/2021) Instructor: Kamonrat Suphawan Affiliation: Department of Statistics, Faculty of Science, Chiang Mai University. Objectives: Students are able to 1)perform...
5346 sym R (11367 sym/64 pcs) 7 img
Scarlets v Black Lions Latest
14.12.2023
Opp Scout The following presentation is designed to give a statistical overview ahead of a given game. It compares teams to each other as well as to the average from the data covering most of the Oval Data Set. ## [1] "The game in question today:...
1688 sym 14 img
R Notebook Latest
16.12.2023
Section 1 We are working with cars datasets Section 2 plot(cars) Add a new chunk by clicking the Insert Chunk button on the toolbar or by pressing Ctrl+Alt+I. When you save the notebook, an HTML file containing the code and output will be saved...
1445 sym 1 img
Document Latest
16.12.2023
Section 1 We are working with a car dataset Subsection plot(cars) cars_data = cars print(cars_data) Add a new chunk by clicking the Insert Chunk button on the toolbar or by pressing Ctrl+Alt+I. When you save the notebook, an HTML file containing...
2535 sym
Your name here 6
Document Latest
17.12.2023
HW 03 Due: 20 Dec, 09:00 a.m Your name here Your Roll Number here College majors The college_recent_grads data frame is a trove of information. Let’s think about some questions we might want to answer with these data: Which major has the lowest...
2379 sym
Data analysis bean trials Latest
26.12.2023
Bean trials analysis - Colombia Maps Descriptive statistics # A tibble: 180 × 8 LOCALIDADES TRATAMIENTO GENOTIPO Fe_ppm Zn_ppm Absorcion_CAA Coccion Proteina <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl>...
1942 sym 40 img
Jesús Salinas Flores 6
EJEMP1 Latest
28.12.2023
El texto (en Rmarkdown) Un documento de Markdown permite escribir texto donde se le puede insertar código de R. Encabezados / Títulos # Esto es un título de nivel 1 Esto es un título de nivel 1 Esto es un título de nivel 2 Esto es un...
6834 sym 7 img 3 tbl
Yun Wu 6
Publish Document Latest
03.01.2024
Segmentation of customer groups using clustering methods 1.Introduction Data clustering is one of the basic but very popular and important methods of the unsupervised learning. However, the most well-known clustering algorithms, i.a. k-means or...
2350 sym 2 img
serkor1 6
Cryptocurrency Market Data in R Latest
03.01.2024
Getting cryptocurrency OHLCV data in R without having to depend on low-level coding using, for example, curl or httr2, have not been easy for the R community. There is now a high-level API Client available on CRAN which fetches all the market data...
1566 sym Python (701 sym/4 pcs) 2 img 1 tbl