[R] Getting the C-index for a dataset that was not used to generate the logistic model

2009-07-16 Thread Kyle Werner
different coefficients to the variables). It doesn't simply apply the new data to the model from * logit.lrm* that I generated before. So, can someone point me in the right direction for evaluating the model that I built with trainingData, but getting the C-statistic against my validationData?

[R] Getting the C-index for a dataset that was not used to generate the logistic model

2009-07-16 Thread Kyle Werner
cients to the variables). It doesn't simply apply the new data to the model from logit.lrm that I generated before. So, can someone point me in the right direction for evaluating the model that I built with trainingData, but getting the C-statistic against my validationData? Thanks so

Re: [R] Getting the C-index for a dataset that was not used to generate the logistic model

2009-07-17 Thread Kyle Werner
Jul 16, 2009 at 9:18 PM, Frank E Harrell Jr wrote: > Kyle Werner wrote: >> >> Does anyone know how to get the C-index from a logistic model - not using >> the dataset that was used to train the model, but instead using a fresh >> dataset on the same model? >> >&