Publications by Dr. Roberto Chang López

Reticulate

15.07.2024

email:rchang@unah.edu.hn / rchang@unitec.edu You can check your Python environment with: ##Chunk R reticulate::py_config() ## python: C:/Users/rchang/AppData/Local/r-miniconda/envs/r-reticulate/python.exe ## libpython: C:/Users/rchang/AppData/Local/r-miniconda/envs/r-reticulate/python38.dll ## pythonhome: C:/Users/rchang/AppData...

1025 sym R (6048 sym/10 pcs) 1 img

RchangActuarialF

13.07.2024

Examples and User Manual Manual download Ejemplos y Manual de Usuario Descargar manual aquí #devtools::install_github("rchang-1/RchangActuarialF") rchang@unah.edu.hn / rchang@unitec.edu Professor of Doctoral and Master’s Programs in Systems, Economics, and Statistics for Scientific Research Profesor de Doctorado y Maestría en Sistemas, Economí...

2293 sym R (30723 sym/71 pcs) 3 img

Milestone Capstone

07.12.2023

Overview This is the milestone report for week 2 of the Johns Hopkins University on Coursera Data Science Capstone project. The overall goal of the Capstone project is to build a predictive text model using Natural Language Processing (NLM) along with a predictive text application that will determine the most likely next word when a user inputs a w...

4888 sym R (7855 sym/50 pcs) 3 img

Final Capstone Shiny App

29.11.2023

Reproducible pitch / Capstone Final Capstone Data Science Roberto Chang PHD 28.11.2023 Next Word Predict author: Roberto Chang López: 29 November, 2023 autosize: true transition: rotate class: smaller css: style.css Coursera Data Science Specialization Capstone Project Johns Hopkins University — Objective This presentation features the Next ...

2031 sym 1 img 1 tbl

task3

28.11.2023

Coursera Developing Data Products - Week 3 Assignment # En el primer chunk library(plotly) ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is m...

66 sym R (909 sym/8 pcs)

Shiny app presentation

28.11.2023

Analysis of Financial Statements Financial Statements Roberto Chang PHD 28.11.2023 Coursera Reproducible Pitch URL: https://github.com/manastiwari/Developing-Data-Products-Week-4-Course-Project Find here all the data that have been use for this presentation and also for the first part of the data Science Project: “First, you will create a Sh...

3466 sym 1 img

projectLeaflet

28.11.2023

## Warning: package 'leaflet' was built under R version 4.1.3 Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot. library(leaflet) my_map <- leaflet() %>% addTiles() my_map = addMarkers(my_map, lat = 19.0688, lng = 72.8703, popup = "My Home") my_map...

130 sym R (202 sym/2 pcs)

Herramientas para Análisis de Realidad Nacional

22.04.2023

knitr::opts_chunk$set(echo = TRUE) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.6 v purrr 0.3.4 ## v tibble 3.1.8 v dplyr 1.0.7 ## v tidyr 1.1.4 v stringr 1.4.0 ## v readr 2.0.2 v forcats 0.5.1 ## Warning: package 'ggplot2' was built under R vers...

5750 sym R (9994 sym/131 pcs) 45 img

Modelos ARCH GARCH

03.03.2023

library(lubridate) ## ## Attaching package: 'lubridate' ## The following objects are masked from 'package:base': ## ## date, intersect, setdiff, union library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.6 v purrr 0.3.4 ## v tibble 3.1.8 v dplyr 1.0.7 ## v ti...

1132 sym R (6081 sym/77 pcs) 13 img

Mercado de Capitales 1

03.03.2023

setwd("C:/Users/rchang/Downloads/Mercado de Capitales UNAH 2023/Scripts") Capítulo 3 Quantmod IMPORTATE: Aún no está del todo listo el formato en pdf, por lo que recomiendo verlo online. El paquete quantmod para R esta diseñado para la asistencia quantitativa de los traders en el desarrollo de sus estrategias y modelos financieros. 3.1 ¿Que es...

12013 sym R (11978 sym/81 pcs) 11 img