2006-09-19 Russell Almond * DESCRIPTION (Date): Split XML code into SSX package. 2006-09-18 Russell Almond * DESCRIPTION (Description): Split Asp and woe packages. * Global cleanup from CVS failure. 2005-07-11 Russell Almond * R/summaries.R (RNC): Added. (maxRNC): Added. 2005-06-29 Russell Almond * R/fixdatabase.R (fixTable): Added Statistics table to the list of tables fixed. * R/access.R (getDeviances): New function to access deviances. (getMetadata): New function to access metadata. 2005-06-21 Russell Almond * R/amd.R ("buildQMatrix"): Fixed problem when using with no polytomous items. 2005-06-10 Russell Almond * R/woe.R (woeBal): Added. (woeHist): Added (parseProbVec): Added. 2005-06-08 Russell Almond * R/amd.R (getECDMetaID): Added as needed to get EM id from LM id. 2005-06-02 Russell Almond * R/daSigne.R ("dsApplyModel"): Added new function ("dsApply"): Added new function * R/summaries.R (maxpsrf): Added shorthand for frequently used summary. * R/summaries.R (mpsrf): Added shorthand for frequently used summary. 2005-04-19 Russell Almond * R/amd.R ("parseAMD"): Added automatic directory change to paraseAMD. ("getLMParametersForAMD"): Did as much. ("getEMParametersForAMD"): Did as much. 2005-04-12 Russell Almond * R/amd.R ("buildVMatrix"): Added function ("buildQMatrix"): Fixed a bug in handling of Dinc params 2005-04-11 Russell Almond * R/amd.R: ("getParameterSetsFromGMFile"): Split off from getParameterSetsForModel ("parseTable"): Fixed a bug in table parsing. ("parseAMD"): Created function. ("amd"): Created class. ("gmModel"): Ordered Distributions 2005-04-01 Russell Almond * R/summaries.R (mvr): Used only real part of MPSRF 2005-03-30 Russell Almond * R/daCapo.R ("daCapoApplyPlot"): Apply splitlmn and getObservableVar to shorten labels. * R/rmat.R (getObservableVar): Created. * R/daSigne.R ("dsBuildRMatrix"): Created DaSigne functions. 2005-03-10 * R/access.R ("getParameterLabels"): Fixed problem with order of hyperDirichlet parameters. * R/daCapo.R ("daCapo"): Fixed bug in maxparams. * R/rmat.R ("buildRMatrix"): Added which LinkModels argument. * R/summaries.R (safeGelman.diag): Fixed spelling error in confidence. 2005-03-09 Russell Almond * R/access.R ("getAllParameters"): Added maxparams parameter to skip big (HyperDirichlet) paramerers * R/summaries.R: Added Safe versions of summaries which handle NAs 2005-03-04 Russell Almond * R/daCapo.R ("grandSummary"): fixed to skip NAs ("grandPlots"): fixed to skip NAs ("daCapo"): Added a maximum parameter limit * R/access.R ("asp.showConnection"): Added function for recalling last call. ("grepModels"): Added shortcut. ("listLinkModels"): Forced results to sort. 2005-02-10 Russell Almond * R/pretestDescription.R ("read.cpd.csv"): Added code for parsing CSV files using layout. 2005-02-08 Russell Almond * R/daCapo.R: Fixed problem with trimRegExp. 2005-02-01 Russell Almond * R/amd.R ("parseTableHeader"): Added parsing for distributions, fixed parsing for variables. Added gmModel, parseTable, parseTableHeader, parseGmModel 2005-01-25 Russell Almond * R/access.R (fixTypes): added error handling for misspelled model names. * man/listSubjects.Rd: Added missing doc for no argument case. 2005-01-21 Russell Almond * R/access.R (pQuery): Fixed a bug in pQuery when iterations argument was omitted. 2005-01-20 Russell Almond * R/pretestDescription.R ("amdToPD"): Added "matchObs" argument to filter out one kind of observable. 2005-01-12 Russell Almond * R/access.R: Fixed a bug in pQuery where mcmc start and end were not getting set. * R/daCapo.R: Fixed a bug in the daCapoApplyPrint where PDF devices were not getting closed. * R/pretestDescription.R: Moved omitCode789 and omitCodeStrings data sets back to here so that they will be loaded by default. 2005-01-05 Russell Almond * First port of Asp into an R style package from the previous loose collection of R code in the StatShop distribution.