Authors
Mauricio Pinzon 6
Mi primer informe Latest
28.02.2022
Importar Datos A continuación se cargan los datos de vivienda: library(readxl) Datos_Vivienda <- read_excel("C:/ALL/Personal/Maestria/01_Simulacion_Estadística/Unidad 1/Actividad_1/Datos_Vivienda.xlsx") head(Datos_Vivienda) Zona piso...
74 sym R (164 sym/1 pcs) 1 tbl
Arisara Kanaprasertkul 6
ANLY 505 Week 1 Arisara Latest
21.01.2020
Directions The objective of this assignment is to introduce you to R and R markdown and to complete some basic data simulation exercises. Please include all code needed to perform the tasks. This is an R Markdown document. Markdown is a simple...
1349 sym R (1487 sym/8 pcs) 2 img
Simple forecast of carbon dioxide emissions. Latest
31.03.2021
Today I wanted to look into how CO2 emissions changed over time, not in a rigorous way but just to have a glimpse about where are we going in controlling the level of emissions. So, I found a dataset of carbon dioxide emissions per capita, in...
4551 sym R (15178 sym/45 pcs) 3 img
Christopher Olivares 6
Churn- Week 3 Latest
10.09.2021
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. Note: this analysis was performed using the...
3505 sym R (8974 sym/13 pcs) 2 img
Mrugank Salunke 6
ANLY 512 Problem Set 4 Latest
12.06.2020
Objectives The objective of this assignment is to conduct an exploratory data analysis of a data set that you are not familiar with. In this week’s lecture, we discussed a number of visualization approaches in order to explore a data set. This...
3245 sym R (7108 sym/16 pcs) 10 img
Mohammed Sarfraz Arif 6
Reproducible Research Course Project 2 Latest
13.03.2022
#Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the...
2546 sym R (8700 sym/61 pcs) 4 img
M Rizki Maulana 6
Heart Disease Prediction using Logistic Regression and K-NN Latest
17.01.2021
Heart Disease Prediction M Rizki Maulana 1/16/2021 Objective The objective of this model is to classify does a patient has heart disease or not based on several predictors. The predictors that used are: Age Sex (Male = 1, Female =2 ) Chest pain...
2368 sym R (9547 sym/49 pcs)
Document Latest
09.04.2023
#Loading library(tidyverse) library(moments) loading library tidyverse and moments into my working directory suicide_rate<- read.csv(file.choose()) Importing data set str(suicide_rate) 'data.frame': 31756 obs. of 14 variables: $ country...
13772 sym R (8367 sym/38 pcs) 7 img