The code for the core functions of Familias has been released in an
R package. The R library Familias is back on cran from Jan 10, 2024.
The R library relMix,
which uses R Familias,
can be installed from https://github.com/gdorum/relMix.
The R library fam2r, needed for conditional simulations in the DVI module of Windows Familias, can be installed as described
here.
To install R Familias (only once) and load the package, write, in R,
> install.packages("Familias") > library(Familias) Information and help about the package can then be reached with > help("Familias")