mbsc - R-functions for model-based subspace clustering


mbsc is a set of R functions that fit a multivariate Dirichlet-process mixture model to identify clusterings based on subsets of attributes, as described in Hoff(2004).


Installation:
  1. Download the text files mbsc.r and mbsc.c
  2. Execute the shell command

    R CMD SHLIB mbsc.c

    This should create the file mbsc.so.

  3. Start an R-session with mbsc.r and mbsc.so in the directory and type

    source("mbsc.r")

Running the MCMC may take a long time, so you might want to do it in batch mode.
Feedback: Let me know if you use this package, have suggestions, or encounter bugs. The more feedback I get, the more I will feel compelled to improve the software.

email: hoff@stat.washington.edu