-
Predicting stroke (I): Trying different classification algorithms
Assignment for “Knowledge technology”, course in the Master in Methodology for behavioral sciences. This post correspond to the first part of the “series” Predicting stroke, which consists of a set of independent works in which I try to solve an applied machine learning problem: to accurately classify people who have suffered a stroke or not, based on different predictors.
Read more… -
ANOVA from scratch
Project developed for the “Computer methods” course in the Master in Methodology for behavioral sciences. Full description and examples can be found here and here. Main function ANOVA: Perform a one- or two-way fixed-effects ANOVA.
Read more… -
Definite integral
This small program consists of a function that can compute the definite integral of a function over a given interval. Full description with examples can be found here and the code is here
Read more…