Hello, is there a way to convert a svykm object returned by survey::svykm
into a survfit object? The reason I am asking is that plot.survfit can plot
different transformations of survival curves, a functionality that is
currently not afforded by plot.svykm.
Thanks!
Youyi
[[alternative HTML
Hello, I have a function that looks like
f=function( type=c("dummy,"A","B,"C"), ... ) {
type<-match.arg(type)
if (type=="dummy") stop("Please choose a type that is not dummy.")
...
}
I put a "dummy" in the list of choices as a mechanism to prevent users
from not specifying a value for
, "C"))
>>}
>>f1()
>>#Error in match.arg(type, c("A", "B", "C")) :
>># argument "type" is missing, with no default
>>f1("X")
>>#Error in match.arg(type, c("A", &quo
Hello, is it kosher to call cox.zph on a syvcoxph model fit? I see that
someone proposed a modified version of cox.zph that uses resid(fit,
'schoenfeld', **weighted=TRUE**).
https://stats.stackexchange.com/questions/265307/assessing-proportional-hazards-assumption-of-a-cox-model-with-caseweights
I
Thank you, Terry. We look forward to hearing from you again.
Youyi
On Mon, Jul 12, 2021 at 3:13 PM Therneau, Terry M., Ph.D.
wrote:
>
>
> On 7/11/21 5:00 AM, r-help-requ...@r-project.org wrote:
> > Hello, is it kosher to call cox.zph on a syvcoxph model fit? I see that
> > someone proposed a mod
Hi, I am wondering why it is the case that in R 3.3.3, calling
chngpt:chngptm uses only 1 core, but in later releases, e.g. R 3.4.3, it
uses multiple cores on linux. The function chngpt:chngptm has a .Call to
invoke a C/C++ function that performs bootstrapping. No explicit parallel
computing instru
ote:
> My guess would be that you are running with a non-CRAN distribution of R
> like Anaconda or MRAN that has MKL enabled?
>
> On April 19, 2019 10:25:57 AM PDT, Youyi Fong wrote:
> >Hi, I am wondering why it is the case that in R 3.3.3, calling
> >chngpt:chngptm uses
is problem has been bugging me for a few
days now.
Youyi
--
Youyi Fong, Graduate Student, Department of Biostatistics
University of Washington, Box 357232, Seattle, WA 98195
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing
help!
Youyi Fong
-----
Youyi Fong, Graduate Student, Department of Biostatistics
University of Washington, Box 357232, Seattle, WA 98195
[[alternative HTML version deleted]]
___
9 matches
Mail list logo