Displaying 3 results from an estimated 3 matches for "wcrit05".
Did you mean:
wcrit01
2004 Aug 19
2
Getting data loaded
...en informed of a bug in the concord package, in that the data files
containing the tabulated critical values for Kendall's W are not loaded on
the command library(concord).
I had assumed that the lines in install.R would correspond to the commands to
load data in R, e.g.
data(Wcrit01)
data(Wcrit05)
While these work on the command line, I get the errors:
library(concord)
Warning messages:
1: Data set 'Wcrit01' not found in: data(Wcrit01)
2: Data set 'Wcrit05' not found in: data(Wcrit05)
The section on this in R-exts doesn't seem to have any information on how to
write...
2004 Aug 19
2
Getting data loaded
...en informed of a bug in the concord package, in that the data files
containing the tabulated critical values for Kendall's W are not loaded on
the command library(concord).
I had assumed that the lines in install.R would correspond to the commands to
load data in R, e.g.
data(Wcrit01)
data(Wcrit05)
While these work on the command line, I get the errors:
library(concord)
Warning messages:
1: Data set 'Wcrit01' not found in: data(Wcrit01)
2: Data set 'Wcrit05' not found in: data(Wcrit05)
The section on this in R-exts doesn't seem to have any information on how to
write...
2006 Sep 13
2
kendall's w
Hi,
I try to calculate Kendall's W coefficient and I have a bizarre error.
little.app.mat<-matrix(c(1,3,4,2,6,5,2,4,3,1,5,6,3,2,5,1,5,4),nrow=3,byrow=TRUE)
print(kendall.w(little.app.mat[-1,]))
>>> Kendall's W for ordinal data
>>> W = 0.7753623Error in if (is.na(x$p.table)) { : argument is of
length zero