2008-10-28 Søren Højsgaard * Yet another bug showing up for long model formulas fixed. * Version 2.6.1 uploaded 2008-10-28 Søren Højsgaard * Bug showing up for long model formulas fixed. * Version 2.6.0 uploaded 2008-10-28 Søren Højsgaard * A table is now sent to MIM via a file rather than by a direct connection * Version 2.5.0 uploaded 2008-07-13 Søren Højsgaard * mim() function modified so that long formulas are broken into pieces before being passed to mim. * Version 2.4.0 uploaded 2008-07-13 Søren Højsgaard * Rgraphviz is no longer required, but if it is installed then plot() will produce graphs. * Version 2.3.2 uploaded 2008-03-11 Søren Højsgaard * stepwise adapted to generic fit method from gRbase 2008-03-11 Søren Højsgaard * fit adapted to generic fit method from gRbase * Version 2.2.0 uploaded 2008-02-07 Søren Højsgaard * Greater precision in numbers retrieved from MIM implemented. * Colour scheme for vertices has been repaired. * Version 2.1.3 uploaded 2008-01-07 Søren Højsgaard * Another bug in edges() fixed * Version 2.1.2 uploaded 2007-12-20 Søren Højsgaard * Bug fixed in edges() * fitted() now uses labels rather than 1,2,3 etc when returning fitted values (as a dataframe) * Version 2.1.1 uploaded 2007-05-01 Søren Højsgaard * RSprint changes number of digits to 7 * Version 2.0.5 uploaded 2007-03-30 Søren Højsgaard * mim objects are declared as a formal class * edges, cliques, nodes implemented 2007-03-19 Søren Højsgaard * gmData re-implemented so that default is that a variable is a factor, and such that gmData can be used in other packages. 2007-02-19 Søren Højsgaard * nominal function implemented * ordinal re-implemented * testdelete now only reports differences in df for the tested models. * stepwise takes argument infconstant for use with AIC * display shows ordinal variables with cyan colour. 2007-02-15 Søren Højsgaard * Bug in testdelete fixed * Bug in display fixed * modelTest function for comparing two models added 2006-11-05 Søren Højsgaard * Version 2.0.2 uploaded * .Rd files corrected 2006-11-05 Søren Højsgaard * Version 2.0.1 uploaded * .Rd files corrected 2006-10-30 Søren Højsgaard * Version 2.0.0 created and uploaded. * A major revision of the package made. * A revised document describing the package has been added as a vignette. 2006-01-30 Søren Højsgaard * Version 1.3.1 created with following changes: * Manual has been updated with a few extra explanations. (Code is unchanged). 2005-12-28 Søren Højsgaard * Version 1.3.0 has been created with the following changes: * Communication with MIM now based on the rcom package rather than the RDCOMClient package which was used in previous versions. * display: A primitive facility for displaying the graphs has been added. It is based on the Rgraphviz and graph packages. * The simulate function has been removed as it was not consistent with the simulate function from the stats package. * The manual has been updated.