[R] (no subject)

Torsten Hothorn Torsten.Hothorn at rzmail.uni-erlangen.de
Fri Jun 13 13:08:59 CEST 2003


> Dear collegues,
>
> Using maxstat I am getting the following:
>
> > blood <- maxstat.test(Surv(SUPER, FV)~ZAP,data=zap70, smethod="LogRank")
> Error in maxstat(y = structure(c(24.4301369863014, 26.4164383561644,
> 18.7835616438356,  : couldn't find function "cscores"
>

`cscores' is provided by package `exactRankTests'. Package `maxstat'
depends on it and `exactRankTests' should be imported automatically. Try

R> require(exactRankTests)

to find out what's going wrong.

Best,

Torsten

>
> I do not know the meaning of this problem. Could you please help me on dat?
>
> Thank you in advance for your time.
>
> Sincerely,
>
> Francesc Bosch, M.D.
> Senior specialist
> Department of Hematology, Hospital Clinic
> C/ Villarroel, 170
> 08036 - Barcelona
> Phone & Fax: +34-93-227 5428
> e-mail: fbosch at clinic.ub.es <mailto:fbosch at clinic.ub.es>
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>




More information about the R-help mailing list