Authors
Susanna Wong 56
DATA 607 Assignment 1 Latest
01.02.2023
Introduction The article provide information for college students on choosing a major that will allow them to have a higher chance of economic success. The major category, unemployment rate, and gender can play a role in their economic success....
1899 sym R (2084 sym/13 pcs) 3 img
Patrick Ford 56
Scottish CHD Latest
12.06.2023
Is Happiness important for Heart Health ? All data in this document has a UK Open Government Licence (OGL), link to the OGL. “A calm and modest life brings more happiness than the pursuit of success combined with constant restlessness.” Albert...
609 sym Python (430 sym/1 pcs) 1 img
function 1:12 ... Latest
25.07.2021
inPvec <-1 for (x in 1:12){ if(x == 1) inPvec <- 1 else { inPvec <- inPvec * x } cat(x, "!:", inPvec, "\n") } ## 1 !: 1 ## 2 !: 2 ## 3 !: 6 ## 4 !: 24 ## 5 !: 120 ## 6 !: 720 ## 7 !: 5040 ## 8 !: 40320 ## 9 !: 362880 ## 10 !:...
7 sym R (287 sym/2 pcs)
Nguyen Ngoc Thieu 56
Forecasting Deaths By Covid19 In US (Apr. 9-Apr. 15) Latest
09.04.2020
packages load library(tidyverse) ## -- Attaching packages ----------------------------------------------- tidyverse 1.2.1 -- ## v ggplot2 3.2.0 v purrr 0.3.2 ## v tibble 2.1.3 v dplyr 0.8.1 ## v tidyr 0.8.3 v stringr 1.4.0...
457 sym R (6166 sym/31 pcs) 3 img
updated analyses for attention-trust study Latest
14.01.2020
library(lmSupport) ## Warning: package 'lmSupport' was built under R version 3.5.2 library(psych) ## Warning: package 'psych' was built under R version 3.5.2 library(ggplot2) ## Warning: package 'ggplot2' was built under R version 3.5.3 ## ##...
6663 sym R (23326 sym/124 pcs) 4 img
Jake 55
Data Structures Latest
15.05.2021
Vectors You can create a vector in the following ways c(1,2,3) ## [1] 1 2 3 c(1:5) ## [1] 1 2 3 4 5 seq(from=0, to=1, by=0.1) ## [1] 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 Operations on vectors are done element wise c(1,2,3) + c(1,2,3) ##...
2288 sym R (3855 sym/56 pcs)
Proyecto REDNI-WVE Latest
22.12.2022
Table of contents Detalles del proyecto Datos demográficos de las participantes del proyecto Procedencia por cantón Edad de participantes Nivel de instrucción Personas que sustentan el hogar Madres con discapacidad Situación laboral Acceso...
3134 sym 16 img 16 tbl
Seguros Latest
21.02.2023
Importar la base de datos #file.choose() bd <- read.csv("C:\\Users\\Naila Itzel\\Documents\\1 TEC\\4 CUARTO SEMESTRE\\Manipulación de datos\\Archivos\\seguros.csv") Entender la base de datos summary(bd) ## ClaimID TotalPaid...
1533 sym R (5982 sym/10 pcs)
Maliat 55
Document Latest
19.01.2021
This project is analyzing the detriminants of wages dataset from the year 1985. The dataset was collected from the United States Census Bureau.The analysis will project the summary statistics of the dataset. The analysis will also measure the...
1127 sym R (4293 sym/41 pcs) 1 img