NEWS
perm 1.0-0.3
- fixed data field in DESCRIPTION
- fixed CITATION and perm-package.Rd
- fixed code like if(class(x)=="text") to
be the preferred form if(inherits(x,what="text"))
perm 1.0-0.2 (2021-10-09)
- added more text to help about the sample size limitation of some of the exact methods.
- changed weblinks in some citations. For example, for Fay and Shaw (2010) Journal of Statistical Software use DOI instead of old website (requested by JSS).
perm 1.0-0.0 (2010-07-29)
- fixed so permTREND gave no warnings: had if (alternative=="two.sidedAbs) which gave warning with default alternative vector.
- changed alternative="two.sidedAbs" to be called by alternative="two.sided"
together with control=permControl(tsmethod="abs"). This is to avoid confusion
with the coin package. The previous version alternative="two.sided" uses
tsmethod="central" in the control. Changed help to reflect those changes.
- fixed bug with tsmethod="abs" (previous version alternative="two.sidedAbs")
in permTREND.
- fixed printout from permTREND so not too long names for data.name.
perm 0.9-9.5 (2010-02-03)
- fixed bug in calcPvals when wgts not equal to 1
(i.e., when using network algorithm). This only
effects the alternative="twosidedAbs" option.
- added more comments to R code
- changed twosample.pclt so it works with character variables for group
o