Displaying 20 results from an estimated 5000 matches similar to: "ctest not works (PR#567)"
2001 Jan 08
0
cleaning up the BUGS list
In looking over the bugs list, it seems to me that most of them are
things we can no longer do anything about, because they are on old
versions or broken systems or were features or ....
There are now so many they obscure the bugs needing attention.
I am about the remove the following. If anyone thinks they are still
relevant, could you please send a follow-up to R-bugs with details under
1.2.0
2001 Mar 29
1
Detaching "ctest"
Hi Everyone,
We have just upgraded to R-1.2.1, and I note, in contrast to R-1.1.1, that
ctest is now loaded automatically. The mechanism for this is to create a
.First function in base:
.First <- function() {
require("ctest", quietly=TRUE)
}
Now I don't want ctest, but I find that simply putting
if (length(grep("ctest", search())))
detach(package:ctest)
into
2000 Mar 08
3
Error loading ctest
Has anyone noticed this behavior:
> library(ctest)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "J:
\STATS\RW1000/library/ctest/libs/ctest.dll":
LoadLibrary failure
> library(ctest)
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status
major 1
minor 0.0
year 2000
month
2001 Apr 23
3
missing ctest and methodological question
Hi,
I couldn't figure out how to use the functions from the
ctest library. I'm using the r-base package that comes with
debian potato. library("ctest") told me that no such package
existed. I checked the CRAN, but no such package was
availiable, instead I was told that it would be part of the
standard installation. But functions from ctest like
shapiro-wilk don't work. The
2000 Jun 03
1
.rpm (splines, ctest) install problem - LinuxPPC
On a PMac 7200 (running LinuxPPC 3Q 99), trying to install
"R-ctest-0.9.R16-1.ppc.rpm" and "R-splines-2.0.R3-3.ppc.rpm" rpms currently
in the linuxppc binary download directory results in error messages saying
that files in these rpms conflict with files from R-base 1.01-1.
Of course, "R-rpart" and "R-survival4" then also can't be installed because
the
2007 Nov 01
1
ctest package
Hi Sir
I did find ctest package from CRAN.
Where it can be found?
Regards
--
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
[[alternative HTML version deleted]]
1999 Apr 09
2
KS test from ctest package
This question is mainly aimed at Kurt Hornik as author of the ctest package,
but I'm cc'ing it to r-help as I suspect there will be other valuable
opinions out there.
I have been attempting 2 sample Kolmogorov-Smirnov tests using the ks.test
function from the ctest package (ctest v.0.9-15, R v.0.63.3 win32). I am
comparing fish length-frequency distributions. My main reference for the
2011 Oct 14
2
ctest package
Please send me the r package : ctest to the following e-mail
mak.stat09@gmail.com
Thank you.
Best regards
MAK
[[alternative HTML version deleted]]
2006 Mar 01
2
does "ctest" package exist?
R-help,
I was searching the R archives for information on multiple comparisons
and found that "ctest" package may contain something useful for
my study. But there seems not to be such a package on CRAN.
Anything I am missing?
Thanks in advance
1999 Mar 30
1
ctest wishlist
In the past months (maybe even years), I have received a variety of
suggestions on improving/extending/... my ctest package. Some of the
wishes have already been fulfilled. In the future, I will at least:
* provide a formula-based interface
* provide an option for controlling the behavior of 2-sided p-values
(sum of more extreme, tail balancing a la S-PLUS, double one-sided, mid
p-value,
1999 Jan 28
1
bug in the ctest package: binom.test
R 0630 for windows
> library(ctest)
> binom.test(7,10,p=0.3, alternative="two.sided")
returns a p-value of =< 2.2e-016 and a warning
In Splus 3.4
> binom.test(7,10,p=0.3, alternative="two.sided")
returns a p-value of 0.0106
I think it is the
max(v[v<=(1+eps)*PVAL]) causing the problem...
max() of an empty vector.......
Mai Z
2004 Apr 05
1
fligner.test (ctest) (PR#6739)
Full_Name: Karel Zvara
Version: 1.8.1
OS: MS Winows 2000
Submission from: (NULL) (195.113.30.163)
The test statistics of the fligner.test (ctest package) depends on the order of
cases:
> fligner.test(count~spray,data=InsectSprays)
Fligner-Killeen test for homogeneity of variances
data: count by spray
Fligner-Killeen:med chi-squared = 14.4828, df = 5, p-value =
0.01282
>
1997 May 20
1
R-alpha: planned update of ctest
I am contemplating improving my ctest package as follows:
* Add exact p,q,r,s functions for the Wilcoxon distribution, and change
the test accordingly (make `exact' work).
* Make Fisher's test work for tables larger than 2 by 2.
* Perhaps add an exact unconditional test for 2 by 2 tables?
* Perhaps add something on estimating/testing relative risk and odds?
As clearly I'd like to
2001 May 08
1
ks.test in ctest package (PR#934)
1. There is, I believe, some redundant code in the calculation of the
test statistic in ks.test in the package ctest.
Lines 34-37 of the code read
x <- y(sort(x), ...) - (0:(n - 1))/n
STATISTIC <- switch(alternative, two.sided = max(abs(c(x,
x - 1/n))), greater = max(c(x, x - 1/n)), less = -min(c(x,
x - 1/n)))
Lines 35-37 could read
2003 Jan 14
1
ctest package: wilcox.test() produces integer overflow (PR#2453)
This was filed as a bug report on the Debian r-base package. It is
more properly a bug report on the ctest package in R.
The default method for wilcox.test manipulates x and y without
checking the class or data.class of these objects. Possible solutions
are
- create wilcox.test.factor (if appropriate)
- check the class and/or data.class of x and y in wilcox.test.default
and produce error
2002 Jun 13
1
Using RSPerl with add-on package ctest and named parameters
Hi,.
I've installed RSPerl on my Linux box. It runs all of the test scripts that
I've been able to find. I've learned that I can pass in vectors of data as
array-refs, and can use named parameters with R::callWithNames and a hash
of names and values.
The one problem that I'm left with is how to call a function from an add-on
package ('ctest' in this case). I know that
2002 Jan 30
5
1.4.1 R CMD check broken?
I am not sure if this is already known. I checked BUGS and found some
references to similar behavior when R_HOME is set?
Here is what I get:
(1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass.
> R CMD check ctest
* checking for working latex ... OK
* using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck'
Installing *source* package `ctest'
2004 Sep 29
1
Problem with _new_ if class "lm" in object representation.
Hi!
Consider this code.
setClass("Ctest"
,representation(
test="character"
,bla="character"
,mod="lm"
)
)
new("Ctest",test="bla") #This produces an error.
#Error in validObject(.Object) : Invalid "Ctest" object: Invalid object for slot "mod" in class "Ctest": got class
2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95:
F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel
PKGDIR=F:/R/R-devel/src/lib
rary RLIB=F:/R/R-devel/library ziponlyhelp-base
MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help'
zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul
MAKE.EXE[3]: [zipup] Error 12 (ignored)
My guess is that it's a problem with
1998 Jan 09
0
ctest miscellania
Sorry for leaving this one in my mail box for so long, but - well, I
suppose you know what I mean.
(I'm shifting it over to r-devel, so I'll include all your original
text)
Kurt Hornik <hornik@ci.tuwien.ac.at> writes:
> Well, ctest is not making progress as quickly as I wanted it ...
> Anyway, here are a few questions/remarks.
>
> * I am still a bit confused about