> 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: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to