Multilevel data in brms distributional models with smooth terms (splines)

This short entry summarizes what I found (and learned) about using smooth terms (splines) within brms mixed-models fitted with the brms R-package and a zero-one-inflated beta family (zoib) and, about the importance of modelling sigma in these cases. The main reference to this entry was found in Estimating Distributional Models with brms (Paul Bürkner, 2023) …

Continue reading ‘Multilevel data in brms distributional models with smooth terms (splines)’ »

Install CmdStan for R in Windows

Assuming that Rtools is already installed, these are the steps to install cmdstanr from RStudio in Windows 10: install.packages(«devtools») devtools::install_github(«stan-dev/cmdstanr») library(cmdstanr) This is cmdstanr version 0.5.3 – CmdStanR documentation and vignettes: mc-stan.org/cmdstanr – CmdStan path: C:/Users/tonis/Documents/.cmdstan/cmdstan-2.30.0 – CmdStan version: 2.30.0 A newer version of CmdStan is available. See ?install_cmdstan() to install it. To disable this …

Continue reading ‘Install CmdStan for R in Windows’ »

Covid-19: Cuarentena día 3. Soporte y Feedback educativo a distancia

Durante esta cuarentena causada por la grave extensión de la pandemia #Covid-19 en España voy a recoger algunas ideas en este blog que últimamente tengo abandonado. Además de preparar tareas para mis alumnos, estar pendiente de sus dudas y asistir a una formación virtual con mis compañeros me estoy dedicando a descargar y analizar con …

Continue reading ‘Covid-19: Cuarentena día 3. Soporte y Feedback educativo a distancia’ »

PyDay Galicia 2017

PyDay Galicia es la conferencia anual de la comunidad Python gallega cuya segunda edición se celebró el 10 de Junio de 2017 en las instalaciones del museo MARCO en Vigo. La comunidad Python gallega forma parte a su vez de la Asociación Python España que también organiza eventos a nivel nacional para promover el uso …

Continue reading ‘PyDay Galicia 2017’ »

Resuelto: sudo: /usr/bin/sudo debe ser propiedad del uid 0 y tener el bit setuid establecido

Instalando desde la consola nodejs y npmjs en un portátil con Ubuntu desktop 14.04 LTS perdí el acceso a root a través de sudo. Cuando lo intentaba en la consola aparecía el siguiente mensaje: user@mylaptop:~$ sudo su sudo: /usr/bin/sudo debe ser propiedad del uid 0 y tener el bit setuid establecido La solución fue:

Riesgos de ser sólo usuarios en el ecosistema digital

En el curso MOOC ‘Enseñar y evaluar la competencia digital’, impartido desde el Instituto Nacional de Tecnologías Educativas y Formación del Profesorado (INTEF) y cuya finalidad es ofrecer un espacio de reflexión colectiva y aprendizaje sobre cómo integrar la competencia digital en el currículo se planteó la siguiente pregunta en una de las actividades: ¿Qué …

Continue reading ‘Riesgos de ser sólo usuarios en el ecosistema digital’ »

Hacking Mahara to display last updates in pages

Tomorrow night will be the due date for my students to submit a Lab Report created in Mahara. I told them that I was not going to accept reports modified after the due date but I hadn’t realized that Mahara pages don’t show last update information so I had to hack the code to get …

Continue reading ‘Hacking Mahara to display last updates in pages’ »