Last data update: 2014.03.03

ump

Package: ump
Version: 0.5-6
Date: 2015-07-02
Title: Uniformly Most Powerful Tests
Author: Charles J. Geyer <charlie@stat.umn.edu> and
Glen D. Meeden <glen@stat.umn.edu>
Maintainer: Charles J. Geyer <charlie@stat.umn.edu>
Depends: R (>= 2.10.0)
Imports: stats, graphics
Description: Does uniformly most powerful (UMP) and uniformly most
powerful unbiased (UMPU) tests. At present only distribution implemented
is binomial distribution. Also does fuzzy tests and confidence intervals
(following Geyer and Meeden, Statistical Science, 2005) for the binomial
distribution (one-tailed procedures based on UMP test and two-tailed
procedures based on UMPU test).
License: MIT + file LICENSE
URL: http://www.stat.umn.edu/geyer/fuzz/
NeedsCompilation: yes
Packaged: 2015-07-02 18:25:32 UTC; geyer
Repository: CRAN
Date/Publication: 2015-07-03 00:10:18

● 0 images, 4 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ump' ...
** package 'ump' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c umpubinom.c -o umpubinom.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ump.so umpubinom.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ump/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ump'
    finding HTML links ... done
    arpv.binom                              html  
    arpv.plot                               html  
    fci.binom                               html  
    umpu.binom                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (ump)
Making 'packages.html' ... done