Re: [R] Extract p-value from aftreg object

2010-02-18 Thread David Winsemius
On Feb 18, 2010, at 12:33 PM, David Winsemius wrote: I don't seem to have the unnamed package loaded that has aftreg(), but in general you ought to be able to get what you want by looking not just at the aftreg-object but also at the print(aftreg)-object using str(). Trying that approach

Re: [R] Extract p-value from aftreg object

2010-02-18 Thread Göran Broström
2010/2/18 Philipp Rappold : > Dear all, > > does anyone know how I can extract specific p-values for covariates from an > aftreg object? After fitting a model with aftreg I can find all different > variables by using str(), but there's no place where p-values are kept. The > odd thing is that print

Re: [R] Extract p-value from aftreg object

2010-02-18 Thread David Winsemius
I don't seem to have the unnamed package loaded that has aftreg(), but in general you ought to be able to get what you want by looking not just at the aftreg-object but also at the print(aftreg)-object using str(). On Feb 18, 2010, at 11:07 AM, Philipp Rappold wrote: Dear all, does anyo

[R] Extract p-value from aftreg object

2010-02-18 Thread Philipp Rappold
Dear all, does anyone know how I can extract specific p-values for covariates from an aftreg object? After fitting a model with aftreg I can find all different variables by using str(), but there's no place where p-values are kept. The odd thing is that print() displays them correctly. EXAM