Re: [R] "survMisc" package

2015-03-09 Thread Andrews, Chris
1.260498 0.41467 Peto-Peto 1.166979 0.48551 Mod~ Peto-Peto (Andersen) 1.185549 0.47085 Renyi Flem~-Harr~ with p=1, q=1 7.460348 0.0 -Original Message- From: Endy BlackEndy [mailto:pert...@gmail.com] Sent: Sunday, March 08, 2015 12:44 PM To: r-help S

Re: [R] survMisc package

2015-03-08 Thread Berend Hasselman
> On 08-03-2015, at 19:29, Endy wrote: > > Hi R users. I have some problems with the package “survMisc”. When I am > loading it I am getting the following > library(survMisc)Loading required > package: survivalLoading required package: splinesLoading required package: > km.ciLoading required

[R] survMisc package

2015-03-08 Thread Endy
Hi R users. I have some problems with the package “survMisc”. When I am loading it I am getting the following > library(survMisc)Loading required package: survivalLoading required package: splinesLoading required package: km.ciLoading required package: ggplot2Loading required package: data.table

[R] survMisc

2015-03-08 Thread Endy
Hi R users. I have some problems with the package “survMisc”. When I am loading it I am getting the following > library(survMisc)Loading required package: survivalLoading required package: splinesLoading required package: km.ciLoading required package: ggplot2Loading required package: data.table

[R] "survMisc"

2015-03-08 Thread Endy BlackEndy
Hi R users. I have some problems with the package “survMisc”. When I am loading it I am getting the following > library(survMisc) Loading required package: survival Loading required package: splines Loading required package: km.ci Loading required package: ggplot2 Loading required package:

[R] survMisc

2015-03-08 Thread Endy BlackEndy
Hi R users. I have some problems with the package “survMisc”. When I am loading it I am getting the following > library(survMisc) Loading required package: survival Loading required package: splines Loading required package: km.ci Loading required package: ggplot2 Loading required package:

[R] "survMisc" package

2015-03-08 Thread Endy BlackEndy
Hi R users. I have some problems with the package “survMisc”. When I am loading it I am getting the following > library(survMisc) Loading required package: survival Loading required package: splines Loading required package: km.ci Loading required package: ggplot2 Loading required package:

Re: [R] [survMisc]: error message in examples of comp()

2014-10-17 Thread William Dunlap
If you execute the command options(useFancyQuotes=FALSE) before calling comp(s1) that error should go away. dQuote() was being used inappropriately - its value depends on the option "useFancyQuotes" so should really only be used for messages or text that machines don't have to parse. Bill Dunla

Re: [R] [survMisc]: error message in examples of comp()

2014-10-17 Thread David Winsemius
On Oct 17, 2014, at 1:39 PM, Gerrit Eichner wrote: > Hello, list members, > > I have tried to contact the maintainer of the survMisc package, but my > message could not be delivered. I can't get survMisc package to work as > expected or documented, respectively. Maybe one of you has an idea re

[R] [survMisc]: error message in examples of comp()

2014-10-17 Thread Gerrit Eichner
Hello, list members, I have tried to contact the maintainer of the survMisc package, but my message could not be delivered. I can't get survMisc package to work as expected or documented, respectively. Maybe one of you has an idea regarding the following problem: When, e.g., trying to execut