Last data update: 2014.03.03

kSamples

Package: kSamples
Type: Package
Title: K-Sample Rank Tests and their Combinations
Version: 1.2-4
Date: 2016-06-09
Authors@R: c(person("Fritz", "Scholz",role=c("aut","cre"),email =
"fscholz@u.washington.edu"), person("Angie", "Zhu", role=c("aut"),
email= "a.zhu.stat@gmail.com"))
Author: Fritz Scholz [aut, cre],
Angie Zhu [aut]
Maintainer: Fritz Scholz <fscholz@u.washington.edu>
Depends: SuppDists
Imports: methods, graphics, stats
Description: Compares k samples using the Anderson-Darling test, Kruskal-Wallis type tests
with different rank score criteria, Steel's multiple comparison test, and the
Jonckheere-Terpstra (JT) test. It computes asymptotic, simulated or (limited) exact
P-values, all valid under randomization, with or without ties, or conditionally
under random sampling from populations, given the observed tie pattern. Except for
Steel's test and the JT test it also combines these tests across several blocks of
samples. Also analyzed are 2 x t contingency tables and their blocked combinations
using the Kruskal-Wallis criterion. Steel's test is inverted to provide simultaneous
confidence bounds for shift parameters. A plotting function compares tail probabilities
obtained under asymptotic approximation with those obtained via simulation or exact
calculations.
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: yes
Packaged: 2016-06-09 18:30:03 UTC; fritz
Repository: CRAN
Date/Publication: 2016-06-10 07:48:23


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'kSamples' ...
** package 'kSamples' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c kSamples.c -o kSamples.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o kSamples.so kSamples.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/kSamples/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'kSamples'
    finding HTML links ... done
    ShorelineFireEMS                        html  
    Steel.test                              html  
    SteelConfInt                            html  
    ad.pval                                 html  
    ad.test                                 html  
    ad.test.combined                        html  
    contingency2xt                          html  
    contingency2xt.comb                     html  
    conv                                    html  
    jt.dist                                 html  
    jt.test                                 html  
    kSamples-package                        html  
    pp.kSamples                             html  
    qn.test                                 html  
    qn.test.combined                        html  
** building package indices
** testing if installed package can be loaded
* DONE (kSamples)
Making 'packages.html' ... done