Displaying 10 results from an estimated 10 matches for "aareg".
Did you mean:
aare
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
...ry/survival/html/00Index.ht=
ml"
etc.)
Details:
---------------
The help() function returns an object of
class "help_files_with_topic".
The object consists of a character vector
with several attributes.
PC: Windows XP
> library("survival")
> foo <- help("aareg", package =3D "survival")
> class(foo)
[1] "help_files_with_topic"
> foo[1]
[1] "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/aareg"
> attributes(foo)
$call
help(topic =3D "aareg", package =3D "survival")
$pager
[1] "internal"...
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
...an object of
>>> class "help_files_with_topic".
>>> The object consists of a character vector
>>> with several attributes.
>>>
>>> PC: Windows XP
>>>
>>>> library("survival")
>>>> foo <- help("aareg", package =3D "survival")
>>>> class(foo)
>>> [1] "help_files_with_topic"
>>>> foo[1]
>>> [1] "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/aareg"
>>>> attributes(foo)
>>> $call
>>> help(topic...
2009 Feb 09
2
CMD check puzzle
...st of the
log
* checking line endings in Makefiles ... OK
* checking for portable use of $BLAS_LIBS ... OK
* creating survival-Ex.R ... OK
* checking examples ... OK
* checking tests ...
make[1]: Entering directory `/home/therneau/research/surv/Rforge/pkg/survival.Rcheck/tests'
Running 'aareg.R'
make[1]: *** [aareg.Rout] Error 1
...
> tfit <- aareg(Surv(time, status) ~ x, test1)
Error: could not find function "aareg"
Execution halted
--------------
The manual page aareg.Rd has a call to the function in the examples and that
runs ok, and aareg is in the NAME...
2013 Jun 05
0
Survival aareg problem
On 06/05/2013 12:33 AM, r-help-request at r-project.org wrote:
> Dear friends - I'm on windows 7, R 2.15.2
>
> when I run the example for aareg in survival package I see this:
>
> plot(lfit[4], ylim=c(-4,4))
> error in xy.coords(x, y, xlabel, ylabel, log) :
> 'x' is a list, but does not have components 'x' and 'y'
>
> Is that a matter of an old R?
>
> Best wishes
>
> Troels Ring,...
2009 Aug 04
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13868)
...:
> ---------------
>
> The help() function returns an object of
> class "help_files_with_topic".
> The object consists of a character vector
> with several attributes.
>
> PC: Windows XP
>
>> library("survival")
>> foo <- help("aareg", package =3D "survival")
>> class(foo)
> [1] "help_files_with_topic"
>> foo[1]
> [1] "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/aareg"
>> attributes(foo)
> $call
> help(topic =3D "aareg", package =3D "survival")...
2012 Oct 05
0
problems with printing and plotting aareg
It's a bug in summary.aareg which no one found until now.
What's wrong:
If dfbeta=TRUE then there is a second estimate of variance calculated, labeled as
test.var2. If maxtime is set, then both estimates of variance need to be recalculated by
the summary routine. An incorrect if-then-else flow led it to look for test....
2009 Aug 04
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13871)
...help() function returns an object of
> > class "help_files_with_topic".
> > The object consists of a character vector
> > with several attributes.
> >
> > PC: Windows XP
> >
> >> library("survival")
> >> foo <- help("aareg", package =3D3D "survival")
> >> class(foo)
> > [1] "help_files_with_topic"
> >> foo[1]
> > [1] "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/aareg"
> >> attributes(foo)
> > $call
> > help(topic =3D3D "aareg&q...
2012 Oct 04
0
problems with plotting and printing aareg
Hi all,
I've ventured into the world of nonparametric survival and I would like to use the "maxtime" option for printing and plotting my aareg fit.
However, my fit does not have "test.var2" and this stops the print and plot when adding a maxtime.
My code is as follows:
Response<-Surv(Time,Event)
Model<-aareg(Response~Factor1*Factor2)
Model2<-aareg(Response~Factor1+Factor2) #Just did this to see if the interaction te...
2009 Aug 05
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13873)
...ot;help_files_with_topic".
> >>> The object consists of a character vector
> >>> with several attributes.
> >>>
> >>> PC: Windows XP
> >>>
> >>>> library("survival")
> >>>> foo <- help("aareg", package =3D3D "survival")
> >>>> class(foo)
> >>> [1] "help_files_with_topic"
> >>>> foo[1]
> >>> [1] "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/aareg"
> >>>> attributes(foo)
> >>>...
2009 Feb 09
1
One more note
...The only message that I
don't completely understand is
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
I'm also curious about this. But I get the same aareg error on the Sun server
at work, without the Tcl message, so I know it is not primary.
Terry T