RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Association Rules for COVID-19 triage
This project applies association rules mining and classification based on association rules (CBA) to a synthetic COVID-19 dataset with the goal of supporting patient triage. After cleaning the data (notably dropping body temperature due to synthetic generation flaws), variables are discretized both manually and automatically (MDLP), and apriori rules are mined separately for positive and negative diagnoses. Key findings include that contact with a COVID-19 patient, dry cough, and fever together nearly guarantee a positive result, that age and comorbidities don't predict infection in this dataset, and that gender influences which symptoms are most predictive. The CBA classifier achieves ~96% accuracy on the full dataset and somewhat lower but still strong performance on held-out test data, with perfect specificity on training data.
Week3 과제
CKD & DAPT
Week 3
RTutoria 2
SEMANA 1 — Introducción a la Programación y al Entorno de Trabajo
SEMANA 1 — Introducción a la Programación y al Entorno de Trabajo
Presentación UOC
SEMANA 0 Ingeniería, Ética e IA (Módulo Cero)
SEMANA 0 Ingeniería, Ética e IA (Módulo Cero)
Project1 (Data 607)
The objective is to develop an R Markdown script that converts chess tournament results from a text file into a CSV suitable for database import, including player name, state, total points, pre-rating, and average opponent pre-rating.