Posts by Pachá
Author: Pachá
¿Es Pi Aleatorio?
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Gracias a los trabajos de Nicolai Andrei Kolmogorov, quien ordenó y estructuró la obra de sus precedesores, hoy en día sabemos que la aleatoriedad no es anarquía, sino que obedece a leyes matemáticas. En el paradigma frecuentista, la noción de aleatoriedad tiene que ver con las condiciones iniciales de un sistema. ¿Cuál es la ... Read More
Un extraño truco para obtener el máximo (o el mínimo)
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Me etiquetaron en Twitter sobre la siguiente pregunta: ¿Cómo puedo elegir una fecha máxima por fila? Tengo un cuadro de datos con 3 columnas con fechas, y quiero crear una 4ta columna que tenga el máximo de esas 3 para cada fila. En primer lugar, creamos un cuadro de datos con fechas, supongamos que ... Read More
Capacitación R para LATAM, 4 clases (con descuento)
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Te ayudaré a entender los fundamentos de R de manera que contribuya a tu trabajo diario. Puedes ver mi portafolio/CV en mi sitio pacha.dev. Si tienes conocimientos de hojas de cálculo, también te mostraré cómo aplicar estos conocimientos a la escritura de código. Cada sesión consiste en una hora en Zoom, centrada en las ... Read More
An introductory workshop in Shiny, August 3rd to 5th
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. ShareTweet This workshop aims to introduce people with basic R knowledge to develop interactive web applications with the Shiny framework. The course consists of a one-hour session, where we will demonstrate basic UI, reactive UI, CSS personalization and dashboard creation. Questions are super welcome! The course will be delivered online using Zoom at different ... Read More
[FREE] An introductory workshop in Shiny, July 27st from 18.00 to 19.00
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Get FREE tickets at https://www.buymeacoffee.com/pacha/e/80848 This workshop aims to introduce people with basic R knowledge to develop interactive web applications with the Shiny framework. The course consists of a one-hour session, where we will demonstrate basic UI, reactive UI, CSS personalization and dashboard creation. Questions are super welcome! Previous knowledge required: Basic R (examples: ... Read More
An introductory workshop in Shiny, July 25st to 28st
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Buy tickets at https://www.buymeacoffee.com/pacha/e/80760 This workshop aims to introduce people with basic R knowledge to develop interactive web applications with the Shiny framework. The course consists of a one-hour session, where we will demonstrate basic UI, reactive UI, CSS personalization and dashboard creation. Questions are super welcome! Previous knowledge required: Basic R (examples: reading ... Read More
Leaving a PhD Program
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Purpose The purpose of this post is to offer the author’s view about the conceptualization of what it is to be a successful Ph.D. student and some of the challenges Iberoamerican students face to have an impact. Approach This post is a personal account based on the author’s experience and what I’ve learned from friends ... Read More
Get tickets for An introductory course in Shiny on July 19th & 21th at 15 USD
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. This course aims to introduce people with basic R knowledge to develop interactive web applications using the Shiny framework. The course consists of two days, one-hour session per day, where we will discuss topics such as user interface (UI), server-side logic (tables and graphs that respond to user selection), dashboard components, and the creation ... Read More
Generalized Linear Models, Part I: The Logistic Model
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Let’s say we are interested in predicting the gender of a candidate for the British General Elections in 1992 by using the Political Parties as a predictor. We have the next data: library(dplyr) library(tidyr) elections <- tibble( party = c("Tories", "Labour", "LibDem", "Green", "Other"), women = c(57,126,136,60,135), men = c(577,508,496,192,546) ) elections
## # ... Read More
Get tickets for An introductory course in Shiny on July 11th & 13th or 12th & 14th at 30 USD
Feed: R-bloggers. Author: Pachá. [This article was first published on Pachá, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. This course aims to introduce people with basic R knowledge to develop interactive web applications using the Shiny framework. The course consists of two days, one-hour session per day, where we will discuss topics such as user interface (UI), server-side logic (tables and graphs that respond to user selection), dashboard components, and the creation ... Read More
Recent Comments