search for: concordant

Displaying 20 results from an estimated 175 matches for "concordant".

Did you mean: concordance
2004 Oct 20
0
Win XP unable to print to Linux Server
Hello, I'm running SuSE 9.1 Linux, with Samba 3.04. All of the computers are able to print to this one printer, except for this one computer. I can't seem to resolve the problem, and I'm pretty sure it's not Win XP SP2, because another computer at my workplace has the same exact setup, and is able to print. Any help is really appreciated, thank you. Aizat Faiz Oct 20 12:37:09
2005 Nov 19
1
[package concord] seeking maintainer
Hi, can anybody tell me how to contact the maintainer of the "concord" package? The address given in the help file is not valid anymore. ,---- | > help(package=concord) | | Information f?r Paket 'concord' | | Description: | | Package: concord | Version: 1.4-2 | Date: 2005-05-10 | Title: Concordance and reliability | Author: Jim Lemon
2008 Dec 12
1
Concordance Index - interpretation
...996) says "in predicting time until death, concordance is calculated by considering all possible pairs of patients, at least one of whom has died. If the *predicted* survival time (probability) is larger for the patient who (actually) lived longer, the predictions for that pair are said to be concordant with the (actual) outcomes. ". I have read that "the c index is defined by the proportion of all usable patients in which the predictions and outcomes are concordant". Now, secondly, I'd like to ask what form the predictor can take. Presumably if the predictor was a continuou...
2012 Jan 04
1
Extract concordance from coxph.object
Dear all, As I said in my previous email I have just upgraded to R 2.14.0 on Windows 7. I have just run the 'coxph' function and notice that a Concordance statistic is produced. Is there any way to extract this information from the output? E.g. can I call the concordance value independently of calling the output? Many thanks, Laura [[alternative HTML version deleted]]
2003 Nov 07
2
Annoteting graphs using text
Dear All, I am new to R and am trying to learn how to create functions using R. Below is code which calculates Lin's Concordance Coefficient. After I calculate the coefficient I want to create a scatter plot which annotates the coefficient along with preceding text onto the plot. The below code doesn't seem to work. If I use only the object 'lincc' on the text command it works
2008 Dec 07
2
concordance correlation coefficient using R
Hi. I have data which i would want to assess the degree of agreement between two assays, e.g., to evaluate reproducibility or for inter-rater reliability. I have used the Pearson product-moment correlation coefficient. It looks good ranginging between 0.90 to 0.998. Though this looks good. I am told the Concordance correlation coefficient will give a better picture of how reproducible the assay
2004 Aug 19
2
Getting data loaded
Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the command library(concord). I had assumed that the lines in install.R would correspond to the commands to load data in R, e.g. data(Wcrit01) data(Wcrit05) While these work on the command line, I get the errors: library(concord)
2004 Aug 19
2
Getting data loaded
Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the command library(concord). I had assumed that the lines in install.R would correspond to the commands to load data in R, e.g. data(Wcrit01) data(Wcrit05) While these work on the command line, I get the errors: library(concord)
2009 Sep 08
1
rcorrp.cens and U statistics
...> x1 <- rnorm(400) > x2 <- x1 + rnorm(400) > d.time <- rexp(400) + (x1 - min(x1)) > cens <- runif(400,.5,2) > death <- d.time <= cens > d.time <- pmin(d.time, cens) > rcorrp.cens(x1, x2, Surv(d.time, death)) Dxy S.D. x1 more concordant x2 more concordant n missing uncensored Relevant Pairs -8.902077e-03 2.649712e-01 4.955490e-01 5.044510e-01 4.000000e+02 0.000000e+00 4.000000e+00 1.348000e+03 Uncertain C X1...
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are correct and I''m using zsh locally (bash on remote), so the shell shouldn''t be a problem. It never asks for the SSH password, even. Any help you could give would be greatly appreciated. Thanks. Kenneth -- => the blog from beyond <= => www.eyeheartzombies.com <=
2023 Nov 07
1
Concordance and Kendall's tau in copula
Dear I estimate a sample selection model using the Clayton copula and Burr and Gaussian marginal. I need to derive ther Kendall'sw tau from the concordance coefficient by integration. I came across a way to do that in R long time ago but cannot find it again. Can somewone tell me what to read and what to use? Thank you. Steven Yen
2012 Apr 08
0
Need help interpreting output from rcorrp.cens with Cox regression
...res, i.e. I have two non-nested Cox models. I get the following output with > rcorrp.cens(myscore.lp, charlson.lp, Surv(time, dead), method=1): x1 = My comorbidity score, x2 = Charlson [,1] Dxy "-0.0605" S.D. "0.00648" x1 more concordant "0.4697" x2 more concordant "0.5302" n "1.369e+04" missing "0" uncensored "9411" Relevant Pairs "1.587e+08" Uncertain "2.861e+07" C X1 "0.395" C X2...
2012 Aug 17
0
REPOST: Need help interpreting output from rcorrp.cens with Cox regression
...i.e. I have two non-nested Cox models. I get the following output with > rcorrp.cens(myscore.lp, charlson.lp, Surv(time, dead), method=1): x1 = My comorbidity score, x2 = Charlson [,1] Dxy "-0.0605" S.D. "0.00648" x1 more concordant "0.4697" x2 more concordant "0.5302" n "1.369e+04" missing "0" uncensored "9411" Relevant Pairs "1.587e+08" Uncertain "2.861e+07" C X1 "0.395" C X2...
2017 Aug 03
1
test for proportion or concordance
Hello group, my question is deciding what test would be appropriate for following question. An experiment 'A' yielded 3200 observations of which 431 are significant. Similarly, using same method, another experiment 'B' on a different population yielded 2541 observations of which 260 are significant. There are 180 observations that are common between significant observations of A
2006 Apr 21
1
rcorrp.cens
Hi R-users, I'm having some problems in using the Hmisc package. I'm estimating a cox ph model and want to test whether the drop in concordance index due to omitting one covariate is significant. I think (but I'm not sure) here are two ways to do that: 1) predict two cox model (the full model and model without the covariate of interest) and estimate the concordance index (i.e. area
2006 Mar 02
6
Lighttpd and fastcgi problems...
Hi, I''m having difficulty getting ruby running via Lighttpd and fastcgi. My lighttpd.conf reads: server.port = 81 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/tmp/mis/public"
2005 Jun 05
5
A long digression on packages
Hello again, First, thanks for the help that got the latest plotrix package finished. I had been planning to write something about packages since Scott Waichler offered the gantt.chart function. Then Ben Bolker (who helped me to write the axis.break function) asked if I would be willing to include some of his plotting functions and almost immediately after that Sander Oom kindly donated the
2005 Jun 05
5
A long digression on packages
Hello again, First, thanks for the help that got the latest plotrix package finished. I had been planning to write something about packages since Scott Waichler offered the gantt.chart function. Then Ben Bolker (who helped me to write the axis.break function) asked if I would be willing to include some of his plotting functions and almost immediately after that Sander Oom kindly donated the
2003 Jun 18
0
wine quit working; says "unhandled exception"
Hi! I have been a moderate user of WINE for a few months and it has worked fairly well for the couple of applications that I have tried to run. My SuSE 8.1 Linux laptop is laid out as / linux (reiserfs) /mnt/win windows c: (vfat32) /mnt/chunk windows d: (vfat32) and I have previously had no problems either running WINE or booting into Win98. I have been able to call my program as
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux. Two apps... Myserver.com/code/ => /apps/code/ Myserver.com/test/ +> /apps/test/ Each application needs this in the environment.rb /apps/code/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/code" /apps/test/config/environment.rb ActionController::AbstractRequest.relative_url_root