Authors
Matt Harvey 6
FA2_Distance Group 1-Assignment 1 Latest
09.09.2023
Question 1 For males, perform an analysis that includes the descriptive statistics (e.g. min, max, sample mean, sample standard deviation, sample median, quartiles), histogram, and normal probability plot. Comment on the statistics and plots....
2524 sym R (3274 sym/11 pcs) 5 img
Wenlu Xu 6
Lending Group Final Data Analysis Latest
09.09.2023
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr...
7285 sym R (13065 sym/77 pcs) 16 img
Javier Felipe Barrera,Juan Esteban Torres,Santiago Andres Fernandez,Daniel Felipe Gonzalez 6
Taller descriptiva en grupo Latest
09.09.2023
Introducción En el siguiente taller haremos un analisis de una muestra de datos, en el analisis usaremos los temas vistos en clase. Los datos a analizar son los siguientes library(datos) datos.c <- data.frame(datos_credito) muestra2 <-...
1377 sym 2 img
Mafer Gonzalez 6
Clase Bootcamp 1 Latest
11.09.2023
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
598 sym 1 img
José Eduardo Velazco 6
Comandos Básicos Latest
11.09.2023
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
591 sym 1 img
Homework1 Latest
11.09.2023
load the cars dataset from csv file downloads df <- read.csv("mtcars-3.csv") display first few rows head(df) print the dimension dim(df) [1] 32 12 print the data structure of varaible class (df) str(df) 'data.frame': 32 obs. of 12 variables: $...
2669 sym 3 img
[Enter your name] 6
Statistical analysis on educational data Latest
12.09.2023
1. PREPARE Each machine learning “case study” is designed to illustrate how machine learning methods and techniques can be applied to address a research question of interest, create useful data products, and conduct reproducible research....
87302 sym R (19174 sym/110 pcs) 4 img
Suman Patra 6
Hallow World Latest
12.09.2023
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
598 sym 1 img
Madhukanth 6
Document Latest
12.09.2023
1. PREPARE Each machine learning “case study” is designed to illustrate how machine learning methods and techniques can be applied to address a research question of interest, create useful data products, and conduct reproducible research. Each...
76861 sym R (14668 sym/55 pcs) 4 img
Zharick Arrieta Morales 6
Document Latest
13.09.2023
Distribución de Poisson La distribución de Poisson es una distribución de probabilidad discreta que expresa la probabilidad de ocurrencia de un determinado número de evento durante un cierto intervalo de tiempo o espacio, a partir de una...
1814 sym