[R] List of object properties

Peter Ehlers ehlers at ucalgary.ca
Tue Feb 2 20:01:39 CET 2010


Philipp,

Check ?str which displays the structure of R objects.
And do use extractor functions when available:
coef(yourModel) instead of yourModel$coef

  -Peter Ehlers

Philipp Rappold wrote:
> Dear all,
> 
> I have a simple question: How can I retrieve a list with all properties 
> of an object?
> 
> Example:
> If I fit a regression with
> 
> model <- coxph(Surv(....)~...)
> 
> I know that I can access the coefficients with model$coefficients[...] 
> afterwards, but how do I know which other variables are available and 
> what are their names?
> 
> Thanks and all the best
> Philipp
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
> 

-- 
Peter Ehlers
University of Calgary



More information about the R-help mailing list