oFMLR package on Github

Hi,

We just released a new version of the oFMLR package for fitting (finite) mixtures of logistic regression in data streams. You can find the code here: https://github.com/MKaptein/ofmlr.

It is very easy to use:

library(devtools)   
install_github(“MKaptein/ofmlr”)
library(ofmlr)
?ofmlr

suffices to get started.

Have fun, and let us know if anything does not work. Note that a publication describing the package in more detail including examples is coming up shortly.