Last data update: 2014.03.03

tsc

Package: tsc
Type: Package
Title: Likelihood-ratio Tests for Two-Sample Comparisons
Version: 1.0-3
Date: 2014-11-20
Author: Yang Zhao, Albert Vexler, Alan Hutson
Maintainer: Yang Zhao <yzhao37@buffalo.edu>
Description: Performs the two-sample comparisons using the following exact test procedures: the exact likelihood-ratio test (LRT) for equality of two normal populations proposed in Zhang et al. (2012); the combined test based on the LRT and Shapiro-Wilk test for normality via the Bonferroni correction technique; the newly proposed density-based empirical likelihood (DBEL) ratio test. To calculate p-values of the DBEL procedures, three procedures are used: (a) the traditional Monte Carlo (MC) method implemented in C++, (b) a new interpolation method based on regression techniques to operate with tabulated critical values of the test statistic; (c) a Bayesian type method that uses the tabulated critical values as the prior information and MC generated DBEL-test-statistic's values as data.
License: GPL (>= 2)
LazyData: yes
Packaged: 2015-01-07 15:48:07 UTC; starvictoria
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-07 17:51:11

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tsc' ...
** package 'tsc' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Interface_t_s1.cc -o Interface_t_s1.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c model_t_s1.cc -o model_t_s1.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tsc.so Interface_t_s1.o model_t_s1.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tsc/libs
** R
** data
*** moving datasets to lazyload DB
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tsc'
    finding HTML links ... done
    table                                   html  
    tsc.test                                html  
** building package indices
** testing if installed package can be loaded
* DONE (tsc)
Making 'packages.html' ... done