Re: [R] Odds Ratios in rms package

2012-06-21 Thread Frank Harrell
Peter- for summary.rms, high and low columns are supposed to be the quartiles. Perhaps Sebastian, the original poster, could run age through the ordinary summary function or the describe function and show us the result. Frank Peter Dalgaard-2 wrote > > On Jun 20, 2012, at 21:05 , David Winsemiu

Re: [R] Odds Ratios in rms package

2012-06-21 Thread peter dalgaard
On Jun 20, 2012, at 21:05 , David Winsemius wrote: > > On Jun 20, 2012, at 12:12 PM, Sebastian Pölsterl wrote: > >> Hi, >> >> I'm using the rms package to do regression analysis using the lrm >> function. Retrieving odds ratios is possible using summary.rms. However, >> I could not find any in

Re: [R] Odds Ratios in rms package

2012-06-21 Thread Sebastian Pölsterl
Thanks a lot David, I must have missed this sentence. Best regards, Sebastian Am 20.06.2012 21:05, schrieb David Winsemius: > > On Jun 20, 2012, at 12:12 PM, Sebastian Pölsterl wrote: > >> Hi, >> >> I'm using the rms package to do regression analysis using the lrm >> function. Retrieving odds r

Re: [R] Odds Ratios in rms package

2012-06-20 Thread Frank Harrell
The explanation is in the first paragraph of the help file for the summary.rms function [inter-quartile-range odds ratios, which handles nonlinearities]. Note that you are assuming that age has a linear effect, which is counterintuitive. Frank Sebastian Pölsterl wrote > > Hi, > > I'm using the

Re: [R] Odds Ratios in rms package

2012-06-20 Thread David Winsemius
On Jun 20, 2012, at 12:12 PM, Sebastian Pölsterl wrote: Hi, I'm using the rms package to do regression analysis using the lrm function. Retrieving odds ratios is possible using summary.rms. However, I could not find any information on how exactly the odds ratios for continuous variables are