Displaying 20 results from an estimated 3000 matches similar to: "hazard smoothing"
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug.
dnbinom(x,n,p) calls dbinom_raw(n-1,...)
which returns 0 for n<1.
-thomas
---------- Forwarded message ----------
Date: Thu, 08 Feb 2001 17:10:23 +0000
From: Yudi Pawitan <yudi@stat.ucc.ie>
To: Mark Myatt <mark@myatt.demon.co.uk>
Cc: R-Help <r-help@stat.math.ethz.ch>
Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2001 Mar 11
2
Kaplan-Meier for left-truncated, right-censored data
Is it possible to calculate Kaplan-Meier for left-truncated,
right-censored data using survival5?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2000 Apr 18
1
R Packages in Windows
I have installed R version 1 for windows and have installed
the survival5 package in the library folder, but the base package
only seems to partially acknowledge survival5's presence.
How have I screwed up? The diagnostics are as follows...
>library(survival5)
** no warning given.. seems OK **
>help(package=survival5)
**this gives the contents of the package correctly,
1999 Jan 21
2
scoping problem?
Dear R-helpers: (this is part of a bigger program)
the following fails as a function, but runs OK
if we comment out the fnfn_ function() line.
Any hint would be appreciated. -Yudi-
R : Copyright 1998, The R Development Core Team
Version 0.63.0 Beta (Nov 13, 1998) -- on WIndows3.11
fnfn _ function (m=10,n=10,spar=2)
{
fn _ function(u,v){
uc_ u-floor(m/2)-1
vc_ v-floor(n/2)-1
2000 Apr 05
1
problem with survexp in survival5
survexp in survival5 doesn't seem to work for me. see below:
> library(survival5)
Attaching Package "package:survival5":
The following object(s) are masked from package:base :
sort.list
> library(chron)
> data(ratetables)
> survexp(~ratetable(year=julian(6,1,1991),
+ sex=1,age=35*365.24),times=(0:30)/6*365.24)
Error in as.character(as.date(c(min(R[, 3]),
1997 Apr 10
1
R-beta: R on Windows 3.1
My attempt to get R running in Windows 3.11 didn't go
very far. I have read the FAQ and install.tex carefully.
What am I missing? Here is the step:
1. From statlib I got rexe.zip (and rbeta.zip, but this one
seems for windows 95 only?).
2. On unzipping I got 8 files, including rb1.exe, and a sub-
dir win32s, which I copied to windows/system.
(There is no setup.exe,
1999 Oct 18
1
reading binary file
Is there facility in R to read binary file? In Splus scan() has
'width=' argument and AsciiToInt() command to translate the
binary data. Is there something similar in R?
Thanks,
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1999 May 25
1
survival5
> data(package=survival5)
Warning: no data listing found
Warning: package `survival5' contains datasets but no index
The data loads OK.
Mai Zhou
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2003 Apr 23
3
documentation for survival5?
Dear R-Helpers:
What other references are there on the capabilities of the survival5
package other than the help files and the chapter on survival analysis
in every edition of Modern Applied Statistics with S? I'm thinking of
something like "An Introduction to Survival Analysis in R" with worked
examples that might complement or extend the chapter in MASS.
Thanks,
Spencer
2001 Sep 27
1
kidney survival data
Dear all, in survival5, kidney data set, appears in help page:
"survival5 does not reproduce the original analysis."
What does it means?
thanks in advance
TCM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010927/e006b08d/attachment.html
2001 Jan 11
1
Some Packages Won't Run under RH 7
Patrick Connolly wrote:
> According to Richard A. Bilonick:
> |>
> |> I recently installed Red Hat Linux 7.0. I installed Version 1.2.0 (2000-12-15) of
> |> R. I installed a number of packages including chron, date, ellipse, sgeostat,
> |> survival5, and xtable. the "library()" command shows that they are installed.
> |>
> |> chron works but I get
2000 Aug 29
1
variable value in mathplot
I'm putting a title over different plots, where 'that'
varies. How do I make the value appear? Example:
that <- 1
plot(1:10)
title(expression(paste(hat(theta),'= ',that)))
Yudi Pawitan yudi at stat.ucc.ie
Department of Statistics UCC
Cork, Ireland
Ph 353-21-490 2906
Fax 353-21-427 1040
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2001 Feb 05
1
SVD of complex matrices
Is there a way to determine the SVD of a complex matrix using R?
(I'm using v1.0.1 and svd() won't do the trick).
I know LAPACK has a function to do this.
Thanks
--
Ben Stapley
Biomolecular Modelling Lab
Imperial Cancer Research
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1999 May 24
1
survival5 for windows
I downloaded binary of survival5 for windows95
(also the splines, date).
The function survsum shows up in content, has a help page,
but the function itself is missing.
Can we cut and paste the survsum from survival4 ?
Mai Zhou
P.S.
I am not picking on R, not even complaining.
I think R is great and I am try to contribute my (small) part
to make it even better in way of bug report (or
2000 Sep 19
4
methods for interval-censored data
Dear all,
Are there functions or packages in R that can handle interval-censored
data? I have looked in various packages (such as survival5 or event), but
it seems that only right-censored data can be analysed.
More generally, are there methods to analyse both interval-censored
observations and right-censored observations in the same data set?
Thanks in advance.
Emmanuel Paradis
2012 Feb 13
1
Cumulative density (kernel smoothing)
Hi, in R there is the function "density" which computes kernel density
estimates. Is there a "cumulative" version of it? Something like they have
in Matlab:
http://www.mathworks.nl/help/toolbox/stats/ksdensity.html
I know there is ecdf, but I'm not sure it's based on kernel density
smoothing. Thanks
--
View this message in context:
2000 Sep 05
2
how to detach a library?
Dear R-users,
What command do I need to use to detach a library?
(without restart the R session).
Thanks,
Agus
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2001 Jan 15
1
announce: survival5 bug fix
Anyone using the penalised partial likelihood routines in survival5 should
update their version.
A bug has been fixed in the S package: in coxph() models with penalised
likelihood and strata it was possible in some circumstances to get an
infinite loop or perhaps an incorrect answer.
The new version (2.3) is on cran.r-project.org and will percolate through
CRAN in the next few days.
-thomas
2001 Jan 15
1
announce: survival5 bug fix
Anyone using the penalised partial likelihood routines in survival5 should
update their version.
A bug has been fixed in the S package: in coxph() models with penalised
likelihood and strata it was possible in some circumstances to get an
infinite loop or perhaps an incorrect answer.
The new version (2.3) is on cran.r-project.org and will percolate through
CRAN in the next few days.
-thomas
2002 Dec 15
3
maximum likelihood example?
I'm trying to get a grasp of maximum-likelihood estimation and would like to
find a package that performs mle (hopefully a simple example). It seems as
if there are plenty of packages that make use of different types of
likelihood estimators, but none are of a simple, "newbie" type. Does anyone
have a suggestion for which package would be the best for a mle example?
Thanks,
Jeff.