Version: 1.1-7 Date: 2023-10-04 Text: updated CITATION to newer format Version: 1.1-7 Date: 2023-10-04 Text: updated URLs to bht-berlin instead of beuth-hochschule Version: 1.1-7 Date: 2023-10-04 Text: removed latin1 encoding Version: 1.1-7 Date: 2023-10-04 Text: renamed internal functions orlm.forboot orlm.forboot.fixed to orlm_for... in order to avoid that they are interpreted as S3 methods Version: 1.1-6 Date: 2018-01-26 Text: changed % to \% in example code in manual Version: 1.1-6 Date: 2018-01-26 Text: changed title to title case Version: 1.1-6 Date: 2018-01-26 Text: changed start of description (removed note because of "This package") Version: 1.1-6 Date: 2018-01-26 Text: adapted namespace file to current requirements (S3Methods instead of export, importing functions from grDevices, stats and graphics) Version: 1.1-5 Date: 2014-08-01 Text: Bug fix (serious bug, thanks to Leonard Vanbrabant for alerting me to this): df calculation in function ic.test was wrong for TP = 11: df were always too large because the length of the parameter vector was used for calculation instead of the number of constraints; this resulted in conservative p-values for TP = 11 in ic.test and consequently also for the overall test in summary.orlm; for the latter, the first parameter of the beta distribution was always 0.5 too large. The bug has been fixed, and notes have been added to the documentation files of functions ic.test and orlm. Version: 1.1-5 Date: 2014-08-01 Text: added an explanation to the documentation of pbetabar, explaining which mixture is calculated (different from the expectations that users of likelihood ratio tests in linear models might have; the denominator always adds the error sum of squares from the unrestricted model only, and therefore, the second beta parameter in the mixture is constant) Version: 1.1-4 Date: 2013-09-13 Text: updated CITATION file Version: 1.1-4 Date: 2013-09-13 Text: removed assignment of object bodyfat into global enviroment (file aaa.R) Version: 1.1-4 Date: 2013-09-13 Text: moved data files to sysdata.rda instead of data directory Version: 1.1-4 Date: 2013-09-13 Text: moved vignette files to vignettes directory Version: 1.1-4 Date: 2013-09-13 Text: updated vignette to include the JSS article in the references Version: 1.1-4 Date: 2013-09-13 Text: moved packages from Depends to Imports in package description, adapted namespace file to mention all relevant imports; adapted example and test code to access objects from packages no longer attached using :: or require Version: 1.1-3 Date: 2010-02-19 Text: makde pdf documentation file into a vignette Version: 1.1-3 Date: 2010-02-19 Text: made bodyfat data available in the package (typed them in), i.e. got rid of function bodyfat() Version: 1.1-2 Date: 2010-02-07 Text: Removed selective capitalization of output headers Version: 1.1-2 Date: 2010-02-07 Text: improved line break properties of output in summary.ict Version: 1.1-2 Date: 2010-02-07 Text: added pdf documentation file and ic.infer alias in help Version: 1.1-2 Date: 2010-02-07 Text: added citation information Version: 1.1-1 Date: 2009-12-20 Text: removed LICENSE file that erroneously claimed a geographical restriction to non-US since version 0.8. ic.infer is not and has never been geographically restricted, but is subject to GPL >=2. Version: 1.1 Date: 2009-11-22 Text: added contrast function contr.diff for increment coding of factors with ordered levels Version: 1.1 Date: 2009-11-22 Text: added function make.mon.ui for easier creation of matrix ui in monotonicity situations Version: 1.1 Date: 2009-11-22 Text: corrected orlm.Rd (quotes in code blocks) Version: 1.1 Date: 2009-11-22 Text: added two data examples (bodyfat and grades) Version: 1.0-6 Date: 2008-09-19 Category: Bug fixes Text: orlm and or.relimp did not work properly for linear models on data frames without column names. Version: 1.0-6 Date: 2008-09-19 Category: Bug fixes Text: bootstrapping did not work on models with factors because of an undocumented and unnecessary stopping condition in internal function boot.orlm. Version: 1.0-5 Date: 2008-08-16 Text: improved error message when using orlm or or.relimp with non-quadratic matrix Version: 1.0-5 Date: 2008-08-16 Text: added tests directory for standard automated code testing Version: 1.0-5 Date: 2008-08-16 Text: added examples for summary.orest to documentation Version: 1.0-5 Date: 2008-08-16 Text: Bug fixes: Version: 1.0-5 Date: 2008-08-16 Text: Fixed typo that made ic.test use asymptotic instead of finite df test, when applied to linear model object Version: 1.0-5 Date: 2008-08-16 Text: or.relimp did not work for covariance matrices without column names Version: 1.0-4 Date: 2008-08-14 Text: Namespace now exports summary function for class orest (erroneously yielded default summary before, although a special method had been added with version 0.8-2) Version: 1.0-4 Date: 2008-08-14 Text: Added helpful error message for plot.orlm, when applied to object that was generated based on covariance matrix and therefore without residuals Version: 1.0-1 Text: Prohibit simultaneous occurrence of restriction on intercept and bootstrap (consequence of switching to covariance-matrix based calculation in bootstrap) Version: 1.0-1 Text: Bug fix for internal function orlm_forboot (index <96> 1 replaced by index in call) Version: 1.0-1 Text: Bug fixes for ic.weights (even and odd sums were wrongly implemented and only worked for some numbers of restrictions) Version: 1.0 Text: ic.weights saves additional time on weight calculation by exploiting that odd and even weights each sum to 0.5. Version: 1.0 Text: orlm and or.relimp can now operate based on a covariance matrix only and do not necessarily require a linear model for input. Version: 1.0 Text: all.R2 now requests a covariance matrix instead of a linear model for input (it should not be necessary for users to directly call all.R2). Version: 1.0 Text: Bootstrapping in orlm is now based on the covariance-matrix-based calculation for option fixed=FALSE. Thus, issues are avoided in making bootstrapping work with functions that indirectly call lm. <95> The documentation has been updated and improved in some respects. Version: 0.8-3 Date: 2008-08-02 Text: <95>