https://github.com/cran/coin
Raw File
Tip revision: 891d3973285d3cd5421a5921add474c92000b605 authored by Torsten Hothorn on 02 June 2005, 00:00:00 UTC
version 0.2-11
Tip revision: 891d397
CHANGES


		CHANGES IN `coin' VERSION 0.2-11


    o   the `distribution' argument now takes the return values of
        functions `exact()', `approximate()' or `asymptotic()' as well.
        Those functions can be used to specify parameters, such as the
        number of Monte-Carlo replications via
        ..., distribution = approximate(B = 9999), ...

    o   `show()' returns objects (of class `htest', for example) invisibly

    o   `expectation()' returns a vector, not a matrix

    o   new generic `variance()' for extracting the variance(s) of 
        linear statistics

    o   only variances (instead of the whole covariance matrix) is 
        computed when the distribution of maximum type test statistics 
        is to be _approximated_.

    o   `data' may be an object of class `exprSet' (-> Biobase), the
        vignette has an example

    o   `logrank_trafo' (and `surv_test') now have a `ties.method' argument,
        see ?surv_test for more information


		CHANGES IN `coin' VERSION 0.2-10


    o   asymptotical -> asymptotic in print methods

    o   `mercuryfish' example added

    o   {x,y}trafo now can return matrices with number of columns
        different from the lhs and rhs of `formula'


		CHANGES IN `coin' VERSION 0.2-9


    o	`mergesort' is already defined in `/usr/include/stdlib.h:270' on
	some platforms.

    o	`delay' is deprecated in R 2.1.0
back to top