Authors

Gastos básicos de hogares de San Salvador Latest

18.07.2020

Gastos básicos de hogares de San Salvador Los siguientes resultados estadísticos fueron obtenidos a partir de la base de datos de la encuesta de hogares de propósitos múltiples 2019. El Salvador. Lic. Miguel Angel Gómez `2020-07-18 ##...

267 sym R (10442 sym/47 pcs) 20 img

Document Latest

20.01.2020

A Few Reminders to Begin R is case sensitive You can always use ? to get help with a function, e.g. ?mean Use the console for quick and dirty stuff, but keep a clean R script with working code R Projects are super cool! The 'Environment' tab...

14342 sym R (1356 sym/31 pcs) 5 img

Yuly Natalia Melgarejo Cuevas 18

Usando dplyr Latest

09.11.2021

1. Hoja 1 1.1 Usando dplyr Usando la función set.seed(20 ) y colocando sus dos últimos números de cédula en los espacios con guiones al piso, realice las siguientes actividades: ACTIVIDAD 1 Genere una muestra de tamaño 120 de la...

7321 sym R (60545 sym/128 pcs)

Nilsa Bermudez 18

Assignment_2 Latest

10.02.2020

library(DBI); library(ggplot2); Introduction In this open ended assignment, I will load the data two ways. First from sql,then I will generate a barplot and then from a csv file. - Run the MovieSurvey.sql script on...

922 sym R (4374 sym/20 pcs) 1 img

DINS-ASCEND MRIQC Study Tracking Latest

12.04.2022

This report is meant to provide a quick overview of the Brain Insulin Sensitivity and Reward Behavior in Mood Disorders (DINS) study and the Ascertaining Neurocircuitry to Enhance Neuromodulation Development (ASCEND) study. All data summarized...

1006 sym 6 img

Querying SQLite in R using DBI and RSQLite Latest

07.09.2022

Menghubungkan SQLite dengan Package RSQLite dan DBI Mempersiapkan package (pastikan package sudah terinstall dengan command <install.packages(“nama_package”)>): library(RSQLite) library(DBI) Connect database connect <- dbConnect(SQLite(),...

4065 sym R (31685 sym/48 pcs)

tEST Latest

28.08.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

Muhammad Abyan Adil 18

Introduction Kalkulus Latest

30.08.2023

Pengertian Kalkulus Berdasarkan KBBI (Kamus Besar Bahasa Indonesia), kalkulus merupakan bagian matematika yang mencakup pengertian dan penggunaan diferensial dan integral fungsi serta konsep lain yang berhubungan. Kalkulus dapat digunakan dalam...

3297 sym

Assignment 1 - Congress Demographics Latest

03.09.2023

library(tidyverse) library(ggplot2) congage <- read.csv("data_aging_congress.csv") congage_short <- congage %>% select(congress, chamber, start_date, age_years, birthday, generation,...

2423 sym R (1084 sym/4 pcs) 1 img

Document Latest

05.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...

1548 sym 5 img