Displaying 2 results from an estimated 2 matches for "74844".
Did you mean:
7444
2018 Jun 19
0
Bug 16719: kruskal.test documentation for formula
...n of R and built like this.
./configure --without-recommended-packages
gmake
cd src/library
gmake all docs Rdfiles
This command was helpful for cleaning the repository tree.
svn status | sed -n 's/^\? *//p' | xargs rm -r
I tested three versions of kruskal.test
* SVN checkout 74844 with no modifications
* SVN checkout 74844 with disallow-character patch
* SVN checkout 74844 with allow-character patch
The test is to run all of the examples from all of the packages that
mention kruskal.test; with each example I ran, I recorded whether an
error was raised. I ran all examples,...
2018 Apr 23
3
Bug 16719: kruskal.test documentation for formula
I submit a couple options for addressing bug 16719: kruskal.test
documentation for formula.
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16719
disallow-character.diff changes the documentation and error message
to indicate that factors are accepted.
allow-character.diff changes the kruskal.test functions to convert
character vectors to factors; documentation is updated accordingly.
I