Authors
Hassan Ngala - 122912 6
Survival Analysis Latest
22.06.2024
Introduction Objective This task is aimed at the application of survival methods in the analysis of DHS data. The major objective is to estimate survival curves and hence hazard functions for under-5 years based on socio-demographic and maternal...
12777 sym R (11751 sym/59 pcs) 13 img 1 tbl
Learning to load packages Latest
28.06.2024
Loading Packages Assignment Load Packages tidyverse Tidyverse is a programming package that helps import, tidy, and manipulate data. if (!require(tidyverse)){ install.packages("tidyverse", dependencies = TRUE) require(tidyverse) } Loading...
574 sym
ziyi su 6
Gapminer Analysis Problem Set 1 - Ziyi Su Latest
08.07.2024
gapminder_data <- read_fst("C:/Users/samson/Downloads/All-ESS-Data.fst") ## Warning: package 'fstcore' was built under R version 4.3.3 #See Structure head(gapminder_data) ## name essround edition proddate cntry idno dweight pspwght...
328 sym R (1667550 sym/23 pcs) 1 img
Philip Mensah 6
My First Markdown Latest
11.07.2024
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
HomeworkBatch2Part2 Latest
12.07.2024
library(ipred) ## Warning: package 'ipred' was built under R version 4.3.3 library(caret) ## Warning: package 'caret' was built under R version 4.3.3 ## Loading required package: ggplot2 ## Warning: package 'ggplot2' was built under R version 4.3.3...
4247 sym R (12448 sym/93 pcs) 4 img
Hannah Robinson 6
My first R markdown file Latest
22.07.2024
Arethmetic Operation ##Addition Operation 2 + 2 # addition ## [1] 4 Subtraction Operation 5 - 4 ## [1] 1 Multiplication Operation 2 * 3 ## [1] 6 Division Operation 8/3 ## [1]...
127 sym
Document Latest
08.08.2024
title: “mm” output: html_document — #```{r setup, include=FALSE} library(leaflet) # Create a basic leaflet map leaflet() %>% addTiles() %>% # Add default OpenStreetMap tiles addMarkers(lng = -73.985, lat = 40.748, popup = “Empire State...
388 sym
Data visualization Latest
11.08.2024
Visualización de datos con R Paquetes y librerias necesarias. install.packages("dplyr") install.packages("readr") install.packages("ggplot2") library(dplyr) library(readr) library(ggplot2) Ejercicio 1 Crear un nuevo dataframe que sea un...
590 sym R (2458 sym/11 pcs) 2 img
Henry David Saenz Valverde 6
Tarea 3 - Data Visualization Latest
12.08.2024
Datos a trabajar Se realiza el cargue correspondiente de los datos con base al conjunto de datos de incendios forestales de reservas en los distintos estados de Estados Unidos. Para ello se hace función de distintas librerías y se comprende un...
2876 sym R (839 sym/7 pcs) 4 img 1 tbl