Displaying 3 results from an estimated 3 matches for "concor".
Did you mean:
concord
2012 Feb 08
1
Discrimination and calibration of Cox model
...can be transferred to Harrell's c
index. But in this way, I cannot get 95%CI of c index. How can I do this in
R? And by the way, what value should be in c index to present the model's
well?
Calibration was using calibrate() in rms, but I cannot get the calibration
plot which presented the concorance of predicted and observed events in Cox
model. How can I do this calibration plot of Cox model in R.
--
View this message in context: http://r.789695.n4.nabble.com/Discrimination-and-calibration-of-Cox-model-tp4367927p4367927.html
Sent from the R help mailing list archive at Nabble.com.
2010 Apr 23
0
A distance measure between top-k list
...gtools)
df1$rank <- rank(-df1[,rankby],ties.method="first")
df2$rank <- rank(-df2[,rankby],ties.method="first")
dftmp <- merge(df1,df2,matchby,all=TRUE)
rownames(dftmp) <- dftmp[,matchby]
df <- combinations(length(dftmp[,matchby]),2
,as.character(dftmp[,matchby]))
concor <- function(x,dftmp,p){
a <- NA
n <- sum(as.numeric(!is.na(dftmp$rank.x)))
x <- dftmp[c(x[1],x[2]),c("rank.x","rank.y")]
if (all(is.na(x$rank.x)== FALSE) && all(is.na(x$rank.y)==TRUE))
{ a <- p}
else if (all(is.na(x$rank.x)== TRUE) && all(is.na(x$r...
2007 Mar 26
1
Problem in loading all packages all at once
...uot;,"cobs","CoCo","CoCoCg","CoCoCore","CoCoGraph","CoCoObjects","CoCoOldData","CoCoRaw","cocorresp","coda","coin","colorspace","combinat","compositions","concor","concord","cond","conf.design","connectedness","copula","corpcor","corpora","covRobust","coxrobust","cramer","crossdes","crq","c
sampling","cslogistic",...