./math/R-estimability, Tools for assessing estimability of linear predictions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5, Package name: R-estimability-1.5, Maintainer: pkgsrc-users

Provides tools for determining estimability of linear functions of
regression coefficients, and 'epredict' methods that handle
non-estimable cases correctly. Estimability theory is discussed in
many linear-models textbooks including Chapter 3 of Monahan, JF
(2008), "A Primer on Linear Models", Chapman and Hall (ISBN
978-1-4200-6201-4).


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-02-25 02:58:27 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
(math/R-estimability) Updated 1.4.1 to 1.5,  make test passed

** NOTE: If you have v1.4 installed, please update to a newer version!
**       (Or an older one, for that matter)

1.5
    We now require R >= 4.3.0.
    Plays along with the changes in 'predict.lm' that came with R 4.3.0.
    We re-coded the 'nonest.basis.qr' to something much simpler, and the
    old version is kept available as 'legacy.nonest.basis'.
    And a vignette was added to help developers add estimability
    checking to their package.
   2023-02-12 05:32:51 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
(math/R-estimability) Updated 1.3 to 1.4.1

(math/R-estimability/work/estimability/inst/NEWS)
Update history for **estimability***

** NOTE: If you have v1.4 installed, please update to a newer version!
**       (Or an older one, for that matter)

1.4.1
    Correction to version 1.4. The new svd-based methods worked
    correctly only for n x p matrices with n >= p. Otherwise things
    go badly awry. And this is a big problem because I replaced
    the default nonest.basis() method with the svd method.

1.4
    Added support for results of svd(), via 'nonest.basis.svd' function
    and 'default' method. The 'matrix' method now uses the SVD instead
    of the QR decomposition.
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | Package updated
Log message:
Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html