Last data update: 2014.03.03

weights

Package: weights
Type: Package
Title: Weighting and Weighted Statistics
Version: 0.85
Date: 2016-02-11
Author: Josh Pasek, with some assistance from Alex Tahk and some code modified from R-core; Additional contributions by Gene Culter and Marcus Schwemmle.
Maintainer: Josh Pasek <josh@joshpasek.com>
Description: Provides a variety of functions for producing simple weighted statistics, such as weighted Pearson's correlations, partial correlations, Chi-Squared statistics, histograms, and t-tests. Also now includes some software for quickly recoding survey data and plotting point estimates from interaction terms in regressions (and multiply imputed regressions). Future versions of the package will be more closely integrated with "anesrake" and additional weighting tools and will provide the option to find weighting benchmarks and weight data using a variety of methodologies. NOTE: Weighted partial correlation calculations temporarily pulled to address a bug.
Depends: Hmisc, gdata, mice
License: GPL-2
LazyLoad: yes
NeedsCompilation: yes
Packaged: 2016-02-12 03:00:20 UTC; jpasek
Repository: CRAN
Date/Publication: 2016-02-12 07:41:05


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'weights' ...
** package 'weights' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c wcorr.c -o wcorr.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o weights.so wcorr.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/weights/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'weights'
    finding HTML links ... done
    anes04                                  html  
    dummify                                 html  
    nalevs                                  html  
    plotwtdinteraction                      html  
    finding level-2 HTML links ... done

    rd                                      html  
    starmaker                               html  
    stdz                                    html  
    wpct                                    html  
    wtd.chi.sq                              html  
    wtd.cor                                 html  
    wtd.cors                                html  
    wtd.hist                                html  
    wtd.t.test                              html  
** building package indices
** testing if installed package can be loaded
* DONE (weights)
Making 'packages.html' ... done